aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/NorthstarDLL.vcxproj.filters
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-11-13 00:26:46 +0000
committerGitHub <noreply@github.com>2022-11-13 00:26:46 +0000
commitd237401bb97c1fa2d6ee87220d49e4b3343e7201 (patch)
tree241b421ac76c69044378b008e1233bfc066fadd3 /NorthstarDLL/NorthstarDLL.vcxproj.filters
parentbf09852285941e20a04731443d03c693e3f8ba2d (diff)
downloadNorthstarLauncher-d237401bb97c1fa2d6ee87220d49e4b3343e7201.tar.gz
NorthstarLauncher-d237401bb97c1fa2d6ee87220d49e4b3343e7201.zip
allow kb_act.lst to be compiled from multiple mods (#298)
* allow kb_act.lst to be compiled from multiple mods * fixup formatting * add a couple extra comments because i really did not add enough
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj.filters')
-rw-r--r--NorthstarDLL/NorthstarDLL.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj.filters b/NorthstarDLL/NorthstarDLL.vcxproj.filters
index 168b4751..b34f1c71 100644
--- a/NorthstarDLL/NorthstarDLL.vcxproj.filters
+++ b/NorthstarDLL/NorthstarDLL.vcxproj.filters
@@ -1700,6 +1700,9 @@
<ClCompile Include="scriptdatatables.cpp">
<Filter>Source Files\Scripted</Filter>
</ClCompile>
+ <ClCompile Include="kb_act.cpp">
+ <Filter>Source Files\Mods\Compiled Assets</Filter>
+ </ClCompile>
<ClCompile Include="diskvmtfixes.cpp">
<Filter>Source Files\Client</Filter>
</ClCompile>