Changing the project folder structure to include wwwroot

This commit is contained in:
Praburaj 2014-09-15 14:05:48 -07:00
parent 7c917a760a
commit 2712ae3478
32 changed files with 5 additions and 26 deletions

View File

@ -20,34 +20,11 @@
<DevelopmentServerPort>41532</DevelopmentServerPort>
</PropertyGroup>
<ItemGroup>
<Content Include="Content\bootstrap.css" />
<Content Include="Content\bootstrap.min.css" />
<Content Include="Content\Site.css" />
<Content Include="CopyAspNetLoader.cmd" />
<Content Include="favicon.ico" />
<Content Include="fonts\glyphicons-halflings-regular.eot" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
<Content Include="fonts\glyphicons-halflings-regular.woff" />
<Content Include="Helios.cmd" />
<Content Include="Images\home-showcase.png" />
<Content Include="Images\logo.png" />
<Content Include="Images\logo.svg" />
<Content Include="Images\placeholder.png" />
<Content Include="Images\placeholder.svg" />
<Content Include="LocalConfig.json" />
<Content Include="project.json" />
<Content Include="Scripts\bootstrap.js" />
<Content Include="Scripts\bootstrap.min.js" />
<Content Include="Scripts\jquery.validate-vsdoc.js" />
<Content Include="Scripts\jquery.validate.js" />
<Content Include="Scripts\jquery.validate.min.js" />
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
<Content Include="Scripts\modernizr-2.6.2.js" />
<Content Include="Scripts\respond.js" />
<Content Include="Scripts\respond.min.js" />
<Content Include="Scripts\_references.js" />
<Content Include="Views\Account\Login.cshtml" />
<Content Include="Views\Account\Register.cshtml" />
<Content Include="Views\Checkout\AddressAndPayment.cshtml" />

View File

@ -1,10 +1,12 @@
{
"authors": [
/*https://github.com/aspnet/Hosting/issues/74*/
/*"authors": [
"Microsoft"
],
],*/
"description": "Music store application on K",
"version": "1.0.0-*",
"compilationOptions": { "warningsAsErrors": true },
"webroot": "wwwroot",
"dependencies": {
"Kestrel": "1.0.0-*",
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
@ -36,4 +38,4 @@
"aspnet50": { },
"aspnetcore50": { }
}
}
}

View File

Before

Width:  |  Height:  |  Size: 248 KiB

After

Width:  |  Height:  |  Size: 248 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB