-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlanta.sln
43 lines (43 loc) · 2.5 KB
/
Planta.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
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Planta", "Planta\Planta.csproj", "{E61E2575-342B-4243-AD02-9F506A904EDA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlantaModels", "PlantaModels\PlantaModels.csproj", "{41F7983F-96DD-4CEC-90A2-A81F2AC43F93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlantaDataAccess", "PlantaDataAccess\PlantaDataAccess.csproj", "{8BB9D972-044E-44D1-B529-7A3B09ECF88D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlantaShared", "PlantaShared\PlantaShared.csproj", "{4C6896B7-7D47-4297-9C25-A50B84E51A57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E61E2575-342B-4243-AD02-9F506A904EDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E61E2575-342B-4243-AD02-9F506A904EDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E61E2575-342B-4243-AD02-9F506A904EDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E61E2575-342B-4243-AD02-9F506A904EDA}.Release|Any CPU.Build.0 = Release|Any CPU
{41F7983F-96DD-4CEC-90A2-A81F2AC43F93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41F7983F-96DD-4CEC-90A2-A81F2AC43F93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41F7983F-96DD-4CEC-90A2-A81F2AC43F93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41F7983F-96DD-4CEC-90A2-A81F2AC43F93}.Release|Any CPU.Build.0 = Release|Any CPU
{8BB9D972-044E-44D1-B529-7A3B09ECF88D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BB9D972-044E-44D1-B529-7A3B09ECF88D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BB9D972-044E-44D1-B529-7A3B09ECF88D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BB9D972-044E-44D1-B529-7A3B09ECF88D}.Release|Any CPU.Build.0 = Release|Any CPU
{4C6896B7-7D47-4297-9C25-A50B84E51A57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C6896B7-7D47-4297-9C25-A50B84E51A57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C6896B7-7D47-4297-9C25-A50B84E51A57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C6896B7-7D47-4297-9C25-A50B84E51A57}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F0F0F520-2D23-440A-B9F2-68DE3E966DC3}
EndGlobalSection
EndGlobal