aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/NorthstarDLL.vcxproj.filters
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-08-25 00:30:30 +0200
committerGitHub <noreply@github.com>2022-08-24 23:30:30 +0100
commitcf9743e9b874b76e56a57d56e60e03aaa8a52ad6 (patch)
treefd15f8b2b8014fa3f2aad13b382077397150ca6b /NorthstarDLL/NorthstarDLL.vcxproj.filters
parenta37ef3ee985d1b5e1ba8803515785feea3371fcc (diff)
downloadNorthstarLauncher-cf9743e9b874b76e56a57d56e60e03aaa8a52ad6.tar.gz
NorthstarLauncher-cf9743e9b874b76e56a57d56e60e03aaa8a52ad6.zip
Change file name case sensitivity to lower case (#249)
To mirror how it is in refactor PR
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj.filters')
-rw-r--r--NorthstarDLL/NorthstarDLL.vcxproj.filters8
1 files changed, 4 insertions, 4 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj.filters b/NorthstarDLL/NorthstarDLL.vcxproj.filters
index 6496c796..b0da9874 100644
--- a/NorthstarDLL/NorthstarDLL.vcxproj.filters
+++ b/NorthstarDLL/NorthstarDLL.vcxproj.filters
@@ -1497,7 +1497,7 @@
<ClInclude Include="clientvideooverrides.h">
<Filter>Header Files\Client</Filter>
</ClInclude>
- <ClInclude Include="ExploitFixes_UTF8Parser.h">
+ <ClInclude Include="exploitfixes_utf8parser.h">
<Filter>Source Files\Shared\Exploit Fixes\UTF8Parser</Filter>
</ClInclude>
<ClInclude Include="version.h">
@@ -1509,10 +1509,10 @@
<ClInclude Include="ns_version.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="ExploitFixes.h">
+ <ClInclude Include="exploitfixes.h">
<Filter>Header Files\Shared\ExploitFixes</Filter>
</ClInclude>
- <ClInclude Include="NSMem.h">
+ <ClInclude Include="nsmem.h">
<Filter>Header Files\Shared\ExploitFixes</Filter>
</ClInclude>
<ClInclude Include="scriptutility.h">
@@ -1679,7 +1679,7 @@
<ClCompile Include="clientvideooverrides.cpp">
<Filter>Source Files\Client</Filter>
</ClCompile>
- <ClCompile Include="ExploitFixes.cpp">
+ <ClCompile Include="exploitfixes.cpp">
<Filter>Source Files\Shared\Exploit Fixes</Filter>
</ClCompile>
<ClCompile Include="version.cpp">