Fixed project.json casing
This commit is contained in:
parent
85d0abecad
commit
30df49535c
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue