Initial changes to support building on Debian

This commit is contained in:
MichaelSimons 2016-04-12 09:41:33 -05:00
parent aed81d43db
commit e10e8c9cac
14 changed files with 190 additions and 3 deletions

View file

@ -30,6 +30,9 @@
<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" />