Fixed project.json casing

This commit is contained in:
David Fowler 2014-07-13 22:49:42 -07:00
parent 85d0abecad
commit 30df49535c
4 changed files with 6 additions and 6 deletions

View File

@ -3549,7 +3549,7 @@
<Content Include="Gruntfile.js" />
<Content Include="Config.json" />
<Content Include="package.json" />
<Content Include="Project.json" />
<Content Include="project.json" />
<Content Include="tslint.json" />
<Content Include="Views\Home\Index.cshtml" />
<Content Include="Views\Shared\_Layout.cshtml" />

View File

@ -36,7 +36,7 @@
<Content Include="Images\placeholder.png" />
<Content Include="Images\placeholder.svg" />
<Content Include="LocalConfig.json" />
<Content Include="Project.json" />
<Content Include="project.json" />
<Content Include="Scripts\bootstrap.js" />
<Content Include="Scripts\bootstrap.min.js" />
<Content Include="Scripts\jquery-1.10.2.intellisense.js" />

View File

@ -23,7 +23,7 @@
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="Project.json" />
<Content Include="project.json" />
</ItemGroup>
<ItemGroup>
<Compile Include="DeploymentUtility.cs" />