-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathRepoMan.sln
More file actions
48 lines (47 loc) · 2.76 KB
/
RepoMan.sln
File metadata and controls
48 lines (47 loc) · 2.76 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepoMan", "RepoMan\RepoMan.csproj", "{3D8346E7-D715-4801-B50A-2329CF96D548}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{44CFD2CF-8A98-4A14-8C61-8FB6A28E3007}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
RepoMan.vsmdi = RepoMan.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepoMan.Test", "RepoMan.Test\RepoMan.Test.csproj", "{9379CC48-FAE6-46FB-BEA4-F5009E35945A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepoMan.Test.Data", "RepoMan.Test.Data\RepoMan.Test.Data.csproj", "{498BF075-657D-4B8E-93A8-4EEDF3E962B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepoMan.Integration", "RepoMan.Integration\RepoMan.Integration.csproj", "{6D44A86B-C749-48D2-97A9-4FD315E8206F}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = RepoMan.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3D8346E7-D715-4801-B50A-2329CF96D548}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D8346E7-D715-4801-B50A-2329CF96D548}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D8346E7-D715-4801-B50A-2329CF96D548}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D8346E7-D715-4801-B50A-2329CF96D548}.Release|Any CPU.Build.0 = Release|Any CPU
{9379CC48-FAE6-46FB-BEA4-F5009E35945A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9379CC48-FAE6-46FB-BEA4-F5009E35945A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9379CC48-FAE6-46FB-BEA4-F5009E35945A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9379CC48-FAE6-46FB-BEA4-F5009E35945A}.Release|Any CPU.Build.0 = Release|Any CPU
{498BF075-657D-4B8E-93A8-4EEDF3E962B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{498BF075-657D-4B8E-93A8-4EEDF3E962B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{498BF075-657D-4B8E-93A8-4EEDF3E962B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{498BF075-657D-4B8E-93A8-4EEDF3E962B6}.Release|Any CPU.Build.0 = Release|Any CPU
{6D44A86B-C749-48D2-97A9-4FD315E8206F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D44A86B-C749-48D2-97A9-4FD315E8206F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D44A86B-C749-48D2-97A9-4FD315E8206F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D44A86B-C749-48D2-97A9-4FD315E8206F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal