summaryrefslogtreecommitdiff
path: root/vcproj-10
diff options
context:
space:
mode:
Diffstat (limited to 'vcproj-10')
-rw-r--r--vcproj-10/char-server_sql.vcxproj5
-rw-r--r--vcproj-10/char-server_sql.vcxproj.filters9
-rw-r--r--vcproj-10/login-server_sql.vcxproj3
-rw-r--r--vcproj-10/login-server_sql.vcxproj.filters9
-rw-r--r--vcproj-10/map-server_sql.vcxproj3
-rw-r--r--vcproj-10/map-server_sql.vcxproj.filters9
6 files changed, 2 insertions, 36 deletions
diff --git a/vcproj-10/char-server_sql.vcxproj b/vcproj-10/char-server_sql.vcxproj
index a7b57e7aa..92e625648 100644
--- a/vcproj-10/char-server_sql.vcxproj
+++ b/vcproj-10/char-server_sql.vcxproj
@@ -14,6 +14,7 @@
<ProjectGuid>{D356871D-58E1-450B-967A-E4E9646175AF}</ProjectGuid>
<RootNamespace>char-server_sql</RootNamespace>
<Keyword>Win32Proj</Keyword>
+ <VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and $(VisualStudioVersion) == ''">$(VCTargetsPath11)</VCTargetsPath>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
@@ -24,6 +25,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v100</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@@ -143,8 +145,6 @@
<ClInclude Include="..\src\common\mapindex.h" />
<ClInclude Include="..\src\common\mmo.h" />
<ClInclude Include="..\src\common\nullpo.h" />
- <ClInclude Include="..\src\common\plugin.h" />
- <ClInclude Include="..\src\common\plugins.h" />
<ClInclude Include="..\src\common\random.h" />
<ClInclude Include="..\src\common\showmsg.h" />
<ClInclude Include="..\src\common\socket.h" />
@@ -178,7 +178,6 @@
<ClCompile Include="..\src\common\malloc.c" />
<ClCompile Include="..\src\common\mapindex.c" />
<ClCompile Include="..\src\common\nullpo.c" />
- <ClCompile Include="..\src\common\plugins.c" />
<ClCompile Include="..\src\common\random.c" />
<ClCompile Include="..\src\common\showmsg.c" />
<ClCompile Include="..\src\common\socket.c" />
diff --git a/vcproj-10/char-server_sql.vcxproj.filters b/vcproj-10/char-server_sql.vcxproj.filters
index 0634ea811..bc47632f3 100644
--- a/vcproj-10/char-server_sql.vcxproj.filters
+++ b/vcproj-10/char-server_sql.vcxproj.filters
@@ -19,9 +19,6 @@
<ClCompile Include="..\src\common\nullpo.c">
<Filter>common</Filter>
</ClCompile>
- <ClCompile Include="..\src\common\plugins.c">
- <Filter>common</Filter>
- </ClCompile>
<ClCompile Include="..\src\common\random.c">
<Filter>common</Filter>
</ClCompile>
@@ -123,12 +120,6 @@
<ClInclude Include="..\src\common\nullpo.h">
<Filter>common</Filter>
</ClInclude>
- <ClInclude Include="..\src\common\plugin.h">
- <Filter>common</Filter>
- </ClInclude>
- <ClInclude Include="..\src\common\plugins.h">
- <Filter>common</Filter>
- </ClInclude>
<ClInclude Include="..\src\common\random.h">
<Filter>common</Filter>
</ClInclude>
diff --git a/vcproj-10/login-server_sql.vcxproj b/vcproj-10/login-server_sql.vcxproj
index d747c3e1e..7687d67fa 100644
--- a/vcproj-10/login-server_sql.vcxproj
+++ b/vcproj-10/login-server_sql.vcxproj
@@ -150,8 +150,6 @@
<ClInclude Include="..\src\common\md5calc.h" />
<ClInclude Include="..\src\common\mmo.h" />
<ClInclude Include="..\src\common\nullpo.h" />
- <ClInclude Include="..\src\common\plugin.h" />
- <ClInclude Include="..\src\common\plugins.h" />
<ClInclude Include="..\src\common\random.h" />
<ClInclude Include="..\src\common\showmsg.h" />
<ClInclude Include="..\src\common\socket.h" />
@@ -177,7 +175,6 @@
<ClCompile Include="..\src\common\malloc.c" />
<ClCompile Include="..\src\common\md5calc.c" />
<ClCompile Include="..\src\common\nullpo.c" />
- <ClCompile Include="..\src\common\plugins.c" />
<ClCompile Include="..\src\common\random.c" />
<ClCompile Include="..\src\common\showmsg.c" />
<ClCompile Include="..\src\common\socket.c" />
diff --git a/vcproj-10/login-server_sql.vcxproj.filters b/vcproj-10/login-server_sql.vcxproj.filters
index 0d75bb624..c36e40854 100644
--- a/vcproj-10/login-server_sql.vcxproj.filters
+++ b/vcproj-10/login-server_sql.vcxproj.filters
@@ -31,9 +31,6 @@
<ClCompile Include="..\src\common\nullpo.c">
<Filter>common</Filter>
</ClCompile>
- <ClCompile Include="..\src\common\plugins.c">
- <Filter>common</Filter>
- </ClCompile>
<ClCompile Include="..\src\common\random.c">
<Filter>common</Filter>
</ClCompile>
@@ -111,12 +108,6 @@
<ClInclude Include="..\src\common\nullpo.h">
<Filter>common</Filter>
</ClInclude>
- <ClInclude Include="..\src\common\plugin.h">
- <Filter>common</Filter>
- </ClInclude>
- <ClInclude Include="..\src\common\plugins.h">
- <Filter>common</Filter>
- </ClInclude>
<ClInclude Include="..\src\common\random.h">
<Filter>common</Filter>
</ClInclude>
diff --git a/vcproj-10/map-server_sql.vcxproj b/vcproj-10/map-server_sql.vcxproj
index 2326f5a6e..0d0972f93 100644
--- a/vcproj-10/map-server_sql.vcxproj
+++ b/vcproj-10/map-server_sql.vcxproj
@@ -146,8 +146,6 @@
<ClInclude Include="..\src\common\md5calc.h" />
<ClInclude Include="..\src\common\mmo.h" />
<ClInclude Include="..\src\common\nullpo.h" />
- <ClInclude Include="..\src\common\plugin.h" />
- <ClInclude Include="..\src\common\plugins.h" />
<ClInclude Include="..\src\common\random.h" />
<ClInclude Include="..\src\common\showmsg.h" />
<ClInclude Include="..\src\common\socket.h" />
@@ -215,7 +213,6 @@
<ClCompile Include="..\src\common\mapindex.c" />
<ClCompile Include="..\src\common\md5calc.c" />
<ClCompile Include="..\src\common\nullpo.c" />
- <ClCompile Include="..\src\common\plugins.c" />
<ClCompile Include="..\src\common\random.c" />
<ClCompile Include="..\src\common\showmsg.c" />
<ClCompile Include="..\src\common\socket.c" />
diff --git a/vcproj-10/map-server_sql.vcxproj.filters b/vcproj-10/map-server_sql.vcxproj.filters
index 76b080658..e9d84d34f 100644
--- a/vcproj-10/map-server_sql.vcxproj.filters
+++ b/vcproj-10/map-server_sql.vcxproj.filters
@@ -136,9 +136,6 @@
<ClCompile Include="..\src\common\nullpo.c">
<Filter>common</Filter>
</ClCompile>
- <ClCompile Include="..\src\common\plugins.c">
- <Filter>common</Filter>
- </ClCompile>
<ClCompile Include="..\src\common\random.c">
<Filter>common</Filter>
</ClCompile>
@@ -324,12 +321,6 @@
<ClInclude Include="..\src\common\nullpo.h">
<Filter>common</Filter>
</ClInclude>
- <ClInclude Include="..\src\common\plugin.h">
- <Filter>common</Filter>
- </ClInclude>
- <ClInclude Include="..\src\common\plugins.h">
- <Filter>common</Filter>
- </ClInclude>
<ClInclude Include="..\src\common\random.h">
<Filter>common</Filter>
</ClInclude>