aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-28 00:23:44 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-28 00:23:44 +0000
commitfaea1f108929fb01da91456ef36aecdca3e55d99 (patch)
tree2c636da0ee19873afb48e7f3034ee0459b576d96 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
parentfd0697f1ca5a39508805a7061247b60ac20e4ff2 (diff)
downloadNorthstarLauncher-faea1f108929fb01da91456ef36aecdca3e55d99.tar.gz
NorthstarLauncher-faea1f108929fb01da91456ef36aecdca3e55d99.zip
initial work on ain file dumping
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r--NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj4
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">