diff options
Diffstat (limited to 'src/dnchost/dnchost.vcxproj')
-rw-r--r-- | src/dnchost/dnchost.vcxproj | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/src/dnchost/dnchost.vcxproj b/src/dnchost/dnchost.vcxproj new file mode 100644 index 00000000..e2b8b529 --- /dev/null +++ b/src/dnchost/dnchost.vcxproj | |||
@@ -0,0 +1,77 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
4 | <Import Project="..\..\packages\WixToolset.BalUtil.4.0.19\build\WixToolset.BalUtil.props" Condition="Exists('..\..\packages\WixToolset.BalUtil.4.0.19\build\WixToolset.BalUtil.props')" /> | ||
5 | <Import Project="..\..\packages\WixToolset.BootstrapperCore.Native.4.0.15\build\WixToolset.BootstrapperCore.Native.props" Condition="Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.15\build\WixToolset.BootstrapperCore.Native.props')" /> | ||
6 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props')" /> | ||
7 | <ItemGroup Label="ProjectConfigurations"> | ||
8 | <ProjectConfiguration Include="Debug|Win32"> | ||
9 | <Configuration>Debug</Configuration> | ||
10 | <Platform>Win32</Platform> | ||
11 | </ProjectConfiguration> | ||
12 | <ProjectConfiguration Include="Release|Win32"> | ||
13 | <Configuration>Release</Configuration> | ||
14 | <Platform>Win32</Platform> | ||
15 | </ProjectConfiguration> | ||
16 | </ItemGroup> | ||
17 | <PropertyGroup Label="Globals"> | ||
18 | <ProjectGuid>{B6F70281-6583-4138-BB7F-AABFEBBB3CA2}</ProjectGuid> | ||
19 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
20 | <PlatformToolset>v141</PlatformToolset> | ||
21 | <CharacterSet>Unicode</CharacterSet> | ||
22 | <TargetName>dnchost</TargetName> | ||
23 | <ProjectModuleDefinitionFile>dnchost.def</ProjectModuleDefinitionFile> | ||
24 | </PropertyGroup> | ||
25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
26 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
27 | <PropertyGroup> | ||
28 | <NetHostPath>..\..\packages\runtime.win-x86.Microsoft.NETCore.DotNetAppHost.3.1.3\runtimes\win-x86\native\</NetHostPath> | ||
29 | <ProjectAdditionalLinkLibraries>shlwapi.lib;$(NetHostPath)nethost.lib</ProjectAdditionalLinkLibraries> | ||
30 | </PropertyGroup> | ||
31 | <ItemGroup> | ||
32 | <ClCompile Include="dnchost.cpp" /> | ||
33 | <ClCompile Include="dncutil.cpp" /> | ||
34 | <ClCompile Include="precomp.cpp"> | ||
35 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
36 | </ClCompile> | ||
37 | </ItemGroup> | ||
38 | <ItemGroup> | ||
39 | <ClInclude Include="coreclrhost.h" /> | ||
40 | <ClInclude Include="dnchost.h" /> | ||
41 | <ClInclude Include="dncutil.h" /> | ||
42 | <ClInclude Include="hostfxr.h" /> | ||
43 | <ClInclude Include="precomp.h" /> | ||
44 | </ItemGroup> | ||
45 | <ItemGroup> | ||
46 | <None Include="dnchost.def" /> | ||
47 | </ItemGroup> | ||
48 | <ItemGroup> | ||
49 | <None Include="packages.config" /> | ||
50 | <Content Include="$(NetHostPath)nethost.dll"> | ||
51 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
52 | <Visible>False</Visible> | ||
53 | </Content> | ||
54 | </ItemGroup> | ||
55 | <ItemDefinitionGroup> | ||
56 | <ClCompile> | ||
57 | <AdditionalIncludeDirectories>$(BaseOutputPath)obj;$(NetHostPath);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
58 | </ClCompile> | ||
59 | </ItemDefinitionGroup> | ||
60 | <ItemGroup> | ||
61 | <ProjectReference Include="..\WixToolset.Dnc.Host\WixToolset.Dnc.Host.csproj"> | ||
62 | <Project>{0D780900-C2FF-4FA2-8CB5-8A19768724C5}</Project> | ||
63 | <SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties> | ||
64 | </ProjectReference> | ||
65 | </ItemGroup> | ||
66 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
67 | <Import Project="..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" /> | ||
68 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
69 | <PropertyGroup> | ||
70 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | ||
71 | </PropertyGroup> | ||
72 | <Error Condition="!Exists('..\..\packages\WixToolset.BalUtil.4.0.19\build\WixToolset.BalUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.BalUtil.4.0.19\build\WixToolset.BalUtil.props'))" /> | ||
73 | <Error Condition="!Exists('..\..\packages\WixToolset.BootstrapperCore.Native.4.0.15\build\WixToolset.BootstrapperCore.Native.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.BootstrapperCore.Native.4.0.15\build\WixToolset.BootstrapperCore.Native.props'))" /> | ||
74 | <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.18\build\WixToolset.DUtil.props'))" /> | ||
75 | <Error Condition="!Exists('..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Nerdbank.GitVersioning.2.1.65\build\Nerdbank.GitVersioning.targets'))" /> | ||
76 | </Target> | ||
77 | </Project> \ No newline at end of file | ||