diff options
Diffstat (limited to 'wrapper/wrapper.vcxproj')
| -rw-r--r-- | wrapper/wrapper.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wrapper/wrapper.vcxproj b/wrapper/wrapper.vcxproj index fba03a7..8de0cfb 100644 --- a/wrapper/wrapper.vcxproj +++ b/wrapper/wrapper.vcxproj @@ -83,17 +83,18 @@ copy /Y "$(TargetDir)Newtonsoft.Json.dll" "$(SolutionDir)signed\Newtonsoft.Json. </ResourceCompile> </ItemDefinitionGroup> <ItemGroup> + <ClInclude Include="interop-exception.h" /> <ClInclude Include="resource.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="AssemblyInfo.cpp" /> + <ClCompile Include="input.cpp" /> <ClCompile Include="wrapper.cpp" /> </ItemGroup> <ItemGroup> <Reference Include="Newtonsoft.Json"> <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference> - <Reference Include="System.Windows.Forms" /> </ItemGroup> <ItemGroup> <ResourceCompile Include="wrapper.rc" /> |