diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-28 00:23:44 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-28 00:23:44 +0000 |
commit | faea1f108929fb01da91456ef36aecdca3e55d99 (patch) | |
tree | 2c636da0ee19873afb48e7f3034ee0459b576d96 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | |
parent | fd0697f1ca5a39508805a7061247b60ac20e4ff2 (diff) | |
download | NorthstarLauncher-faea1f108929fb01da91456ef36aecdca3e55d99.tar.gz NorthstarLauncher-faea1f108929fb01da91456ef36aecdca3e55d99.zip |
initial work on ain file dumping
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index 8aa300c8..a26d13ec 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -109,6 +109,7 @@ <ItemGroup> <ClInclude Include="audio.h" /> <ClInclude Include="bansystem.h" /> + <ClInclude Include="buildainfile.h" /> <ClInclude Include="chatcommand.h" /> <ClInclude Include="clientauthhooks.h" /> <ClInclude Include="concommand.h" /> @@ -550,6 +551,7 @@ <ItemGroup> <ClCompile Include="audio.cpp" /> <ClCompile Include="bansystem.cpp" /> + <ClCompile Include="buildainfile.cpp" /> <ClCompile Include="chatcommand.cpp" /> <ClCompile Include="clientauthhooks.cpp" /> <ClCompile Include="concommand.cpp" /> @@ -625,7 +627,7 @@ <None Include="include\spdlog\fmt\bundled\LICENSE.rst" /> </ItemGroup> <ItemGroup> - <MASM Include="audio_asm.asm" /> + <MASM Include="audio_asm.asm" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |