diff options
Diffstat (limited to 'wrapper/wrapper.vcxproj.filters')
| -rw-r--r-- | wrapper/wrapper.vcxproj.filters | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/wrapper/wrapper.vcxproj.filters b/wrapper/wrapper.vcxproj.filters index f265d72..96b8e1a 100644 --- a/wrapper/wrapper.vcxproj.filters +++ b/wrapper/wrapper.vcxproj.filters @@ -15,9 +15,6 @@ </Filter> </ItemGroup> <ItemGroup> - <ClInclude Include="wrapper_io.hpp"> - <Filter>Header Files</Filter> - </ClInclude> <ClInclude Include="resource.h"> <Filter>Header Files</Filter> </ClInclude> @@ -26,9 +23,6 @@ <ClCompile Include="wrapper.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="wrapper_io.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="AssemblyInfo.cpp"> <Filter>Source Files</Filter> </ClCompile> |