This repository was archived by the owner on Dec 18, 2017. It is now read-only.
File tree 1 file changed +5
-12
lines changed
1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
3
3
<PropertyGroup >
4
4
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
5
5
<VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6
6
</PropertyGroup >
7
- <Import Project =" $(VSToolsPath)\AspNet \Microsoft.Web.AspNet .Props" Condition =" '$(VSToolsPath)' != ''" />
7
+ <Import Project =" $(VSToolsPath)\DNX \Microsoft.DNX .Props" Condition =" '$(VSToolsPath)' != ''" />
8
8
<PropertyGroup Label =" Globals" >
9
9
<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 >
14
12
</PropertyGroup >
15
13
<PropertyGroup >
16
14
<SchemaVersion >2.0</SchemaVersion >
17
15
</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)' != ''" />
24
17
</Project >
You can’t perform that action at this time.
0 commit comments