This repository was archived by the owner on Dec 18, 2017. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" __ToolsVersion__ " DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Project ToolsVersion =" 14.0 " DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
44 <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
55 <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
66 </PropertyGroup >
7- <Import Project =" $(VSToolsPath)\AspNet \Microsoft.Web.AspNet .Props" Condition =" '$(VSToolsPath)' != ''" />
7+ <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .Props" Condition =" '$(VSToolsPath)' != ''" />
88 <PropertyGroup Label =" Globals" >
99 <ProjectGuid >0ef87869-3442-40aa-a0e6-089cd385f7d0</ProjectGuid >
10- </PropertyGroup >
11- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x86'" Label =" Configuration" >
12- </PropertyGroup >
13- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x86'" Label =" Configuration" >
10+ <BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >..\..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath >
11+ <OutputPath Condition =" '$(OutputPath)'=='' " >..\..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath >
1412 </PropertyGroup >
1513 <PropertyGroup >
1614 <SchemaVersion >2.0</SchemaVersion >
1715 </PropertyGroup >
18- <Import Project =" $(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition =" '$(VSToolsPath)' != ''" />
19- <ProjectExtensions >
20- <VisualStudio >
21- <UserProperties project_1json__JSONSchema =" http://www.asp.net/media/4878834/project.json" />
22- </VisualStudio >
23- </ProjectExtensions >
16+ <Import Project =" $(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition =" '$(VSToolsPath)' != ''" />
2417</Project >
You can’t perform that action at this time.
0 commit comments