parent
14a6fc2172
commit
8a14ca6bb3
11 changed files with 80 additions and 68 deletions
@ -1,10 +1,22 @@ |
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<!-- Import portable targets --> |
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
||||
<Import Project="$(MSBuildThisFileDirectory)\coreconsole.targets" /> |
||||
<Import Project="$(MSBuildThisFileDirectory)\vsdebug.targets" /> |
||||
<!-- Override this. --> |
||||
<PropertyGroup> |
||||
<NuGetTargetMoniker>DNXCore,Version=v5.0</NuGetTargetMoniker> |
||||
</PropertyGroup> |
||||
<!-- Project targeting defaults --> |
||||
<PropertyGroup> |
||||
<TargetFrameworkIdentifier Condition="'$(TargetFrameworkIdentifier)' == ''">None</TargetFrameworkIdentifier> |
||||
</PropertyGroup> |
||||
<PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == 'None'"> |
||||
<NuGetTargetMoniker>DNXCore,Version=v5.0</NuGetTargetMoniker> |
||||
<AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences> |
||||
<NoStdLib>true</NoStdLib> |
||||
<!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two |
||||
properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and |
||||
to prevent it from outputting a warning (MSB3644). |
||||
--> |
||||
<_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories> |
||||
<_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths> |
||||
<AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences> |
||||
</PropertyGroup> |
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
||||
<Import Project="$(MSBuildThisFileDirectory)\coreconsole.targets" /> |
||||
<Import Project="$(MSBuildThisFileDirectory)\vsdebug.targets" /> |
||||
|
||||
</Project> |
||||
|
@ -1,3 +1,6 @@ |
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<Import Project="$(MSBuildThisFileDirectory)\build\corebuild.props" /> |
||||
<PropertyGroup> |
||||
<DepsDir>$(ProjectDir)deps\</DepsDir> |
||||
</PropertyGroup> |
||||
</Project> |
||||
|
Loading…
Reference in new issue