diff options
author | BobTheBob <for.oliver.kirkham@gmail.com> | 2023-02-22 14:51:22 +0000 |
---|---|---|
committer | BobTheBob <for.oliver.kirkham@gmail.com> | 2023-02-22 22:18:57 +0000 |
commit | 42ded7e6e532a18b656574cb9ce09b6e8cc531cb (patch) | |
tree | caeef78404787819878feb7803f1f36c70466dde /NorthstarDLL/NorthstarDLL.vcxproj | |
parent | c57a98a8cab5077a4b0cd9dfd1872306bfb30705 (diff) | |
download | NorthstarLauncher-42ded7e6e532a18b656574cb9ce09b6e8cc531cb.tar.gz NorthstarLauncher-42ded7e6e532a18b656574cb9ce09b6e8cc531cb.zip |
commit for branch change
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj')
-rw-r--r-- | NorthstarDLL/NorthstarDLL.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj index 9bd3d6fa..5e07191d 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj +++ b/NorthstarDLL/NorthstarDLL.vcxproj @@ -500,6 +500,7 @@ <ClCompile Include="mods\compiled\modkeyvalues.cpp" />
<ClCompile Include="mods\compiled\modscriptsrson.cpp" />
<ClCompile Include="mods\modmanager.cpp" />
+ <ClCompile Include="mods\reload\reloadmodweapons.cpp" />
<ClCompile Include="pch.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|