-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathopenstack.net.sln
More file actions
71 lines (71 loc) · 4.1 KB
/
openstack.net.sln
File metadata and controls
71 lines (71 loc) · 4.1 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
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{AB148713-068A-48E0-B8D9-4D53310809FC}"
ProjectSection(SolutionItems) = preProject
..\paket.dependencies = ..\paket.dependencies
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DD863CE0-64D7-43AC-9DDD-C745B36CCD2C}"
ProjectSection(SolutionItems) = preProject
..\appveyor.yml = ..\appveyor.yml
..\CONTRIBUTING.md = ..\CONTRIBUTING.md
..\LICENSE.md = ..\LICENSE.md
openstack.net.vsmdi = openstack.net.vsmdi
..\README.md = ..\README.md
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{EFFA0DAE-1829-4783-92CF-390CFCE22E43}"
ProjectSection(SolutionItems) = preProject
..\build\build.proj = ..\build\build.proj
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenStack", "corelib\OpenStack.csproj", "{1A4FB67F-8642-4402-B931-118955AE7538}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenStack.UnitTests", "testing\unit\OpenStack.UnitTests.csproj", "{AC3D4496-F18B-4907-9FEB-E87F9C6CB7E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenStack.IntegrationTests", "testing\integration\OpenStack.IntegrationTests.csproj", "{0C731980-8780-4F9B-9D14-DED790FD649A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A4FB67F-8642-4402-B931-118955AE7538}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A4FB67F-8642-4402-B931-118955AE7538}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A4FB67F-8642-4402-B931-118955AE7538}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1A4FB67F-8642-4402-B931-118955AE7538}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1A4FB67F-8642-4402-B931-118955AE7538}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A4FB67F-8642-4402-B931-118955AE7538}.Release|Any CPU.Build.0 = Release|Any CPU
{1A4FB67F-8642-4402-B931-118955AE7538}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1A4FB67F-8642-4402-B931-118955AE7538}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{AC3D4496-F18B-4907-9FEB-E87F9C6CB7E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC3D4496-F18B-4907-9FEB-E87F9C6CB7E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC3D4496-F18B-4907-9FEB-E87F9C6CB7E4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{AC3D4496-F18B-4907-9FEB-E87F9C6CB7E4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{AC3D4496-F18B-4907-9FEB-E87F9C6CB7E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC3D4496-F18B-4907-9FEB-E87F9C6CB7E4}.Release|Any CPU.Build.0 = Release|Any CPU
{AC3D4496-F18B-4907-9FEB-E87F9C6CB7E4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{AC3D4496-F18B-4907-9FEB-E87F9C6CB7E4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0C731980-8780-4F9B-9D14-DED790FD649A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C731980-8780-4F9B-9D14-DED790FD649A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C731980-8780-4F9B-9D14-DED790FD649A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0C731980-8780-4F9B-9D14-DED790FD649A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0C731980-8780-4F9B-9D14-DED790FD649A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C731980-8780-4F9B-9D14-DED790FD649A}.Release|Any CPU.Build.0 = Release|Any CPU
{0C731980-8780-4F9B-9D14-DED790FD649A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0C731980-8780-4F9B-9D14-DED790FD649A}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = openstack.net.vsmdi
EndGlobalSection
EndGlobal