summaryrefslogtreecommitdiff
path: root/wrapper/wrapper.vcxproj.filters
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-07-29 15:39:39 -0700
committerJacob Palecki <[email protected]>2020-07-29 15:39:39 -0700
commit0a8effcccac92ffd591f94c276fb797dd31f51ab (patch)
tree8e2185a334e5c7dbfc0e219b164ef9c89e209f42 /wrapper/wrapper.vcxproj.filters
parentAdded skeleton for input fields (diff)
downloadrawaccel-0a8effcccac92ffd591f94c276fb797dd31f51ab.tar.xz
rawaccel-0a8effcccac92ffd591f94c276fb797dd31f51ab.zip
Compiles but may file
Diffstat (limited to 'wrapper/wrapper.vcxproj.filters')
-rw-r--r--wrapper/wrapper.vcxproj.filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/wrapper/wrapper.vcxproj.filters b/wrapper/wrapper.vcxproj.filters
index 22d967d..28b22ba 100644
--- a/wrapper/wrapper.vcxproj.filters
+++ b/wrapper/wrapper.vcxproj.filters
@@ -18,10 +18,16 @@
<ClInclude Include="wrapper.hpp">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="wrapper_writer.hpp">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="wrapper.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="wrapper_writer.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
</Project> \ No newline at end of file