Visual Studio refactoring

master
Vectozavr 2021-10-31 23:03:48 +07:00
parent fe71ab92b0
commit 4900635bec
2 changed files with 0 additions and 16 deletions

View File

@ -195,10 +195,6 @@
<ClCompile Include="ShooterMsgType.cpp" /> <ClCompile Include="ShooterMsgType.cpp" />
<ClCompile Include="ShooterServer.cpp" /> <ClCompile Include="ShooterServer.cpp" />
<ClCompile Include="Source.cpp" /> <ClCompile Include="Source.cpp" />
<ClCompile Include="weapon\Ak47.cpp" />
<ClCompile Include="weapon\Gun.cpp" />
<ClCompile Include="weapon\Rifle.cpp" />
<ClCompile Include="weapon\Shotgun.cpp" />
<ClCompile Include="weapon\Weapon.cpp" /> <ClCompile Include="weapon\Weapon.cpp" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -78,18 +78,6 @@
<ClCompile Include="ShooterMsgType.cpp"> <ClCompile Include="ShooterMsgType.cpp">
<Filter>Исходные файлы</Filter> <Filter>Исходные файлы</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="weapon\Ak47.cpp">
<Filter>Исходные файлы\weapon</Filter>
</ClCompile>
<ClCompile Include="weapon\Gun.cpp">
<Filter>Исходные файлы\weapon</Filter>
</ClCompile>
<ClCompile Include="weapon\Rifle.cpp">
<Filter>Исходные файлы\weapon</Filter>
</ClCompile>
<ClCompile Include="weapon\Shotgun.cpp">
<Filter>Исходные файлы\weapon</Filter>
</ClCompile>
<ClCompile Include="weapon\Weapon.cpp"> <ClCompile Include="weapon\Weapon.cpp">
<Filter>Исходные файлы\weapon</Filter> <Filter>Исходные файлы\weapon</Filter>
</ClCompile> </ClCompile>