Follow up to 4a2574c and 76786e2

This commit is contained in:
Lemongrass3110 2017-06-27 18:39:48 +02:00
parent e87626cc76
commit da036de523
6 changed files with 12 additions and 13 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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