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