summaryrefslogtreecommitdiff
path: root/wrapper/wrapper.vcxproj.filters
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-07-05 23:33:41 -0400
committera1xd <[email protected]>2021-07-05 23:33:41 -0400
commit31efc792f5895d7ef3533390875de3c480add996 (patch)
tree8db5b16a88f50448cb525ba8ae56801985294f63 /wrapper/wrapper.vcxproj.filters
parentMerge pull request #87 from matthewstrasiotto/streamer_mode (diff)
parentHandle power\exponent correctly in GUI (diff)
downloadrawaccel-31efc792f5895d7ef3533390875de3c480add996.tar.xz
rawaccel-31efc792f5895d7ef3533390875de3c480add996.zip
merge lut2
Diffstat (limited to 'wrapper/wrapper.vcxproj.filters')
-rw-r--r--wrapper/wrapper.vcxproj.filters8
1 files changed, 4 insertions, 4 deletions
diff --git a/wrapper/wrapper.vcxproj.filters b/wrapper/wrapper.vcxproj.filters
index f265d72..9caeae1 100644
--- a/wrapper/wrapper.vcxproj.filters
+++ b/wrapper/wrapper.vcxproj.filters
@@ -15,10 +15,10 @@
</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>
</ItemGroup>
@@ -26,10 +26,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>