Skip to content

Commit 180afac

Browse files
committed
Update aspnetmvcapp
1 parent 6af996b commit 180afac

File tree

83 files changed

+57642
-11452
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+57642
-11452
lines changed
Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,22 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27428.2043
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.12.35521.163 d17.12
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "aspnetmvcapp", "aspnetmvcapp\aspnetmvcapp.csproj", "{8472F984-C781-40BB-908A-696F15971E90}"
7-
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9E250D3A-72EE-417F-AD20-36D56C0A9D03}"
9-
ProjectSection(SolutionItems) = preProject
10-
.dockerignore = .dockerignore
11-
Dockerfile = Dockerfile
12-
README.md = README.md
13-
EndProjectSection
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "aspnetmvcapp", "aspnetmvcapp\aspnetmvcapp.csproj", "{33CC0A7D-0D6D-46D2-AC2C-3323D045755B}"
147
EndProject
158
Global
169
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1710
Debug|Any CPU = Debug|Any CPU
1811
Release|Any CPU = Release|Any CPU
1912
EndGlobalSection
2013
GlobalSection(ProjectConfigurationPlatforms) = postSolution
21-
{8472F984-C781-40BB-908A-696F15971E90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
22-
{8472F984-C781-40BB-908A-696F15971E90}.Debug|Any CPU.Build.0 = Debug|Any CPU
23-
{8472F984-C781-40BB-908A-696F15971E90}.Release|Any CPU.ActiveCfg = Release|Any CPU
24-
{8472F984-C781-40BB-908A-696F15971E90}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{33CC0A7D-0D6D-46D2-AC2C-3323D045755B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{33CC0A7D-0D6D-46D2-AC2C-3323D045755B}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{33CC0A7D-0D6D-46D2-AC2C-3323D045755B}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{33CC0A7D-0D6D-46D2-AC2C-3323D045755B}.Release|Any CPU.Build.0 = Release|Any CPU
2518
EndGlobalSection
2619
GlobalSection(SolutionProperties) = preSolution
2720
HideSolutionNode = FALSE
2821
EndGlobalSection
29-
GlobalSection(ExtensibilityGlobals) = postSolution
30-
SolutionGuid = {89E79591-89BB-4636-A514-078B1E896B8E}
31-
EndGlobalSection
3222
EndGlobal

samples/aspnetmvcapp/aspnetmvcapp/App_Start/BundleConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static void RegisterBundles(BundleCollection bundles)
1919
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
2020
"~/Scripts/modernizr-*"));
2121

22-
bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
22+
bundles.Add(new Bundle("~/bundles/bootstrap").Include(
2323
"~/Scripts/bootstrap.js"));
2424

2525
bundles.Add(new StyleBundle("~/Content/css").Include(

samples/aspnetmvcapp/aspnetmvcapp/ApplicationInsights.config

Lines changed: 0 additions & 140 deletions
This file was deleted.
Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
body {
2-
padding-top: 50px;
3-
padding-bottom: 20px;
4-
}
5-
6-
/* Set padding to keep content from hitting the edges */
1+
/* Set padding to keep content from hitting the edges */
72
.body-content {
3+
margin-top: 15px;
84
padding-left: 15px;
95
padding-right: 15px;
106
}
@@ -22,9 +18,3 @@ select,
2218
textarea {
2319
max-width: 280px;
2420
}
25-
26-
.navbar-inverse .navbar-toggle:hover,
27-
.navbar-inverse .navbar-toggle:focus {
28-
background-color: #777;
29-
border-color: #fff
30-
}

0 commit comments

Comments
 (0)