diff options
Diffstat (limited to 'src/dnchost/dnchost.vcxproj')
-rw-r--r-- | src/dnchost/dnchost.vcxproj | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/dnchost/dnchost.vcxproj b/src/dnchost/dnchost.vcxproj index a278d714..f9a2546f 100644 --- a/src/dnchost/dnchost.vcxproj +++ b/src/dnchost/dnchost.vcxproj | |||
@@ -28,8 +28,8 @@ | |||
28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
30 | <PropertyGroup> | 30 | <PropertyGroup> |
31 | <NetHostPath>..\..\packages\runtime.win-x86.Microsoft.NETCore.DotNetAppHost.3.1.3\runtimes\win-x86\native\</NetHostPath> | 31 | <NetHostPath>..\..\packages\runtime.win-x86.Microsoft.NETCore.DotNetAppHost.5.0.0-preview.7.20364.11\runtimes\win-x86\native\</NetHostPath> |
32 | <ProjectAdditionalLinkLibraries>shlwapi.lib;$(NetHostPath)nethost.lib</ProjectAdditionalLinkLibraries> | 32 | <ProjectAdditionalLinkLibraries>shlwapi.lib;$(NetHostPath)libnethost.lib</ProjectAdditionalLinkLibraries> |
33 | </PropertyGroup> | 33 | </PropertyGroup> |
34 | <ItemGroup> | 34 | <ItemGroup> |
35 | <ClCompile Include="dnchost.cpp" /> | 35 | <ClCompile Include="dnchost.cpp" /> |
@@ -42,7 +42,6 @@ | |||
42 | <ClInclude Include="coreclrhost.h" /> | 42 | <ClInclude Include="coreclrhost.h" /> |
43 | <ClInclude Include="dnchost.h" /> | 43 | <ClInclude Include="dnchost.h" /> |
44 | <ClInclude Include="dncutil.h" /> | 44 | <ClInclude Include="dncutil.h" /> |
45 | <ClInclude Include="hostfxr.h" /> | ||
46 | <ClInclude Include="precomp.h" /> | 45 | <ClInclude Include="precomp.h" /> |
47 | </ItemGroup> | 46 | </ItemGroup> |
48 | <ItemGroup> | 47 | <ItemGroup> |
@@ -50,10 +49,6 @@ | |||
50 | </ItemGroup> | 49 | </ItemGroup> |
51 | <ItemGroup> | 50 | <ItemGroup> |
52 | <None Include="packages.config" /> | 51 | <None Include="packages.config" /> |
53 | <Content Include="$(NetHostPath)nethost.dll"> | ||
54 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
55 | <Visible>False</Visible> | ||
56 | </Content> | ||
57 | </ItemGroup> | 52 | </ItemGroup> |
58 | <ItemDefinitionGroup> | 53 | <ItemDefinitionGroup> |
59 | <ClCompile> | 54 | <ClCompile> |