Fixed project.json casing
This commit is contained in:
parent
85d0abecad
commit
30df49535c
|
|
@ -3549,7 +3549,7 @@
|
||||||
<Content Include="Gruntfile.js" />
|
<Content Include="Gruntfile.js" />
|
||||||
<Content Include="Config.json" />
|
<Content Include="Config.json" />
|
||||||
<Content Include="package.json" />
|
<Content Include="package.json" />
|
||||||
<Content Include="Project.json" />
|
<Content Include="project.json" />
|
||||||
<Content Include="tslint.json" />
|
<Content Include="tslint.json" />
|
||||||
<Content Include="Views\Home\Index.cshtml" />
|
<Content Include="Views\Home\Index.cshtml" />
|
||||||
<Content Include="Views\Shared\_Layout.cshtml" />
|
<Content Include="Views\Shared\_Layout.cshtml" />
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
<Content Include="Images\placeholder.png" />
|
<Content Include="Images\placeholder.png" />
|
||||||
<Content Include="Images\placeholder.svg" />
|
<Content Include="Images\placeholder.svg" />
|
||||||
<Content Include="LocalConfig.json" />
|
<Content Include="LocalConfig.json" />
|
||||||
<Content Include="Project.json" />
|
<Content Include="project.json" />
|
||||||
<Content Include="Scripts\bootstrap.js" />
|
<Content Include="Scripts\bootstrap.js" />
|
||||||
<Content Include="Scripts\bootstrap.min.js" />
|
<Content Include="Scripts\bootstrap.min.js" />
|
||||||
<Content Include="Scripts\jquery-1.10.2.intellisense.js" />
|
<Content Include="Scripts\jquery-1.10.2.intellisense.js" />
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
<SchemaVersion>2.0</SchemaVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Project.json" />
|
<Content Include="project.json" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="DeploymentUtility.cs" />
|
<Compile Include="DeploymentUtility.cs" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue