summaryrefslogtreecommitdiff
path: root/cppbot.vcxproj.filters
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2015-05-31 20:43:25 +0200
committerJustin Worthe <justin.worthe@gmail.com>2015-05-31 20:43:25 +0200
commit4f75af9646b03ce4101820c10152944c780e7c0a (patch)
tree0ed6ca63f25bf2d627c8d0a9727233c332e5511e /cppbot.vcxproj.filters
parent2dd8aa3223ec67528f38936a96f66508737079f2 (diff)
parent0845081e223bf9e4b2490aee74f135e9d20b4087 (diff)
Merge branch 'master' of bitbucket.org:JWorthe/spacebot
Diffstat (limited to 'cppbot.vcxproj.filters')
-rw-r--r--cppbot.vcxproj.filters19
1 files changed, 19 insertions, 0 deletions
diff --git a/cppbot.vcxproj.filters b/cppbot.vcxproj.filters
new file mode 100644
index 0000000..6308a79
--- /dev/null
+++ b/cppbot.vcxproj.filters
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <ClCompile Include="C:\Dev\spacebot\src\main.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ <ClCompile Include="C:\Dev\spacebot\src\spacebot.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
+ </ItemGroup>
+ <ItemGroup>
+ <CustomBuild Include="C:\Dev\spacebot\CMakeLists.txt" />
+ </ItemGroup>
+ <ItemGroup>
+ <Filter Include="Source Files">
+ <UniqueIdentifier>{3269B03E-7ABA-4711-A6C1-88D4F64DA5DA}</UniqueIdentifier>
+ </Filter>
+ </ItemGroup>
+</Project>