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" />
@ -3574,4 +3574,4 @@
<TypeScriptEnabled>true</TypeScriptEnabled>
</PropertyGroup>
<!--<Import Project="$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(VSToolsPath)\TypeScript\Microsoft.TypeScript.targets')" />-->
</Project>
</Project>

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" />
@ -103,4 +103,4 @@
<Compile Include="ViewModels\ShoppingCartViewModel.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
</Project>

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" />
@ -35,4 +35,4 @@
<Compile Include="SmokeTests.cs" />
</ItemGroup>
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
</Project>