Skip to content

Commit

Permalink
Basic MVC project
Browse files Browse the repository at this point in the history
  • Loading branch information
Wintermute21 committed Aug 5, 2017
1 parent 89e6e5f commit 8239d7c
Show file tree
Hide file tree
Showing 146 changed files with 40,826 additions and 0 deletions.
Binary file added .vs/Big-Apple/v15/.suo
Binary file not shown.
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
6 changes: 6 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ExpandedNodes": [
""
],
"PreviewInSolutionExplorer": false
}
Binary file modified .vs/slnx.sqlite
Binary file not shown.
Binary file added Big-Apple/.vs/Big-Apple/v15/.suo
Binary file not shown.
Binary file not shown.
25 changes: 25 additions & 0 deletions Big-Apple/Big-Apple.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Big-Apple", "Big-Apple\Big-Apple.csproj", "{2C13A3DD-49AF-4770-821E-8D2645FE4A67}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C13A3DD-49AF-4770-821E-8D2645FE4A67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C13A3DD-49AF-4770-821E-8D2645FE4A67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C13A3DD-49AF-4770-821E-8D2645FE4A67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C13A3DD-49AF-4770-821E-8D2645FE4A67}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6351B731-8D84-4C4B-B6E5-B5D13DE27BD2}
EndGlobalSection
EndGlobal
3 changes: 3 additions & 0 deletions Big-Apple/Big-Apple/.bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "wwwroot/lib"
}
Loading

0 comments on commit 8239d7c

Please sign in to comment.