-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEmptyGeneralTesting.sln
More file actions
63 lines (63 loc) · 3.67 KB
/
EmptyGeneralTesting.sln
File metadata and controls
63 lines (63 loc) · 3.67 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SPA", "SPA\SPA.vcxproj", "{DC21A1EA-D2C6-4D14-A2B4-E025B64BDE81}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AutoTester", "AutoTester\AutoTester.vcxproj", "{20A7FBF3-D972-4220-A6AA-960484999FBB}"
ProjectSection(ProjectDependencies) = postProject
{DC21A1EA-D2C6-4D14-A2B4-E025B64BDE81} = {DC21A1EA-D2C6-4D14-A2B4-E025B64BDE81}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnitTesting", "UnitTesting\UnitTesting.vcxproj", "{74CA3A41-F84C-4C47-B882-5EBF60895525}"
ProjectSection(ProjectDependencies) = postProject
{DC21A1EA-D2C6-4D14-A2B4-E025B64BDE81} = {DC21A1EA-D2C6-4D14-A2B4-E025B64BDE81}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IntegrationTesting", "IntegrationTesting\IntegrationTesting.vcxproj", "{09AD1D74-2D3C-42AE-B4E0-52A792A27E60}"
ProjectSection(ProjectDependencies) = postProject
{DC21A1EA-D2C6-4D14-A2B4-E025B64BDE81} = {DC21A1EA-D2C6-4D14-A2B4-E025B64BDE81}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC21A1EA-D2C6-4D14-A2B4-E025B64BDE81}.Debug|Win32.ActiveCfg = Debug|Win32
{DC21A1EA-D2C6-4D14-A2B4-E025B64BDE81}.Debug|Win32.Build.0 = Debug|Win32
{DC21A1EA-D2C6-4D14-A2B4-E025B64BDE81}.Debug|x64.ActiveCfg = Debug|Win32
{DC21A1EA-D2C6-4D14-A2B4-E025B64BDE81}.Release|Win32.ActiveCfg = Release|Win32
{DC21A1EA-D2C6-4D14-A2B4-E025B64BDE81}.Release|Win32.Build.0 = Release|Win32
{DC21A1EA-D2C6-4D14-A2B4-E025B64BDE81}.Release|x64.ActiveCfg = Release|Win32
{20A7FBF3-D972-4220-A6AA-960484999FBB}.Debug|Win32.ActiveCfg = Debug|Win32
{20A7FBF3-D972-4220-A6AA-960484999FBB}.Debug|Win32.Build.0 = Debug|Win32
{20A7FBF3-D972-4220-A6AA-960484999FBB}.Debug|x64.ActiveCfg = Debug|Win32
{20A7FBF3-D972-4220-A6AA-960484999FBB}.Release|Win32.ActiveCfg = Release|Win32
{20A7FBF3-D972-4220-A6AA-960484999FBB}.Release|Win32.Build.0 = Release|Win32
{20A7FBF3-D972-4220-A6AA-960484999FBB}.Release|x64.ActiveCfg = Release|Win32
{74CA3A41-F84C-4C47-B882-5EBF60895525}.Debug|Win32.ActiveCfg = Debug|Win32
{74CA3A41-F84C-4C47-B882-5EBF60895525}.Debug|Win32.Build.0 = Debug|Win32
{74CA3A41-F84C-4C47-B882-5EBF60895525}.Debug|x64.ActiveCfg = Debug|x64
{74CA3A41-F84C-4C47-B882-5EBF60895525}.Debug|x64.Build.0 = Debug|x64
{74CA3A41-F84C-4C47-B882-5EBF60895525}.Release|Win32.ActiveCfg = Release|Win32
{74CA3A41-F84C-4C47-B882-5EBF60895525}.Release|Win32.Build.0 = Release|Win32
{74CA3A41-F84C-4C47-B882-5EBF60895525}.Release|x64.ActiveCfg = Release|x64
{74CA3A41-F84C-4C47-B882-5EBF60895525}.Release|x64.Build.0 = Release|x64
{09AD1D74-2D3C-42AE-B4E0-52A792A27E60}.Debug|Win32.ActiveCfg = Debug|Win32
{09AD1D74-2D3C-42AE-B4E0-52A792A27E60}.Debug|Win32.Build.0 = Debug|Win32
{09AD1D74-2D3C-42AE-B4E0-52A792A27E60}.Debug|x64.ActiveCfg = Debug|x64
{09AD1D74-2D3C-42AE-B4E0-52A792A27E60}.Debug|x64.Build.0 = Debug|x64
{09AD1D74-2D3C-42AE-B4E0-52A792A27E60}.Release|Win32.ActiveCfg = Release|Win32
{09AD1D74-2D3C-42AE-B4E0-52A792A27E60}.Release|Win32.Build.0 = Release|Win32
{09AD1D74-2D3C-42AE-B4E0-52A792A27E60}.Release|x64.ActiveCfg = Release|x64
{09AD1D74-2D3C-42AE-B4E0-52A792A27E60}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal