summaryrefslogtreecommitdiff
path: root/wrapper/wrapper.vcxproj.filters
diff options
context:
space:
mode:
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>