This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathConstraint Workbench.sln
105 lines (105 loc) · 6.98 KB
/
Constraint Workbench.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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Workbench.UI", "src\Workbench.UI\Workbench.UI.csproj", "{523D6D0B-595F-4C35-9F6C-C8BAAC322E2E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Workbench.UI.Tests.Unit", "tests\Workbench.UI.Tests.Unit\Workbench.UI.Tests.Unit.csproj", "{05262768-6951-40B3-B1E1-DB24C41ECB05}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{96D48A07-2470-4B66-8069-513ED49E58E0}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Workbench.UI.Tests.Integration", "tests\Workbench.Core.Tests.Integration\Workbench.UI.Tests.Integration.csproj", "{E1E117C3-891F-4727-B3B4-621EB417E3BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Workbench.Core", "src\Workbench.Core\Workbench.Core.csproj", "{BDFDA6E8-2BB7-425E-AF10-47BCD2CC3DBC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Workbench.Core.Tests.Unit", "tests\Workbench.Core.Tests.Unit\Workbench.Core.Tests.Unit.csproj", "{B8A6ABDC-586B-434E-A9EE-2B922F8F6237}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D61BC6CB-E4B5-4D28-8282-447D3E1D2A4F}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{523D6D0B-595F-4C35-9F6C-C8BAAC322E2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{523D6D0B-595F-4C35-9F6C-C8BAAC322E2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{523D6D0B-595F-4C35-9F6C-C8BAAC322E2E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{523D6D0B-595F-4C35-9F6C-C8BAAC322E2E}.Debug|Mixed Platforms.Build.0 = Debug|x86
{523D6D0B-595F-4C35-9F6C-C8BAAC322E2E}.Debug|x86.ActiveCfg = Debug|x86
{523D6D0B-595F-4C35-9F6C-C8BAAC322E2E}.Debug|x86.Build.0 = Debug|x86
{523D6D0B-595F-4C35-9F6C-C8BAAC322E2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{523D6D0B-595F-4C35-9F6C-C8BAAC322E2E}.Release|Any CPU.Build.0 = Release|Any CPU
{523D6D0B-595F-4C35-9F6C-C8BAAC322E2E}.Release|Mixed Platforms.ActiveCfg = Release|x86
{523D6D0B-595F-4C35-9F6C-C8BAAC322E2E}.Release|Mixed Platforms.Build.0 = Release|x86
{523D6D0B-595F-4C35-9F6C-C8BAAC322E2E}.Release|x86.ActiveCfg = Release|x86
{523D6D0B-595F-4C35-9F6C-C8BAAC322E2E}.Release|x86.Build.0 = Release|x86
{05262768-6951-40B3-B1E1-DB24C41ECB05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05262768-6951-40B3-B1E1-DB24C41ECB05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05262768-6951-40B3-B1E1-DB24C41ECB05}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{05262768-6951-40B3-B1E1-DB24C41ECB05}.Debug|Mixed Platforms.Build.0 = Debug|x86
{05262768-6951-40B3-B1E1-DB24C41ECB05}.Debug|x86.ActiveCfg = Debug|x86
{05262768-6951-40B3-B1E1-DB24C41ECB05}.Debug|x86.Build.0 = Debug|x86
{05262768-6951-40B3-B1E1-DB24C41ECB05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05262768-6951-40B3-B1E1-DB24C41ECB05}.Release|Any CPU.Build.0 = Release|Any CPU
{05262768-6951-40B3-B1E1-DB24C41ECB05}.Release|Mixed Platforms.ActiveCfg = Release|x86
{05262768-6951-40B3-B1E1-DB24C41ECB05}.Release|Mixed Platforms.Build.0 = Release|x86
{05262768-6951-40B3-B1E1-DB24C41ECB05}.Release|x86.ActiveCfg = Release|x86
{05262768-6951-40B3-B1E1-DB24C41ECB05}.Release|x86.Build.0 = Release|x86
{E1E117C3-891F-4727-B3B4-621EB417E3BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1E117C3-891F-4727-B3B4-621EB417E3BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1E117C3-891F-4727-B3B4-621EB417E3BF}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{E1E117C3-891F-4727-B3B4-621EB417E3BF}.Debug|Mixed Platforms.Build.0 = Debug|x86
{E1E117C3-891F-4727-B3B4-621EB417E3BF}.Debug|x86.ActiveCfg = Debug|x86
{E1E117C3-891F-4727-B3B4-621EB417E3BF}.Debug|x86.Build.0 = Debug|x86
{E1E117C3-891F-4727-B3B4-621EB417E3BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1E117C3-891F-4727-B3B4-621EB417E3BF}.Release|Any CPU.Build.0 = Release|Any CPU
{E1E117C3-891F-4727-B3B4-621EB417E3BF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E1E117C3-891F-4727-B3B4-621EB417E3BF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E1E117C3-891F-4727-B3B4-621EB417E3BF}.Release|x86.ActiveCfg = Release|x86
{E1E117C3-891F-4727-B3B4-621EB417E3BF}.Release|x86.Build.0 = Release|x86
{BDFDA6E8-2BB7-425E-AF10-47BCD2CC3DBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDFDA6E8-2BB7-425E-AF10-47BCD2CC3DBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDFDA6E8-2BB7-425E-AF10-47BCD2CC3DBC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{BDFDA6E8-2BB7-425E-AF10-47BCD2CC3DBC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{BDFDA6E8-2BB7-425E-AF10-47BCD2CC3DBC}.Debug|x86.ActiveCfg = Debug|x86
{BDFDA6E8-2BB7-425E-AF10-47BCD2CC3DBC}.Debug|x86.Build.0 = Debug|x86
{BDFDA6E8-2BB7-425E-AF10-47BCD2CC3DBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDFDA6E8-2BB7-425E-AF10-47BCD2CC3DBC}.Release|Any CPU.Build.0 = Release|Any CPU
{BDFDA6E8-2BB7-425E-AF10-47BCD2CC3DBC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{BDFDA6E8-2BB7-425E-AF10-47BCD2CC3DBC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{BDFDA6E8-2BB7-425E-AF10-47BCD2CC3DBC}.Release|x86.ActiveCfg = Release|x86
{BDFDA6E8-2BB7-425E-AF10-47BCD2CC3DBC}.Release|x86.Build.0 = Release|x86
{B8A6ABDC-586B-434E-A9EE-2B922F8F6237}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8A6ABDC-586B-434E-A9EE-2B922F8F6237}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8A6ABDC-586B-434E-A9EE-2B922F8F6237}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B8A6ABDC-586B-434E-A9EE-2B922F8F6237}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B8A6ABDC-586B-434E-A9EE-2B922F8F6237}.Debug|x86.ActiveCfg = Debug|x86
{B8A6ABDC-586B-434E-A9EE-2B922F8F6237}.Debug|x86.Build.0 = Debug|x86
{B8A6ABDC-586B-434E-A9EE-2B922F8F6237}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8A6ABDC-586B-434E-A9EE-2B922F8F6237}.Release|Any CPU.Build.0 = Release|Any CPU
{B8A6ABDC-586B-434E-A9EE-2B922F8F6237}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B8A6ABDC-586B-434E-A9EE-2B922F8F6237}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B8A6ABDC-586B-434E-A9EE-2B922F8F6237}.Release|x86.ActiveCfg = Release|x86
{B8A6ABDC-586B-434E-A9EE-2B922F8F6237}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {299EE638-0B79-443F-B199-6EDD762C075A}
EndGlobalSection
EndGlobal