39 lines
1.7 KiB
XML
39 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
|
|
|
<PropertyGroup>
|
|
<Version>$(HostPolicyVersion)</Version>
|
|
<SkipPackageFileCheck>true</SkipPackageFileCheck>
|
|
<SkipValidatePackage>true</SkipValidatePackage>
|
|
<PackagePlatforms>x64;x86;</PackagePlatforms>
|
|
<OutputPath>$(PackagesOutputPath)</OutputPath>
|
|
<IncludeRuntimeJson>true</IncludeRuntimeJson>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Dependency Include="Microsoft.NETCore.DotNetHostResolver">
|
|
<Version>$(HostResolverFullVersion)</Version>
|
|
</Dependency>
|
|
<ProjectReference Include="win\Microsoft.NETCore.DotNetHostPolicy.pkgproj">
|
|
<Platform>amd64</Platform>
|
|
</ProjectReference>
|
|
<ProjectReference Include="win\Microsoft.NETCore.DotNetHostPolicy.pkgproj">
|
|
<Platform>x86</Platform>
|
|
</ProjectReference>
|
|
<ProjectReference Include="rhel\Microsoft.NETCore.DotNetHostPolicy.pkgproj">
|
|
<Platform>amd64</Platform>
|
|
</ProjectReference>
|
|
<ProjectReference Include="osx\Microsoft.NETCore.DotNetHostPolicy.pkgproj">
|
|
<Platform>amd64</Platform>
|
|
</ProjectReference>
|
|
<ProjectReference Include="ubuntu\Microsoft.NETCore.DotNetHostPolicy.pkgproj">
|
|
<Platform>amd64</Platform>
|
|
</ProjectReference>
|
|
<ProjectReference Include="debian\Microsoft.NETCore.DotNetHostPolicy.pkgproj">
|
|
<Platform>amd64</Platform>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
|
</Project>
|