You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
572 B
10 lines
572 B
<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>
|
|
|