aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/NorthstarDLL.vcxproj
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-08-25 00:27:26 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-14 12:53:25 +0200
commitf4eaf0c4559379c936ab2911e0edb5d69f6d2522 (patch)
tree47169415c186b9b4e33ca985663e1dc47b8f3b84 /NorthstarDLL/NorthstarDLL.vcxproj
parent36088a380e345fd60d2b6f66f62521fd3f98141a (diff)
downloadNorthstarLauncher-f4eaf0c4559379c936ab2911e0edb5d69f6d2522.tar.gz
NorthstarLauncher-f4eaf0c4559379c936ab2911e0edb5d69f6d2522.zip
Rename `configurables.cpp` to `nsprefix.cpp` (#253)
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj')
-rw-r--r--NorthstarDLL/NorthstarDLL.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj
index 153cdf80..d207bd32 100644
--- a/NorthstarDLL/NorthstarDLL.vcxproj
+++ b/NorthstarDLL/NorthstarDLL.vcxproj
@@ -126,7 +126,7 @@
<ClInclude Include="clientauthhooks.h" />
<ClInclude Include="color.h" />
<ClInclude Include="concommand.h" />
- <ClInclude Include="configurables.h" />
+ <ClInclude Include="nsprefix.h" />
<ClInclude Include="context.h" />
<ClInclude Include="convar.h" />
<ClInclude Include="cvar.h" />
@@ -579,7 +579,7 @@
<ClCompile Include="clientruihooks.cpp" />
<ClCompile Include="clientvideooverrides.cpp" />
<ClCompile Include="concommand.cpp" />
- <ClCompile Include="configurables.cpp" />
+ <ClCompile Include="nsprefix.cpp" />
<ClCompile Include="context.cpp" />
<ClCompile Include="convar.cpp" />
<ClCompile Include="cvar.cpp" />