-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleGenerationSample.sln
More file actions
33 lines (33 loc) · 1.72 KB
/
Copy pathSimpleGenerationSample.sln
File metadata and controls
33 lines (33 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{42EA0DBD-9CF1-443E-919E-BE9C484E4577}") = "DatabaseProject", "DatabaseProject\DatabaseProject.sqlproj", "{7527D58D-D7C5-4579-BC27-F03FD3CBD087}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CC1D2668-7166-4AC6-902E-24EE41E441EF}"
ProjectSection(SolutionItems) = preProject
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFrameworkCoreProject", "EntityFrameworkCoreProject\EntityFrameworkCoreProject.csproj", "{6F71736A-E6D5-4F2A-B662-9E152DF3E6F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7527D58D-D7C5-4579-BC27-F03FD3CBD087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7527D58D-D7C5-4579-BC27-F03FD3CBD087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7527D58D-D7C5-4579-BC27-F03FD3CBD087}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7527D58D-D7C5-4579-BC27-F03FD3CBD087}.Release|Any CPU.Build.0 = Release|Any CPU
{6F71736A-E6D5-4F2A-B662-9E152DF3E6F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F71736A-E6D5-4F2A-B662-9E152DF3E6F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F71736A-E6D5-4F2A-B662-9E152DF3E6F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F71736A-E6D5-4F2A-B662-9E152DF3E6F2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal