aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/NorthstarDLL.vcxproj.filters
diff options
context:
space:
mode:
authorEmma Miler <emma.pi@protonmail.com>2022-12-22 16:06:49 +0100
committerGitHub <noreply@github.com>2022-12-22 16:06:49 +0100
commit314166100f7f6434016ce38bd4e9add07b68c24b (patch)
tree05b67f01b08eebc2457dbcf86dd770cb50c26362 /NorthstarDLL/NorthstarDLL.vcxproj.filters
parente04f3b36accccb590a2d51b4829256b9964ac3fd (diff)
downloadNorthstarLauncher-314166100f7f6434016ce38bd4e9add07b68c24b.tar.gz
NorthstarLauncher-314166100f7f6434016ce38bd4e9add07b68c24b.zip
Fix console not enabling (#379)
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj.filters')
-rw-r--r--NorthstarDLL/NorthstarDLL.vcxproj.filters12
1 files changed, 12 insertions, 0 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj.filters b/NorthstarDLL/NorthstarDLL.vcxproj.filters
index 5eb2d429..cb86a077 100644
--- a/NorthstarDLL/NorthstarDLL.vcxproj.filters
+++ b/NorthstarDLL/NorthstarDLL.vcxproj.filters
@@ -1161,6 +1161,15 @@
<ClInclude Include="scripts\scripthttprequesthandler.h">
<Filter>Header Files\scripts</Filter>
</ClInclude>
+ <ClInclude Include="shared\maxplayers.h">
+ <Filter>Header Files\shared</Filter>
+ </ClInclude>
+ <ClInclude Include="shared\misccommands.h">
+ <Filter>Header Files\shared</Filter>
+ </ClInclude>
+ <ClInclude Include="core\sourceinterface.h">
+ <Filter>Header Files\core</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\include\spdlog\fmt\bundled\LICENSE.rst">
@@ -1396,6 +1405,9 @@
<ClCompile Include="scripts\scripthttprequesthandler.cpp">
<Filter>Source Files\scripts</Filter>
</ClCompile>
+ <ClCompile Include="core\sourceinterface.cpp">
+ <Filter>Source Files\core</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<MASM Include="audio_asm.asm">