-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAe.Gengo.Client.sln
More file actions
39 lines (39 loc) · 2.06 KB
/
Copy pathAe.Gengo.Client.sln
File metadata and controls
39 lines (39 loc) · 2.06 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.705
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{529B8C1B-B710-472B-B1A5-10D2E65C17FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ae.Gengo.Client", "src\Ae.Gengo.Client\Ae.Gengo.Client.csproj", "{C34F7097-93A9-41C6-8F5B-3B9CF738B1C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{74BEE014-1C46-48BA-915C-7F77436946B7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ae.Gengo.Client.Tests", "tests\Ae.Gengo.Client.Tests\Ae.Gengo.Client.Tests.csproj", "{2868F1A5-2CD7-43B6-8E0C-13BB2D10756E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C34F7097-93A9-41C6-8F5B-3B9CF738B1C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C34F7097-93A9-41C6-8F5B-3B9CF738B1C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C34F7097-93A9-41C6-8F5B-3B9CF738B1C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C34F7097-93A9-41C6-8F5B-3B9CF738B1C4}.Release|Any CPU.Build.0 = Release|Any CPU
{2868F1A5-2CD7-43B6-8E0C-13BB2D10756E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2868F1A5-2CD7-43B6-8E0C-13BB2D10756E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2868F1A5-2CD7-43B6-8E0C-13BB2D10756E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2868F1A5-2CD7-43B6-8E0C-13BB2D10756E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C34F7097-93A9-41C6-8F5B-3B9CF738B1C4} = {529B8C1B-B710-472B-B1A5-10D2E65C17FB}
{2868F1A5-2CD7-43B6-8E0C-13BB2D10756E} = {74BEE014-1C46-48BA-915C-7F77436946B7}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A6EEBC4-CEAC-482B-83F1-2FF4287F7C73}
EndGlobalSection
EndGlobal