summaryrefslogtreecommitdiff
path: root/loader/client/client.vcxproj.filters
diff options
context:
space:
mode:
Diffstat (limited to 'loader/client/client.vcxproj.filters')
-rw-r--r--loader/client/client.vcxproj.filters12
1 files changed, 12 insertions, 0 deletions
diff --git a/loader/client/client.vcxproj.filters b/loader/client/client.vcxproj.filters
new file mode 100644
index 0000000..b5f56db
--- /dev/null
+++ b/loader/client/client.vcxproj.filters
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <ClInclude Include="connect.hpp" />
+ <ClInclude Include="err.hpp" />
+ <ClInclude Include="strings.hpp" />
+ <ClInclude Include="util.hpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="client_windows.cpp" />
+ </ItemGroup>
+</Project> \ No newline at end of file