-
Notifications
You must be signed in to change notification settings - Fork 0
/
CAAS.sln
47 lines (47 loc) · 2.5 KB
/
CAAS.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
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{1CF8ABF5-7E01-425E-AF26-41C6FB430C8F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BD9EE07A-4633-48CB-A62E-985D8F4F4232}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Content", "Content", "{0059EE1B-BFDD-49E5-AECC-E7939FCE48FE}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CAAS.Data", "src\CAAS.Data\CAAS.Data.csproj", "{263EE5E1-BC03-4971-99FA-1D575E53D97C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CAAS.Tests", "src\CAAS.Tests\CAAS.Tests.csproj", "{14BD7EB7-FE80-40E3-AD69-AB28915EC736}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CAAS.Web", "src\CAAS.Web\CAAS.Web.csproj", "{571EF097-D6DA-496D-9D41-4F5F4BB91507}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{263EE5E1-BC03-4971-99FA-1D575E53D97C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{263EE5E1-BC03-4971-99FA-1D575E53D97C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{263EE5E1-BC03-4971-99FA-1D575E53D97C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{263EE5E1-BC03-4971-99FA-1D575E53D97C}.Release|Any CPU.Build.0 = Release|Any CPU
{14BD7EB7-FE80-40E3-AD69-AB28915EC736}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14BD7EB7-FE80-40E3-AD69-AB28915EC736}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14BD7EB7-FE80-40E3-AD69-AB28915EC736}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14BD7EB7-FE80-40E3-AD69-AB28915EC736}.Release|Any CPU.Build.0 = Release|Any CPU
{571EF097-D6DA-496D-9D41-4F5F4BB91507}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{571EF097-D6DA-496D-9D41-4F5F4BB91507}.Debug|Any CPU.Build.0 = Debug|Any CPU
{571EF097-D6DA-496D-9D41-4F5F4BB91507}.Release|Any CPU.ActiveCfg = Release|Any CPU
{571EF097-D6DA-496D-9D41-4F5F4BB91507}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A31D946B-7739-4071-9C97-1307AEDA6005}
EndGlobalSection
EndGlobal