-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAptacode.CSharp.Common.sln
More file actions
68 lines (68 loc) · 4.81 KB
/
Aptacode.CSharp.Common.sln
File metadata and controls
68 lines (68 loc) · 4.81 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aptacode.CSharp.Common.Utilities", "Aptacode.CSharp.Common.Utillities\Aptacode.CSharp.Common.Utilities.csproj", "{53DBC073-23C5-496C-8E9B-DA7495230457}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aptacode.CSharp.Common.Persistence", "Aptacode.CSharp.Common.Persistence\Aptacode.CSharp.Common.Persistence.csproj", "{9A2AF015-DF2F-439B-86F2-3641DC95A9E3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aptacode.CSharp.Common.Http", "Aptacode.CSharp.Common.Http\Aptacode.CSharp.Common.Http.csproj", "{A840219A-92A0-4500-87BF-E8ECFB6998E7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{86C3A490-7312-4265-AFE9-7352DD784CE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aptacode.CSharp.Common.Utilities.Tests", "Tests\Aptacode.CSharp.Common.Utillities.Tests\Aptacode.CSharp.Common.Utilities.Tests.csproj", "{E2EDED9D-F252-4944-B2DA-D37880172652}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aptacode.CSharp.Common.Http.Tests", "Tests\Aptacode.CSharp.Common.Http.Tests\Aptacode.CSharp.Common.Http.Tests.csproj", "{3CF7E115-1204-4CC0-93EF-030F88991908}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aptacode.CSharp.Common.Persistence.Tests", "Tests\Aptacode.CSharp.Common.Persistence.Tests\Aptacode.CSharp.Common.Persistence.Tests.csproj", "{D9550CEF-89B7-463D-B221-938B6E404A39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aptacode.CSharp.Common.Patterns", "Aptacode.CSharp.Common.Patterns\Aptacode.CSharp.Common.Patterns.csproj", "{1E3A4BB1-FC3D-44F8-85DA-6A958AF306C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53DBC073-23C5-496C-8E9B-DA7495230457}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53DBC073-23C5-496C-8E9B-DA7495230457}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53DBC073-23C5-496C-8E9B-DA7495230457}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53DBC073-23C5-496C-8E9B-DA7495230457}.Release|Any CPU.Build.0 = Release|Any CPU
{9A2AF015-DF2F-439B-86F2-3641DC95A9E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A2AF015-DF2F-439B-86F2-3641DC95A9E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A2AF015-DF2F-439B-86F2-3641DC95A9E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A2AF015-DF2F-439B-86F2-3641DC95A9E3}.Release|Any CPU.Build.0 = Release|Any CPU
{A840219A-92A0-4500-87BF-E8ECFB6998E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A840219A-92A0-4500-87BF-E8ECFB6998E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A840219A-92A0-4500-87BF-E8ECFB6998E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A840219A-92A0-4500-87BF-E8ECFB6998E7}.Release|Any CPU.Build.0 = Release|Any CPU
{E2EDED9D-F252-4944-B2DA-D37880172652}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2EDED9D-F252-4944-B2DA-D37880172652}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2EDED9D-F252-4944-B2DA-D37880172652}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2EDED9D-F252-4944-B2DA-D37880172652}.Release|Any CPU.Build.0 = Release|Any CPU
{3CF7E115-1204-4CC0-93EF-030F88991908}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CF7E115-1204-4CC0-93EF-030F88991908}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CF7E115-1204-4CC0-93EF-030F88991908}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CF7E115-1204-4CC0-93EF-030F88991908}.Release|Any CPU.Build.0 = Release|Any CPU
{D9550CEF-89B7-463D-B221-938B6E404A39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9550CEF-89B7-463D-B221-938B6E404A39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9550CEF-89B7-463D-B221-938B6E404A39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9550CEF-89B7-463D-B221-938B6E404A39}.Release|Any CPU.Build.0 = Release|Any CPU
{1E3A4BB1-FC3D-44F8-85DA-6A958AF306C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E3A4BB1-FC3D-44F8-85DA-6A958AF306C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E3A4BB1-FC3D-44F8-85DA-6A958AF306C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E3A4BB1-FC3D-44F8-85DA-6A958AF306C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E2EDED9D-F252-4944-B2DA-D37880172652} = {86C3A490-7312-4265-AFE9-7352DD784CE2}
{3CF7E115-1204-4CC0-93EF-030F88991908} = {86C3A490-7312-4265-AFE9-7352DD784CE2}
{D9550CEF-89B7-463D-B221-938B6E404A39} = {86C3A490-7312-4265-AFE9-7352DD784CE2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95281D49-6916-4FAD-B8D5-149BBF5DC77A}
EndGlobalSection
EndGlobal