Переглянути джерело

Follow up to 4a2574c and 76786e2

Lemongrass3110 8 роки тому
батько
коміт
da036de523

+ 4 - 4
3rdparty/yaml-cpp/yaml-cpp.vcxproj

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|Win32">
       <Configuration>Debug</Configuration>
@@ -19,10 +19,10 @@
     </ProjectConfiguration>
   </ItemGroup>
   <PropertyGroup Label="Globals">
-    <VCProjectVersion>15.0</VCProjectVersion>
     <ProjectGuid>{61D6A599-6BED-4154-A9FC-40553BD972E0}</ProjectGuid>
+    <Keyword>Win32Proj</Keyword>
     <RootNamespace>yamlcpp</RootNamespace>
-    <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
+    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -205,4 +205,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>

+ 2 - 2
src/char/char-server.vcxproj

@@ -175,8 +175,8 @@
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="char.cpp">
-		<CompileAs>CompileAsCpp</CompileAs>
-	</ClCompile>
+      <CompileAs>CompileAsCpp</CompileAs>
+    </ClCompile>
     <ClCompile Include="char_clif.c" />
     <ClCompile Include="char_cnslif.c" />
     <ClCompile Include="char_logif.c" />

+ 2 - 3
src/common/common-minicore.vcxproj

@@ -42,9 +42,8 @@
     <ClCompile Include="cli.c" />
     <ClCompile Include="conf.c" />
     <ClCompile Include="core.cpp">
-		<CompileAs>CompileAsCpp</CompileAs>
-	</ClCompile>
-    <ClCompile Include="db.c" />
+      <CompileAs>CompileAsCpp</CompileAs>
+    </ClCompile>
     <ClCompile Include="des.c" />
     <ClCompile Include="grfio.c" />
     <ClCompile Include="malloc.c" />

+ 1 - 1
src/common/common.vcxproj

@@ -224,4 +224,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>

+ 1 - 1
src/login/login-server.vcxproj

@@ -189,4 +189,4 @@
     <Copy SourceFiles="$(SolutionDir)tools\logserv.bat" DestinationFolder="$(SolutionDir)" ContinueOnError="true" Condition="!Exists('$(SolutionDir)logserv.bat')" />
     <Copy SourceFiles="$(SolutionDir)tools\runserver.bat" DestinationFolder="$(SolutionDir)" ContinueOnError="true" Condition="!Exists('$(SolutionDir)runserver.bat')" />
   </Target>
-</Project>
+</Project>

+ 2 - 2
src/map/map-server.vcxproj

@@ -222,8 +222,8 @@
     <ClCompile Include="log.c" />
     <ClCompile Include="mail.c" />
     <ClCompile Include="map.cpp">
-		<CompileAs>CompileAsCpp</CompileAs>
-	</ClCompile>
+      <CompileAs>CompileAsCpp</CompileAs>
+    </ClCompile>
     <ClCompile Include="mapreg.c" />
     <ClCompile Include="mercenary.c" />
     <ClCompile Include="mob.c" />