aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/NorthstarDLL.vcxproj.filters
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-08-25 00:27:26 +0100
committerGitHub <noreply@github.com>2022-08-25 01:27:26 +0200
commitf8885bc12e0f9c295a174319314e37cae310b192 (patch)
tree9e1be099d4544a5d9ab77a3cfcdf1a1732ee25a0 /NorthstarDLL/NorthstarDLL.vcxproj.filters
parentc3d20c8409a35772e371129d015913b7f08743fc (diff)
downloadNorthstarLauncher-f8885bc12e0f9c295a174319314e37cae310b192.tar.gz
NorthstarLauncher-f8885bc12e0f9c295a174319314e37cae310b192.zip
Rename `configurables.cpp` to `nsprefix.cpp` (#253)
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj.filters')
-rw-r--r--NorthstarDLL/NorthstarDLL.vcxproj.filters4
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj.filters b/NorthstarDLL/NorthstarDLL.vcxproj.filters
index b0da9874..d0613408 100644
--- a/NorthstarDLL/NorthstarDLL.vcxproj.filters
+++ b/NorthstarDLL/NorthstarDLL.vcxproj.filters
@@ -1458,7 +1458,7 @@
<ClInclude Include="bitbuf.h">
<Filter>Header Files\Shared</Filter>
</ClInclude>
- <ClInclude Include="configurables.h">
+ <ClInclude Include="nsprefix.h">
<Filter>Header Files\Client</Filter>
</ClInclude>
<ClInclude Include="cvar.h">
@@ -1649,7 +1649,7 @@
<ClCompile Include="buildainfile.cpp">
<Filter>Source Files\Server</Filter>
</ClCompile>
- <ClCompile Include="configurables.cpp">
+ <ClCompile Include="nsprefix.cpp">
<Filter>Source Files\Client</Filter>
</ClCompile>
<ClCompile Include="cvar.cpp">