-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGarage.sln
37 lines (37 loc) · 2.02 KB
/
Garage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Garage", "Garage\Garage.csproj", "{3AD8F847-D1A0-4553-913A-A0C13D30F6DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Garage.Data", "Garage.Data\Garage.Data.csproj", "{144D02A8-D184-4583-A492-14B9205ACF0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Garage.Business", "Garage.Business\Garage.Business.csproj", "{1E3561C9-8382-4AE0-9265-7799564D23B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3AD8F847-D1A0-4553-913A-A0C13D30F6DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AD8F847-D1A0-4553-913A-A0C13D30F6DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AD8F847-D1A0-4553-913A-A0C13D30F6DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AD8F847-D1A0-4553-913A-A0C13D30F6DF}.Release|Any CPU.Build.0 = Release|Any CPU
{144D02A8-D184-4583-A492-14B9205ACF0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{144D02A8-D184-4583-A492-14B9205ACF0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{144D02A8-D184-4583-A492-14B9205ACF0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{144D02A8-D184-4583-A492-14B9205ACF0D}.Release|Any CPU.Build.0 = Release|Any CPU
{1E3561C9-8382-4AE0-9265-7799564D23B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E3561C9-8382-4AE0-9265-7799564D23B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E3561C9-8382-4AE0-9265-7799564D23B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E3561C9-8382-4AE0-9265-7799564D23B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2F68E40-C35A-42FB-9AC3-942D9CF5DE5B}
EndGlobalSection
EndGlobal