aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-04-27 22:56:13 +0200
committerGitHub <noreply@github.com>2022-04-27 22:56:13 +0200
commit6c8112a6c368dd36d21fd94689e9682bc3b012a5 (patch)
tree1bcec2a9e0a1a8fd3a87f3212283f22164d58248 /NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
parent3a1985d046d16861d833a4049b03b03413b2d650 (diff)
downloadNorthstarLauncher-6c8112a6c368dd36d21fd94689e9682bc3b012a5.tar.gz
NorthstarLauncher-6c8112a6c368dd36d21fd94689e9682bc3b012a5.zip
Hardcode version number (#152)
* Hardcode version number This way, we don't get the wrong version number when launching Titanfall2.exe via `-northstar` The hardcoded value should be overwritten by CI on release Fixes #129 * Set Northstar version in separate header file * Make `northstar_version` array a constant * Fix formatting
Diffstat (limited to 'NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj')
-rw-r--r--NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
index 13f907e1..ea9ccbb3 100644
--- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
+++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj
@@ -118,6 +118,7 @@
<ClInclude Include="clientruihooks.h" />
<ClInclude Include="clientvideooverrides.h" />
<ClInclude Include="localchatwriter.h" />
+ <ClInclude Include="ns_version.h" />
<ClInclude Include="plugins.h" />
<ClInclude Include="plugin_abi.h" />
<ClInclude Include="serverchathooks.h" />