-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--HG-- branch : feature/MVC 6 Reset
- Loading branch information
Brendan Enrick
authored and
Brendan Enrick
committed
Nov 6, 2014
1 parent
8de7a5f
commit 28319c5
Showing
7 changed files
with
221 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,5 @@ _ReSharper* | |
*.cache | ||
TestResult.xml | ||
*.trx | ||
*.orig | ||
*.orig | ||
*.sln.ide/* |
19 changes: 19 additions & 0 deletions
19
src/Samples/MvcContrib.Samples.UI.MVC6/MvcContrib.Samples.UI.MVC6.kproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> | ||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | ||
</PropertyGroup> | ||
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.Props" Condition="'$(VSToolsPath)' != ''" /> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>023473c3-8795-420a-b4d4-a1e082c0ed05</ProjectGuid> | ||
<RootNamespace>MvcContrib.Samples.UI.MVC6</RootNamespace> | ||
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\MvcContrib.Samples.UI\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath> | ||
<OutputPath Condition="'$(OutputPath)'=='' ">..\MvcContrib.Samples.UI\artifacts\bin\$(MSBuildProjectName)\</OutputPath> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<DevelopmentServerPort>1273</DevelopmentServerPort> | ||
</PropertyGroup> | ||
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" /> | ||
</Project> |
144 changes: 144 additions & 0 deletions
144
src/Samples/MvcContrib.Samples.UI.MVC6/Project_Readme.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Your ASP.NET application</title> | ||
<style> | ||
body { | ||
background: #fff; | ||
color: #505050; | ||
font: 14px 'Segoe UI', tahoma, arial, helvetica, sans-serif; | ||
margin: 20px; | ||
padding: 0; | ||
} | ||
|
||
#header { | ||
background: #efefef; | ||
padding: 0; | ||
} | ||
|
||
h1 { | ||
font-size: 48px; | ||
font-weight: normal; | ||
margin: 0; | ||
padding: 0 30px; | ||
line-height: 150px; | ||
} | ||
|
||
p { | ||
font-size: 20px; | ||
color: #fff; | ||
background: #969696; | ||
padding: 0 30px; | ||
line-height: 50px; | ||
} | ||
|
||
#main { | ||
padding: 5px 30px; | ||
} | ||
|
||
.section { | ||
width: 21.7%; | ||
float: left; | ||
margin: 0 0 0 4%; | ||
} | ||
|
||
.section h2 { | ||
font-size: 13px; | ||
text-transform: uppercase; | ||
margin: 0; | ||
border-bottom: 1px solid silver; | ||
padding-bottom: 12px; | ||
margin-bottom: 8px; | ||
} | ||
|
||
.section.first { | ||
margin-left: 0; | ||
} | ||
|
||
.section.first h2 { | ||
font-size: 24px; | ||
text-transform: none; | ||
margin-bottom: 25px; | ||
border: none; | ||
} | ||
|
||
.section.first li { | ||
border-top: 1px solid silver; | ||
padding: 8px 0; | ||
} | ||
|
||
.section.last { | ||
margin-right: 0; | ||
} | ||
|
||
ul { | ||
list-style: none; | ||
padding: 0; | ||
margin: 0; | ||
line-height: 20px; | ||
} | ||
|
||
li { | ||
padding: 4px 0; | ||
} | ||
|
||
a { | ||
color: #267cb2; | ||
text-decoration: none; | ||
} | ||
|
||
a:hover { | ||
text-decoration: underline; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
|
||
<div id="header"> | ||
<h1>Your ASP.NET application</h1> | ||
<p>Congratulations! You've created a project</p> | ||
</div> | ||
|
||
<div id="main"> | ||
<div class="section first"> | ||
<h2>This application consists of:</h2> | ||
<ul> | ||
<li>Sample pages showing basic nav between Home, About, and Contact</li> | ||
<li>Theming using <a href="http://go.microsoft.com/fwlink/?LinkID=398939">Bootstrap</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="section"> | ||
<h2>Customize app</h2> | ||
<ul> | ||
<li><a href="http://go.microsoft.com/fwlink/?LinkID=398599">Add Static Files</a></li> | ||
<li><a href="http://go.microsoft.com/fwlink/?LinkID=398600">Add Controller</a></li> | ||
<li><a href="http://go.microsoft.com/fwlink/?LinkID=398601">Add View</a></li> | ||
<li><a href="http://go.microsoft.com/fwlink/?LinkID=398602">Add Data using Entity Framework</a></li> | ||
<li><a href="http://go.microsoft.com/fwlink/?LinkID=398603">Add Authentication using Identity</a></li> | ||
<li><a href="http://go.microsoft.com/fwlink/?LinkID=398604">Add Class library</a></li> | ||
<li><a href="http://go.microsoft.com/fwlink/?LinkID=398605">Add Diagnostics</a></li> | ||
<li><a href="http://go.microsoft.com/fwlink/?LinkID=398606">Add Real Time using SignalR</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="section"> | ||
<h2>Deploy</h2> | ||
<ul> | ||
<li><a href="http://go.microsoft.com/fwlink/?LinkID=398607">Run your app locally</a></li> | ||
<li><a href="http://go.microsoft.com/fwlink/?LinkID=398608">Self Host</a></li> | ||
<li><a href="http://go.microsoft.com/fwlink/?LinkID=398609">Publish to Microsoft Azure Web Sites</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="section last"> | ||
<h2>Get help</h2> | ||
<ul> | ||
<li><a href="http://go.microsoft.com/fwlink/?LinkID=398610">Get help</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
using Microsoft.AspNet.Builder; | ||
using Microsoft.Framework.DependencyInjection; | ||
|
||
namespace MvcContrib.Samples.UI.MVC6 | ||
{ | ||
public class Startup | ||
{ | ||
public void Configure(IApplicationBuilder app) | ||
{ | ||
} | ||
|
||
public void ConfigureServices(IServiceCollection services) | ||
{ | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"webroot": "wwwroot", | ||
"version": "1.0.0-*", | ||
"exclude": [ | ||
"wwwroot" | ||
], | ||
"packExclude": [ | ||
"**.kproj", | ||
"**.user", | ||
"**.vspscc" | ||
], | ||
"dependencies": { | ||
"Microsoft.AspNet.Server.IIS": "1.0.0-beta1" | ||
}, | ||
"frameworks" : { | ||
"aspnet50" : { }, | ||
"aspnetcore50" : { } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters