This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
src/Microsoft.AspNet.StaticFiles
test/Microsoft.AspNet.StaticFiles.Tests Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 10
10
<BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath >
11
11
<OutputPath Condition =" '$(OutputPath)'=='' " >..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath >
12
12
</PropertyGroup >
13
+ <PropertyGroup >
14
+ <SchemaVersion >2.0</SchemaVersion >
15
+ </PropertyGroup >
13
16
<Import Project =" $(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition =" '$(VSToolsPath)' != ''" />
14
17
</Project >
Original file line number Diff line number Diff line change 10
10
<BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath >
11
11
<OutputPath Condition =" '$(OutputPath)'=='' " >..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath >
12
12
</PropertyGroup >
13
+ <PropertyGroup >
14
+ <SchemaVersion >2.0</SchemaVersion >
15
+ </PropertyGroup >
13
16
<Import Project =" $(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition =" '$(VSToolsPath)' != ''" />
14
17
</Project >
Original file line number Diff line number Diff line change 10
10
<BaseIntermediateOutputPath Condition =" '$(BaseIntermediateOutputPath)'=='' " >..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath >
11
11
<OutputPath Condition =" '$(OutputPath)'=='' " >..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath >
12
12
</PropertyGroup >
13
+ <PropertyGroup >
14
+ <SchemaVersion >2.0</SchemaVersion >
15
+ </PropertyGroup >
13
16
<Import Project =" $(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition =" '$(VSToolsPath)' != ''" />
14
17
</Project >
You can’t perform that action at this time.
0 commit comments