-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRAIT.sln
50 lines (50 loc) · 3.43 KB
/
RAIT.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
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAIT.Example.API", "RAIT.Example.API\RAIT.Example.API.csproj", "{61500599-7AB8-434B-8FBE-5E9A72A77E60}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAIT.Example.API.Test", "RAIT.Example.API.Test\RAIT.Example.API.Test.csproj", "{858A6AF1-D780-4904-A6A6-1BB522124F67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAIT.Core", "RAIT.Core\RAIT.Core.csproj", "{3A4692F5-B88C-4468-B5D8-85B2CF8C69A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAIT.Example.API.Endpoints", "RAIT.Example.API.Endpoints\RAIT.Example.API.Endpoints.csproj", "{98E1F0AF-764B-4D4A-8D38-D5D2F6057FAB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Endpoints", "Endpoints", "{C29DDF08-6B82-4255-8746-5146DBD12B7E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Controllers", "Controllers", "{E6C613CE-DFD5-4321-8724-BE320F9757A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RAIT.Example.API.Endpoints.Test", "RAIT.Example.API.Endpoints.Test\RAIT.Example.API.Endpoints.Test.csproj", "{8AA99E6D-4FD7-4A0B-B86A-0D5489EB8E16}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{61500599-7AB8-434B-8FBE-5E9A72A77E60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61500599-7AB8-434B-8FBE-5E9A72A77E60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61500599-7AB8-434B-8FBE-5E9A72A77E60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61500599-7AB8-434B-8FBE-5E9A72A77E60}.Release|Any CPU.Build.0 = Release|Any CPU
{858A6AF1-D780-4904-A6A6-1BB522124F67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{858A6AF1-D780-4904-A6A6-1BB522124F67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{858A6AF1-D780-4904-A6A6-1BB522124F67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{858A6AF1-D780-4904-A6A6-1BB522124F67}.Release|Any CPU.Build.0 = Release|Any CPU
{3A4692F5-B88C-4468-B5D8-85B2CF8C69A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A4692F5-B88C-4468-B5D8-85B2CF8C69A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A4692F5-B88C-4468-B5D8-85B2CF8C69A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A4692F5-B88C-4468-B5D8-85B2CF8C69A9}.Release|Any CPU.Build.0 = Release|Any CPU
{98E1F0AF-764B-4D4A-8D38-D5D2F6057FAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98E1F0AF-764B-4D4A-8D38-D5D2F6057FAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98E1F0AF-764B-4D4A-8D38-D5D2F6057FAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98E1F0AF-764B-4D4A-8D38-D5D2F6057FAB}.Release|Any CPU.Build.0 = Release|Any CPU
{8AA99E6D-4FD7-4A0B-B86A-0D5489EB8E16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AA99E6D-4FD7-4A0B-B86A-0D5489EB8E16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AA99E6D-4FD7-4A0B-B86A-0D5489EB8E16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AA99E6D-4FD7-4A0B-B86A-0D5489EB8E16}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{98E1F0AF-764B-4D4A-8D38-D5D2F6057FAB} = {C29DDF08-6B82-4255-8746-5146DBD12B7E}
{61500599-7AB8-434B-8FBE-5E9A72A77E60} = {E6C613CE-DFD5-4321-8724-BE320F9757A0}
{858A6AF1-D780-4904-A6A6-1BB522124F67} = {E6C613CE-DFD5-4321-8724-BE320F9757A0}
{8AA99E6D-4FD7-4A0B-B86A-0D5489EB8E16} = {C29DDF08-6B82-4255-8746-5146DBD12B7E}
EndGlobalSection
EndGlobal