-
Notifications
You must be signed in to change notification settings - Fork 4
/
Gos.Tools.sln
48 lines (48 loc) · 2.71 KB
/
Gos.Tools.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CED7271F-4992-4C71-BBE2-4F7A65A714FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D705829A-C831-4F58-9A68-37C72DAA0E3C}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D45AB564-8790-4A23-8B04-2B568771AB05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gos.Tools.Cqs", "Gos.Tools.Cqs\Gos.Tools.Cqs.csproj", "{664C3032-7C88-40D9-85D6-0A7E269DDC24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gos.Tools.Cqs.Tests", "Gos.Tools.Cqs.Tests\Gos.Tools.Cqs.Tests.csproj", "{D6D30CF9-1E74-428E-AA9F-F26F0C00237C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gos.Tools.Cqs.Event", "Gos.Tools.Cqs.Event\Gos.Tools.Cqs.Event.csproj", "{B3152C17-1906-4E33-915D-9E11B60280E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{664C3032-7C88-40D9-85D6-0A7E269DDC24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{664C3032-7C88-40D9-85D6-0A7E269DDC24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{664C3032-7C88-40D9-85D6-0A7E269DDC24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{664C3032-7C88-40D9-85D6-0A7E269DDC24}.Release|Any CPU.Build.0 = Release|Any CPU
{D6D30CF9-1E74-428E-AA9F-F26F0C00237C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6D30CF9-1E74-428E-AA9F-F26F0C00237C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6D30CF9-1E74-428E-AA9F-F26F0C00237C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6D30CF9-1E74-428E-AA9F-F26F0C00237C}.Release|Any CPU.Build.0 = Release|Any CPU
{B3152C17-1906-4E33-915D-9E11B60280E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3152C17-1906-4E33-915D-9E11B60280E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3152C17-1906-4E33-915D-9E11B60280E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3152C17-1906-4E33-915D-9E11B60280E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{664C3032-7C88-40D9-85D6-0A7E269DDC24} = {CED7271F-4992-4C71-BBE2-4F7A65A714FB}
{D6D30CF9-1E74-428E-AA9F-F26F0C00237C} = {D45AB564-8790-4A23-8B04-2B568771AB05}
{B3152C17-1906-4E33-915D-9E11B60280E4} = {CED7271F-4992-4C71-BBE2-4F7A65A714FB}
EndGlobalSection
EndGlobal