-
Notifications
You must be signed in to change notification settings - Fork 0
/
SetVision.sln
42 lines (42 loc) · 2.24 KB
/
SetVision.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SetVision", "SetVision\SetVision.csproj", "{379BE235-9761-40A9-A8DC-5CC4731AA008}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{59E45D80-2F67-461B-BAF3-04E05C3B8624}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{07C2B1CC-62BD-4492-B54F-0CF995287CB9}"
ProjectSection(SolutionItems) = preProject
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
SetVision.vsmdi = SetVision.vsmdi
SetVision1.vsmdi = SetVision1.vsmdi
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ColorClassifier", "ColorClassifier\ColorClassifier.csproj", "{9EAB42C5-8301-4171-ABA3-F1E17F15A7AA}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = SetVision1.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{379BE235-9761-40A9-A8DC-5CC4731AA008}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{379BE235-9761-40A9-A8DC-5CC4731AA008}.Debug|Any CPU.Build.0 = Debug|Any CPU
{379BE235-9761-40A9-A8DC-5CC4731AA008}.Release|Any CPU.ActiveCfg = Release|Any CPU
{379BE235-9761-40A9-A8DC-5CC4731AA008}.Release|Any CPU.Build.0 = Release|Any CPU
{59E45D80-2F67-461B-BAF3-04E05C3B8624}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59E45D80-2F67-461B-BAF3-04E05C3B8624}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59E45D80-2F67-461B-BAF3-04E05C3B8624}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59E45D80-2F67-461B-BAF3-04E05C3B8624}.Release|Any CPU.Build.0 = Release|Any CPU
{9EAB42C5-8301-4171-ABA3-F1E17F15A7AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EAB42C5-8301-4171-ABA3-F1E17F15A7AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EAB42C5-8301-4171-ABA3-F1E17F15A7AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EAB42C5-8301-4171-ABA3-F1E17F15A7AA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal