Skip to content

Commit

Permalink
Add missing .vcxproj.filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 23, 2015
1 parent cde0c50 commit 3fe7ebf
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/utils/xrLC_LightStab/xrLC_LightStab.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="xrLC_LightStab.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="xrLC_LightStab.h" />
</ItemGroup>
</Project>
26 changes: 26 additions & 0 deletions src/xrNetServer/xrNetServer.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="ip_filter.cpp" />
<ClCompile Include="NET_AuthCheck.cpp" />
<ClCompile Include="NET_Client.cpp" />
<ClCompile Include="NET_Common.cpp" />
<ClCompile Include="NET_Compressor.cpp" />
<ClCompile Include="NET_Log.cpp" />
<ClCompile Include="NET_Server.cpp" />
<ClCompile Include="stdafx.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="ip_filter.h" />
<ClInclude Include="NET_AuthCheck.h" />
<ClInclude Include="NET_Client.h" />
<ClInclude Include="NET_Common.h" />
<ClInclude Include="NET_Compressor.h" />
<ClInclude Include="NET_Log.h" />
<ClInclude Include="NET_Messages.h" />
<ClInclude Include="NET_PlayersMonitor.h" />
<ClInclude Include="NET_Server.h" />
<ClInclude Include="NET_Shared.h" />
<ClInclude Include="stdafx.h" />
</ItemGroup>
</Project>

0 comments on commit 3fe7ebf

Please sign in to comment.