Skip to content

Commit

Permalink
Renamed files fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn committed Jan 6, 2024
1 parent 36e3459 commit f6fa502
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CSDM/CSDM.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<ClInclude Include="CSDM_Weapon.h" />
<ClInclude Include="MetaDLL.h" />
<ClInclude Include="MetaEngine.h" />
<ClInclude Include="Metamod.h" />
<ClInclude Include="MetaMod.h" />
<ClInclude Include="precompiled.h" />
<ClInclude Include="CSDM.h" />
<ClInclude Include="ReAPI.h" />
Expand All @@ -113,7 +113,7 @@
<ClCompile Include="CSDM_Weapon.cpp" />
<ClCompile Include="MetaDLL.cpp" />
<ClCompile Include="MetaEngine.cpp" />
<ClCompile Include="Metamod.cpp" />
<ClCompile Include="MetaMod.cpp" />
<ClCompile Include="CSDM.cpp" />
<ClCompile Include="precompiled.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
Expand Down
7 changes: 2 additions & 5 deletions CSDM/CSDM.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<ClCompile Include="precompiled.cpp">
<Filter>Precompiled</Filter>
</ClCompile>
<ClCompile Include="Metamod.cpp">
<ClCompile Include="MetaMod.cpp">
<Filter>MetaMod\MetaMod</Filter>
</ClCompile>
<ClCompile Include="MetaDLL.cpp">
Expand Down Expand Up @@ -93,9 +93,6 @@
<ClCompile Include="CSDM_SpawnEdit.cpp">
<Filter>CSDM\CSDM_SpawnEdit</Filter>
</ClCompile>
<ClCompile Include="CSDM_Vampire.cpp">
<Filter>CSDM\CSDM_Vampire</Filter>
</ClCompile>
<ClCompile Include="CSDM_Misc.cpp">
<Filter>CSDM\CSDM_Misc</Filter>
</ClCompile>
Expand All @@ -110,7 +107,7 @@
<ClInclude Include="precompiled.h">
<Filter>Precompiled</Filter>
</ClInclude>
<ClInclude Include="Metamod.h">
<ClInclude Include="MetaMod.h">
<Filter>MetaMod\MetaMod</Filter>
</ClInclude>
<ClInclude Include="MetaDLL.h">
Expand Down

0 comments on commit f6fa502

Please sign in to comment.