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 +8
-7
lines changed
src/Microsoft.AspNet.StaticFiles Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ nuget.exe
22
22
* DS_Store
23
23
* .ncrunchsolution
24
24
* . * sdf
25
- * .ipch
25
+ * .ipch
26
+ * .sln.ide
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" __ToolsVersion__" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >12.0</VisualStudioVersion >
5
5
<VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6
6
</PropertyGroup >
7
- <Import Project =" $(VSToolsPath)\ProjectK \Microsoft.Web.ProjectK .Props" Condition =" '$(VSToolsPath)' != ''" />
7
+ <Import Project =" $(VSToolsPath)\AspNet \Microsoft.Web.AspNet .Props" Condition =" '$(VSToolsPath)' != ''" />
8
8
<PropertyGroup Label =" Globals" >
9
9
<ProjectGuid >092141d9-305a-4fc5-ae74-cb23982ca8d4</ProjectGuid >
10
10
<OutputType >Web</OutputType >
26
26
<ItemGroup >
27
27
<Compile Include =" Startup.cs" />
28
28
</ItemGroup >
29
- <Import Project =" $(VSToolsPath)\ProjectK \Microsoft.Web.ProjectK .targets" Condition =" '$(VSToolsPath)' != ''" />
29
+ <Import Project =" $(VSToolsPath)\AspNet \Microsoft.Web.AspNet .targets" Condition =" '$(VSToolsPath)' != ''" />
30
30
</Project >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" __ToolsVersion__" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >12.0</VisualStudioVersion >
5
5
<VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6
6
</PropertyGroup >
7
- <Import Project =" $(VSToolsPath)\ProjectK \Microsoft.Web.ProjectK .Props" Condition =" '$(VSToolsPath)' != ''" />
7
+ <Import Project =" $(VSToolsPath)\AspNet \Microsoft.Web.AspNet .Props" Condition =" '$(VSToolsPath)' != ''" />
8
8
<PropertyGroup Label =" Globals" >
9
9
<ProjectGuid >8d7bc5a4-f19c-4184-8338-a6b42997218c</ProjectGuid >
10
10
<OutputType >Library</OutputType >
50
50
<Compile Include =" StaticFileResponseContext.cs" />
51
51
<Compile Include =" StreamCopyOperation.cs" />
52
52
</ItemGroup >
53
- <Import Project =" $(VSToolsPath)\ProjectK \Microsoft.Web.ProjectK .targets" Condition =" '$(VSToolsPath)' != ''" />
53
+ <Import Project =" $(VSToolsPath)\AspNet \Microsoft.Web.AspNet .targets" Condition =" '$(VSToolsPath)' != ''" />
54
54
</Project >
You can’t perform that action at this time.
0 commit comments