-
Notifications
You must be signed in to change notification settings - Fork 0
/
PlantDB_Backend.sln
36 lines (36 loc) · 1.84 KB
/
PlantDB_Backend.sln
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
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1700.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlantDB_Backend", "PlantDB-Backend\PlantDB_Backend.csproj", "{2DB2FA43-9CB1-485E-AF99-264AB6CBE12C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1B1C77EE-C7E9-43B4-AD08-77DEA9AC18BD}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DatabaseGenerator", "DatabaseGenerator\DatabaseGenerator.csproj", "{E27B3F7E-3D0E-4DA4-ACF4-880494168434}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DB2FA43-9CB1-485E-AF99-264AB6CBE12C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DB2FA43-9CB1-485E-AF99-264AB6CBE12C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DB2FA43-9CB1-485E-AF99-264AB6CBE12C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DB2FA43-9CB1-485E-AF99-264AB6CBE12C}.Release|Any CPU.Build.0 = Release|Any CPU
{E27B3F7E-3D0E-4DA4-ACF4-880494168434}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E27B3F7E-3D0E-4DA4-ACF4-880494168434}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E27B3F7E-3D0E-4DA4-ACF4-880494168434}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E27B3F7E-3D0E-4DA4-ACF4-880494168434}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {780E75CA-CBE4-4169-809A-95938670B315}
EndGlobalSection
EndGlobal