This repository was archived by the owner on Nov 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/Microsoft.AspNet.StaticFiles Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 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 >
21
21
<DevelopmentServerPort >47028</DevelopmentServerPort >
22
22
</PropertyGroup >
23
23
<ItemGroup >
24
- <Content Include =" Project .json" />
24
+ <Content Include =" project .json" />
25
25
</ItemGroup >
26
26
<ItemGroup >
27
27
<Compile Include =" Startup.cs" />
28
28
</ItemGroup >
29
29
<Import Project =" $(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition =" '$(VSToolsPath)' != ''" />
30
- </Project >
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 >
18
18
</PropertyGroup >
19
19
<ItemGroup >
20
20
<Content Include =" CustomDictionary.xml" />
21
- <Content Include =" Project .json" />
21
+ <Content Include =" project .json" />
22
22
<Content Include =" Resources.resx" />
23
23
</ItemGroup >
24
24
<ItemGroup >
51
51
<Compile Include =" StreamCopyOperation.cs" />
52
52
</ItemGroup >
53
53
<Import Project =" $(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition =" '$(VSToolsPath)' != ''" />
54
- </Project >
54
+ </Project >
You can’t perform that action at this time.
0 commit comments