-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeBridge.sln
More file actions
84 lines (84 loc) · 5.48 KB
/
Copy pathCodeBridge.sln
File metadata and controls
84 lines (84 loc) · 5.48 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeBridge.Core", "src\CodeBridge.Core\CodeBridge.Core.csproj", "{3E2B3349-9BC4-4EE9-963A-530454FB217B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeBridge.Cli", "src\CodeBridge.Cli\CodeBridge.Cli.csproj", "{84EACDF6-767A-460F-B5B2-68577AF0D20B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeBridge.MSBuild", "src\CodeBridge.MSBuild\CodeBridge.MSBuild.csproj", "{D76DC72E-2F74-4434-9CC3-14DAB9F4EB18}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeBridge.Tests", "tests\CodeBridge.Tests\CodeBridge.Tests.csproj", "{12B23F84-B6B7-4BC9-991A-E955AD9387C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E2B3349-9BC4-4EE9-963A-530454FB217B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E2B3349-9BC4-4EE9-963A-530454FB217B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E2B3349-9BC4-4EE9-963A-530454FB217B}.Debug|x64.ActiveCfg = Debug|Any CPU
{3E2B3349-9BC4-4EE9-963A-530454FB217B}.Debug|x64.Build.0 = Debug|Any CPU
{3E2B3349-9BC4-4EE9-963A-530454FB217B}.Debug|x86.ActiveCfg = Debug|Any CPU
{3E2B3349-9BC4-4EE9-963A-530454FB217B}.Debug|x86.Build.0 = Debug|Any CPU
{3E2B3349-9BC4-4EE9-963A-530454FB217B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E2B3349-9BC4-4EE9-963A-530454FB217B}.Release|Any CPU.Build.0 = Release|Any CPU
{3E2B3349-9BC4-4EE9-963A-530454FB217B}.Release|x64.ActiveCfg = Release|Any CPU
{3E2B3349-9BC4-4EE9-963A-530454FB217B}.Release|x64.Build.0 = Release|Any CPU
{3E2B3349-9BC4-4EE9-963A-530454FB217B}.Release|x86.ActiveCfg = Release|Any CPU
{3E2B3349-9BC4-4EE9-963A-530454FB217B}.Release|x86.Build.0 = Release|Any CPU
{84EACDF6-767A-460F-B5B2-68577AF0D20B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84EACDF6-767A-460F-B5B2-68577AF0D20B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84EACDF6-767A-460F-B5B2-68577AF0D20B}.Debug|x64.ActiveCfg = Debug|Any CPU
{84EACDF6-767A-460F-B5B2-68577AF0D20B}.Debug|x64.Build.0 = Debug|Any CPU
{84EACDF6-767A-460F-B5B2-68577AF0D20B}.Debug|x86.ActiveCfg = Debug|Any CPU
{84EACDF6-767A-460F-B5B2-68577AF0D20B}.Debug|x86.Build.0 = Debug|Any CPU
{84EACDF6-767A-460F-B5B2-68577AF0D20B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84EACDF6-767A-460F-B5B2-68577AF0D20B}.Release|Any CPU.Build.0 = Release|Any CPU
{84EACDF6-767A-460F-B5B2-68577AF0D20B}.Release|x64.ActiveCfg = Release|Any CPU
{84EACDF6-767A-460F-B5B2-68577AF0D20B}.Release|x64.Build.0 = Release|Any CPU
{84EACDF6-767A-460F-B5B2-68577AF0D20B}.Release|x86.ActiveCfg = Release|Any CPU
{84EACDF6-767A-460F-B5B2-68577AF0D20B}.Release|x86.Build.0 = Release|Any CPU
{D76DC72E-2F74-4434-9CC3-14DAB9F4EB18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D76DC72E-2F74-4434-9CC3-14DAB9F4EB18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D76DC72E-2F74-4434-9CC3-14DAB9F4EB18}.Debug|x64.ActiveCfg = Debug|Any CPU
{D76DC72E-2F74-4434-9CC3-14DAB9F4EB18}.Debug|x64.Build.0 = Debug|Any CPU
{D76DC72E-2F74-4434-9CC3-14DAB9F4EB18}.Debug|x86.ActiveCfg = Debug|Any CPU
{D76DC72E-2F74-4434-9CC3-14DAB9F4EB18}.Debug|x86.Build.0 = Debug|Any CPU
{D76DC72E-2F74-4434-9CC3-14DAB9F4EB18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D76DC72E-2F74-4434-9CC3-14DAB9F4EB18}.Release|Any CPU.Build.0 = Release|Any CPU
{D76DC72E-2F74-4434-9CC3-14DAB9F4EB18}.Release|x64.ActiveCfg = Release|Any CPU
{D76DC72E-2F74-4434-9CC3-14DAB9F4EB18}.Release|x64.Build.0 = Release|Any CPU
{D76DC72E-2F74-4434-9CC3-14DAB9F4EB18}.Release|x86.ActiveCfg = Release|Any CPU
{D76DC72E-2F74-4434-9CC3-14DAB9F4EB18}.Release|x86.Build.0 = Release|Any CPU
{12B23F84-B6B7-4BC9-991A-E955AD9387C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12B23F84-B6B7-4BC9-991A-E955AD9387C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12B23F84-B6B7-4BC9-991A-E955AD9387C2}.Debug|x64.ActiveCfg = Debug|Any CPU
{12B23F84-B6B7-4BC9-991A-E955AD9387C2}.Debug|x64.Build.0 = Debug|Any CPU
{12B23F84-B6B7-4BC9-991A-E955AD9387C2}.Debug|x86.ActiveCfg = Debug|Any CPU
{12B23F84-B6B7-4BC9-991A-E955AD9387C2}.Debug|x86.Build.0 = Debug|Any CPU
{12B23F84-B6B7-4BC9-991A-E955AD9387C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12B23F84-B6B7-4BC9-991A-E955AD9387C2}.Release|Any CPU.Build.0 = Release|Any CPU
{12B23F84-B6B7-4BC9-991A-E955AD9387C2}.Release|x64.ActiveCfg = Release|Any CPU
{12B23F84-B6B7-4BC9-991A-E955AD9387C2}.Release|x64.Build.0 = Release|Any CPU
{12B23F84-B6B7-4BC9-991A-E955AD9387C2}.Release|x86.ActiveCfg = Release|Any CPU
{12B23F84-B6B7-4BC9-991A-E955AD9387C2}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3E2B3349-9BC4-4EE9-963A-530454FB217B} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
{84EACDF6-767A-460F-B5B2-68577AF0D20B} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
{D76DC72E-2F74-4434-9CC3-14DAB9F4EB18} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
{12B23F84-B6B7-4BC9-991A-E955AD9387C2} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
EndGlobalSection
EndGlobal