summaryrefslogtreecommitdiff
path: root/wrapper/wrapper.vcxproj.filters
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-09-22 20:49:04 -0400
committerGitHub <[email protected]>2021-09-22 20:49:04 -0400
commit8a4b6f57758338d5537d4671184099a4728a8cdd (patch)
treedf36529a344d5d21ff11f5ba021ec80afb4b68a4 /wrapper/wrapper.vcxproj.filters
parentMerge pull request #87 from matthewstrasiotto/streamer_mode (diff)
parentimprove converter + docs (diff)
downloadrawaccel-8a4b6f57758338d5537d4671184099a4728a8cdd.tar.xz
rawaccel-8a4b6f57758338d5537d4671184099a4728a8cdd.zip
Merge pull request #105 from a1xd/1.5.x
v1.5
Diffstat (limited to 'wrapper/wrapper.vcxproj.filters')
-rw-r--r--wrapper/wrapper.vcxproj.filters11
1 files changed, 7 insertions, 4 deletions
diff --git a/wrapper/wrapper.vcxproj.filters b/wrapper/wrapper.vcxproj.filters
index f265d72..1d0196d 100644
--- a/wrapper/wrapper.vcxproj.filters
+++ b/wrapper/wrapper.vcxproj.filters
@@ -15,10 +15,13 @@
</Filter>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="wrapper_io.hpp">
+ <ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="resource.h">
+ <ClInclude Include="interop-exception.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
+ <ClInclude Include="input.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
@@ -26,10 +29,10 @@
<ClCompile Include="wrapper.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="wrapper_io.cpp">
+ <ClCompile Include="AssemblyInfo.cpp">
<Filter>Source Files</Filter>
</ClCompile>
- <ClCompile Include="AssemblyInfo.cpp">
+ <ClCompile Include="input.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>