-
Notifications
You must be signed in to change notification settings - Fork 1
/
Common.Configuration.sln
41 lines (41 loc) · 2.37 KB
/
Common.Configuration.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1ADC56D1-BBDE-4C8C-9843-52216D0C4B79}"
ProjectSection(SolutionItems) = preProject
Common.Configuration.vsmdi = Common.Configuration.vsmdi
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Configuration", "Common.Configuration\Common.Configuration.csproj", "{670C7473-5330-4D2C-9B9A-CDC51D707D67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Configuration.Test", "Common.Configuration.Test\Common.Configuration.Test.csproj", "{0176C3B7-70CE-4773-B82D-88C0DB2022B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.Configuration.Test.GUI", "Common.Configuration.Test.GUI\Common.Configuration.Test.GUI.csproj", "{20170CCE-AA7F-4920-B75B-D95568CBC0A3}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Common.Configuration.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{670C7473-5330-4D2C-9B9A-CDC51D707D67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{670C7473-5330-4D2C-9B9A-CDC51D707D67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{670C7473-5330-4D2C-9B9A-CDC51D707D67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{670C7473-5330-4D2C-9B9A-CDC51D707D67}.Release|Any CPU.Build.0 = Release|Any CPU
{0176C3B7-70CE-4773-B82D-88C0DB2022B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0176C3B7-70CE-4773-B82D-88C0DB2022B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0176C3B7-70CE-4773-B82D-88C0DB2022B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0176C3B7-70CE-4773-B82D-88C0DB2022B0}.Release|Any CPU.Build.0 = Release|Any CPU
{20170CCE-AA7F-4920-B75B-D95568CBC0A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20170CCE-AA7F-4920-B75B-D95568CBC0A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20170CCE-AA7F-4920-B75B-D95568CBC0A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20170CCE-AA7F-4920-B75B-D95568CBC0A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal