diff options
| author | a1xd <[email protected]> | 2021-04-01 01:51:31 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-04-01 01:51:31 -0400 |
| commit | 14bde56daf188bfc027dc8ead5b45ec0aa1109d6 (patch) | |
| tree | 6c674efea62c4e945e4d8ed3e947189742486015 /wrapper/wrapper.vcxproj.filters | |
| parent | refactor lut/motivity (diff) | |
| download | rawaccel-14bde56daf188bfc027dc8ead5b45ec0aa1109d6.tar.xz rawaccel-14bde56daf188bfc027dc8ead5b45ec0aa1109d6.zip | |
update rest
grapher is still broken
refactored io / error handling a bit
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> |