Fixed project.json casing

This commit is contained in:
David Fowler 2014-05-26 02:54:11 -07:00
parent 927ebb7b75
commit 44eddb1a97
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="__ToolsVersion__" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
@ -21,10 +21,10 @@
<DevelopmentServerPort>47028</DevelopmentServerPort>
</PropertyGroup>
<ItemGroup>
<Content Include="Project.json" />
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="Startup.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
</Project>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="__ToolsVersion__" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
@ -18,7 +18,7 @@
</PropertyGroup>
<ItemGroup>
<Content Include="CustomDictionary.xml" />
<Content Include="Project.json" />
<Content Include="project.json" />
<Content Include="Resources.resx" />
</ItemGroup>
<ItemGroup>
@ -51,4 +51,4 @@
<Compile Include="StreamCopyOperation.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
</Project>