-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCompentio.Notes.GraphQL.sln
More file actions
43 lines (43 loc) · 2.63 KB
/
Compentio.Notes.GraphQL.sln
File metadata and controls
43 lines (43 loc) · 2.63 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
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Compentio.Notes.GraphQL.Api", "Compentio.Notes.GraphQL.Api\Compentio.Notes.GraphQL.Api.csproj", "{0509144E-BBE7-4A29-8435-9DCE6B364FA8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Compentio.Notes.GraphQL", "Compentio.Notes.GraphQL\Compentio.Notes.GraphQL.csproj", "{A2B85AE1-C6D9-42A5-9112-2B486A19B3AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Compentio.Notes.GraphQL.Tests", "Compentio.Notes.GraphQL.Tests\Compentio.Notes.GraphQL.Tests.csproj", "{434A2CC5-0AB9-42D4-A82B-658FE261E596}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{DDD7E747-6A16-48D7-B41B-7C86F08411F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0509144E-BBE7-4A29-8435-9DCE6B364FA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0509144E-BBE7-4A29-8435-9DCE6B364FA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0509144E-BBE7-4A29-8435-9DCE6B364FA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0509144E-BBE7-4A29-8435-9DCE6B364FA8}.Release|Any CPU.Build.0 = Release|Any CPU
{A2B85AE1-C6D9-42A5-9112-2B486A19B3AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2B85AE1-C6D9-42A5-9112-2B486A19B3AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2B85AE1-C6D9-42A5-9112-2B486A19B3AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2B85AE1-C6D9-42A5-9112-2B486A19B3AE}.Release|Any CPU.Build.0 = Release|Any CPU
{434A2CC5-0AB9-42D4-A82B-658FE261E596}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{434A2CC5-0AB9-42D4-A82B-658FE261E596}.Debug|Any CPU.Build.0 = Debug|Any CPU
{434A2CC5-0AB9-42D4-A82B-658FE261E596}.Release|Any CPU.ActiveCfg = Release|Any CPU
{434A2CC5-0AB9-42D4-A82B-658FE261E596}.Release|Any CPU.Build.0 = Release|Any CPU
{DDD7E747-6A16-48D7-B41B-7C86F08411F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDD7E747-6A16-48D7-B41B-7C86F08411F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDD7E747-6A16-48D7-B41B-7C86F08411F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDD7E747-6A16-48D7-B41B-7C86F08411F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5BD6902B-7F10-4948-87A5-6639C904421A}
EndGlobalSection
EndGlobal