diff options
Diffstat (limited to 'wrapper/wrapper.vcxproj')
| -rw-r--r-- | wrapper/wrapper.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wrapper/wrapper.vcxproj b/wrapper/wrapper.vcxproj index 721a981..fba03a7 100644 --- a/wrapper/wrapper.vcxproj +++ b/wrapper/wrapper.vcxproj @@ -84,12 +84,10 @@ copy /Y "$(TargetDir)Newtonsoft.Json.dll" "$(SolutionDir)signed\Newtonsoft.Json. </ItemDefinitionGroup> <ItemGroup> <ClInclude Include="resource.h" /> - <ClInclude Include="wrapper_io.hpp" /> </ItemGroup> <ItemGroup> <ClCompile Include="AssemblyInfo.cpp" /> <ClCompile Include="wrapper.cpp" /> - <ClCompile Include="wrapper_io.cpp" /> </ItemGroup> <ItemGroup> <Reference Include="Newtonsoft.Json"> |