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
+23 -8
View File
@@ -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>
@@ -156,4 +171,4 @@
</Target> </Target>
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
</Project> </Project>
+1 -2
View File
@@ -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" />
@@ -67,4 +66,4 @@
<Target Name="AfterRebuild"> <Target Name="AfterRebuild">
<MSBuild Projects="aftermakedefs.proj" Targets="Build" Properties="Configuration=$(Configuration)" /> <MSBuild Projects="aftermakedefs.proj" Targets="Build" Properties="Configuration=$(Configuration)" />
</Target> </Target>
</Project> </Project>