aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
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.filters
parentfd0697f1ca5a39508805a7061247b60ac20e4ff2 (diff)
downloadNorthstarLauncher-faea1f108929fb01da91456ef36aecdca3e55d99.tar.gz
NorthstarLauncher-faea1f108929fb01da91456ef36aecdca3e55d99.zip
initial work on ain file dumping
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters')
-rw-r--r--NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
index 777f2396..2011ca2f 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj.filters
@@ -1440,6 +1440,9 @@
<ClInclude Include="audio.h">
<Filter>Header Files\Client</Filter>
</ClInclude>
+ <ClInclude Include="buildainfile.h">
+ <Filter>Header Files\Server</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp">
@@ -1568,6 +1571,9 @@
<ClCompile Include="audio.cpp">
<Filter>Source Files\Client</Filter>
</ClCompile>
+ <ClCompile Include="buildainfile.cpp">
+ <Filter>Source Files\Server</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<MASM Include="audio_asm.asm">