more vs project updates
Still failing in the CI, but building successfully locally
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<Import Project="../config.props" />
|
<Import Project="../config.props" />
|
||||||
<Import Project="../dirs.props" />
|
<Import Project="../dirs.props" />
|
||||||
<Import Project="$(vsDir)console.props" />
|
<Import Project="$(vsDir)console.props" />
|
||||||
<Import Project="$(vsDir)common.props" />
|
<Import Project="$(vsDir)common.props" />
|
||||||
<Import Project="$(vsDir)files.props" />
|
<Import Project="$(vsDir)files.props" />
|
||||||
<Import Project="$(vsDir)NetHackProperties.props" />
|
<Import Project="$(vsDir)NetHackProperties.props" />
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
<ProjectConfiguration Include="Debug|Win32">
|
<ProjectConfiguration Include="Debug|Win32">
|
||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform>Win32</Platform>
|
<Platform>Win32</Platform>
|
||||||
@@ -28,6 +28,21 @@
|
|||||||
<ClCompile Include="$(RootDir)util\panic.c" />
|
<ClCompile Include="$(RootDir)util\panic.c" />
|
||||||
<ClCompile Include="$(RootDir)src\hacklib.c" />
|
<ClCompile Include="$(RootDir)src\hacklib.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ClInclude Include="..\..\..\..\include\config.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\include\config1.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\include\context.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\include\coord.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\include\defsym.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\include\global.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\include\monattk.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\include\monflag.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\include\objclass.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\include\patchlevel.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\include\sym.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\include\tradstdc.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\include\windconf.h" />
|
||||||
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<VCProjectVersion>17.0</VCProjectVersion>
|
<VCProjectVersion>17.0</VCProjectVersion>
|
||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
|
|||||||
@@ -36,7 +36,6 @@
|
|||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="$(RootDir)util\makedefs.c" />
|
<ClCompile Include="$(RootDir)util\makedefs.c" />
|
||||||
<ClCompile Include="$(RootDir)util\panic.c" />
|
|
||||||
<ClCompile Include="$(RootDir)src\date.c" />
|
<ClCompile Include="$(RootDir)src\date.c" />
|
||||||
<ClCompile Include="$(RootDir)src\monst.c" />
|
<ClCompile Include="$(RootDir)src\monst.c" />
|
||||||
<ClCompile Include="$(RootDir)src\objects.c" />
|
<ClCompile Include="$(RootDir)src\objects.c" />
|
||||||
|
|||||||
Reference in New Issue
Block a user