-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGlobomantics.sln
39 lines (39 loc) · 2.1 KB
/
Globomantics.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{61601E59-B752-498A-B01E-A73C88036FDD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "API", "API\API.csproj", "{5CAE1C7A-C6AC-4F5F-97A8-F239689E5FC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{1879A407-8B61-433F-AC43-7D4578170BDB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApp", "WebApp\WebApp.csproj", "{5AD4C344-40CD-42B1-84A8-E9D6859582B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5CAE1C7A-C6AC-4F5F-97A8-F239689E5FC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CAE1C7A-C6AC-4F5F-97A8-F239689E5FC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CAE1C7A-C6AC-4F5F-97A8-F239689E5FC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CAE1C7A-C6AC-4F5F-97A8-F239689E5FC0}.Release|Any CPU.Build.0 = Release|Any CPU
{1879A407-8B61-433F-AC43-7D4578170BDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1879A407-8B61-433F-AC43-7D4578170BDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1879A407-8B61-433F-AC43-7D4578170BDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1879A407-8B61-433F-AC43-7D4578170BDB}.Release|Any CPU.Build.0 = Release|Any CPU
{5AD4C344-40CD-42B1-84A8-E9D6859582B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AD4C344-40CD-42B1-84A8-E9D6859582B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AD4C344-40CD-42B1-84A8-E9D6859582B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AD4C344-40CD-42B1-84A8-E9D6859582B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D6F11D2-EE76-4750-A6F7-D7CE39A515E6}
EndGlobalSection
EndGlobal