more vs project updates

Still failing in the CI, but building successfully locally
This commit is contained in:
nhmall
2024-03-07 17:45:51 -05:00
parent 22dcdb4218
commit c3054c59b3
2 changed files with 24 additions and 10 deletions

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="../config.props" />
<Import Project="../dirs.props" />
<Import Project="$(vsDir)console.props" />
<Import Project="$(vsDir)common.props" />
<Import Project="$(vsDir)files.props" />
<Import Project="$(vsDir)NetHackProperties.props" />
<ItemGroup Label="ProjectConfigurations">
<Import Project="../config.props" />
<Import Project="../dirs.props" />
<Import Project="$(vsDir)console.props" />
<Import Project="$(vsDir)common.props" />
<Import Project="$(vsDir)files.props" />
<Import Project="$(vsDir)NetHackProperties.props" />
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
@@ -28,6 +28,21 @@
<ClCompile Include="$(RootDir)util\panic.c" />
<ClCompile Include="$(RootDir)src\hacklib.c" />
</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">
<VCProjectVersion>17.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
@@ -156,4 +171,4 @@
</Target>
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>