Skip to content

Commit e38c506

Browse files
committed
Project scaffolding bootstrapped by Visual Studio
1 parent 25e998c commit e38c506

File tree

144 files changed

+46689
-26419
lines changed

Some content is hidden

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

144 files changed

+46689
-26419
lines changed

MySqlDotnetCore.sln

Lines changed: 25 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,25 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.26730.10
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FD942558-5A6C-4E88-8C6F-38991C622EB5}"
7-
ProjectSection(SolutionItems) = preProject
8-
README.md = README.md
9-
EndProjectSection
10-
EndProject
11-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MySqlDotnetCore", "MySqlDotnetCore\MySqlDotnetCore.csproj", "{8F149993-56B7-469F-90BB-1A6729ED5314}"
12-
EndProject
13-
Global
14-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
15-
Debug|Any CPU = Debug|Any CPU
16-
Release|Any CPU = Release|Any CPU
17-
EndGlobalSection
18-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
19-
{8F149993-56B7-469F-90BB-1A6729ED5314}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20-
{8F149993-56B7-469F-90BB-1A6729ED5314}.Debug|Any CPU.Build.0 = Debug|Any CPU
21-
{8F149993-56B7-469F-90BB-1A6729ED5314}.Release|Any CPU.ActiveCfg = Release|Any CPU
22-
{8F149993-56B7-469F-90BB-1A6729ED5314}.Release|Any CPU.Build.0 = Release|Any CPU
23-
EndGlobalSection
24-
GlobalSection(SolutionProperties) = preSolution
25-
HideSolutionNode = FALSE
26-
EndGlobalSection
27-
GlobalSection(ExtensibilityGlobals) = postSolution
28-
SolutionGuid = {C6BEA37F-785C-42A5-85B9-EE1C8B142A0D}
29-
EndGlobalSection
30-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30204.135
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MySqlDotnetCore", "MySqlDotnetCore\MySqlDotnetCore.csproj", "{FB6BF1A0-4BA1-4F62-9944-79F95F092438}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{FB6BF1A0-4BA1-4F62-9944-79F95F092438}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{FB6BF1A0-4BA1-4F62-9944-79F95F092438}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{FB6BF1A0-4BA1-4F62-9944-79F95F092438}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{FB6BF1A0-4BA1-4F62-9944-79F95F092438}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {7F09C5F8-3663-456E-9316-FF9B2867CA97}
24+
EndGlobalSection
25+
EndGlobal
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@{
2+
Layout = "/Views/Shared/_Layout.cshtml";
3+
}

0 commit comments

Comments
 (0)