-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFULL_API_CDA.sln
More file actions
36 lines (36 loc) · 2.04 KB
/
FULL_API_CDA.sln
File metadata and controls
36 lines (36 loc) · 2.04 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test01", "TestClient\Test01.csproj", "{44EBBBED-E022-48E8-8CE7-2F4D4D713580}"
ProjectSection(ProjectDependencies) = postProject
{4351449C-7EC4-4619-B721-F354A1E86734} = {4351449C-7EC4-4619-B721-F354A1E86734}
{1FE0C3F5-3827-4C18-B329-3DE71D0EC5C5} = {1FE0C3F5-3827-4C18-B329-3DE71D0EC5C5}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHSITKTemplates", "TemplatesLibrary\NHSITKTemplates.csproj", "{1FE0C3F5-3827-4C18-B329-3DE71D0EC5C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API_CDA", "API\API_CDA.csproj", "{4351449C-7EC4-4619-B721-F354A1E86734}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44EBBBED-E022-48E8-8CE7-2F4D4D713580}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44EBBBED-E022-48E8-8CE7-2F4D4D713580}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44EBBBED-E022-48E8-8CE7-2F4D4D713580}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44EBBBED-E022-48E8-8CE7-2F4D4D713580}.Release|Any CPU.Build.0 = Release|Any CPU
{1FE0C3F5-3827-4C18-B329-3DE71D0EC5C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FE0C3F5-3827-4C18-B329-3DE71D0EC5C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FE0C3F5-3827-4C18-B329-3DE71D0EC5C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FE0C3F5-3827-4C18-B329-3DE71D0EC5C5}.Release|Any CPU.Build.0 = Release|Any CPU
{4351449C-7EC4-4619-B721-F354A1E86734}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4351449C-7EC4-4619-B721-F354A1E86734}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4351449C-7EC4-4619-B721-F354A1E86734}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4351449C-7EC4-4619-B721-F354A1E86734}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal