-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVirtualBoxService.sln
More file actions
82 lines (82 loc) · 5.45 KB
/
VirtualBoxService.sln
File metadata and controls
82 lines (82 loc) · 5.45 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
72
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtualBoxService", "VirtualBoxService\VirtualBoxService.csproj", "{E4F2FCAD-3CDF-434B-9D8E-2132A1393DE9}"
EndProject
Project("{F088123C-0E9E-452A-89E6-6BA2F21D5CAC}") = "Model", "Model\Model.modelproj", "{9BF9A90F-890E-4C43-BFDC-B95432DF7B6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModelLib", "ModelLib\ModelLib.csproj", "{6230BB39-8E24-4255-B3B6-920C08CEF79F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9637242C-1B90-40C5-B2BD-7422E56DD3DB}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
VirtualBoxService.vsmdi = VirtualBoxService.vsmdi
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VBoxWrapper", "VBoxWrapper\VBoxWrapper.csproj", "{55954E03-F9F8-4DF0-9425-B61A204E0812}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtualBoxServiceTest", "VirtualBoxServiceTest\VirtualBoxServiceTest.csproj", "{0F31F501-1EDD-4592-9D4A-94FAC6298A5E}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = VirtualBoxService.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4F2FCAD-3CDF-434B-9D8E-2132A1393DE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4F2FCAD-3CDF-434B-9D8E-2132A1393DE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4F2FCAD-3CDF-434B-9D8E-2132A1393DE9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E4F2FCAD-3CDF-434B-9D8E-2132A1393DE9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E4F2FCAD-3CDF-434B-9D8E-2132A1393DE9}.Debug|x86.ActiveCfg = Debug|x86
{E4F2FCAD-3CDF-434B-9D8E-2132A1393DE9}.Debug|x86.Build.0 = Debug|x86
{E4F2FCAD-3CDF-434B-9D8E-2132A1393DE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4F2FCAD-3CDF-434B-9D8E-2132A1393DE9}.Release|Any CPU.Build.0 = Release|Any CPU
{E4F2FCAD-3CDF-434B-9D8E-2132A1393DE9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E4F2FCAD-3CDF-434B-9D8E-2132A1393DE9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E4F2FCAD-3CDF-434B-9D8E-2132A1393DE9}.Release|x86.ActiveCfg = Release|x86
{E4F2FCAD-3CDF-434B-9D8E-2132A1393DE9}.Release|x86.Build.0 = Release|x86
{9BF9A90F-890E-4C43-BFDC-B95432DF7B6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BF9A90F-890E-4C43-BFDC-B95432DF7B6D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9BF9A90F-890E-4C43-BFDC-B95432DF7B6D}.Debug|x86.ActiveCfg = Debug|Any CPU
{9BF9A90F-890E-4C43-BFDC-B95432DF7B6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BF9A90F-890E-4C43-BFDC-B95432DF7B6D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9BF9A90F-890E-4C43-BFDC-B95432DF7B6D}.Release|x86.ActiveCfg = Release|Any CPU
{6230BB39-8E24-4255-B3B6-920C08CEF79F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6230BB39-8E24-4255-B3B6-920C08CEF79F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{6230BB39-8E24-4255-B3B6-920C08CEF79F}.Debug|x86.ActiveCfg = Debug|Any CPU
{6230BB39-8E24-4255-B3B6-920C08CEF79F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6230BB39-8E24-4255-B3B6-920C08CEF79F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{6230BB39-8E24-4255-B3B6-920C08CEF79F}.Release|x86.ActiveCfg = Release|Any CPU
{55954E03-F9F8-4DF0-9425-B61A204E0812}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55954E03-F9F8-4DF0-9425-B61A204E0812}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55954E03-F9F8-4DF0-9425-B61A204E0812}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{55954E03-F9F8-4DF0-9425-B61A204E0812}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{55954E03-F9F8-4DF0-9425-B61A204E0812}.Debug|x86.ActiveCfg = Debug|x86
{55954E03-F9F8-4DF0-9425-B61A204E0812}.Debug|x86.Build.0 = Debug|x86
{55954E03-F9F8-4DF0-9425-B61A204E0812}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55954E03-F9F8-4DF0-9425-B61A204E0812}.Release|Any CPU.Build.0 = Release|Any CPU
{55954E03-F9F8-4DF0-9425-B61A204E0812}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{55954E03-F9F8-4DF0-9425-B61A204E0812}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{55954E03-F9F8-4DF0-9425-B61A204E0812}.Release|x86.ActiveCfg = Release|x86
{55954E03-F9F8-4DF0-9425-B61A204E0812}.Release|x86.Build.0 = Release|x86
{0F31F501-1EDD-4592-9D4A-94FAC6298A5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F31F501-1EDD-4592-9D4A-94FAC6298A5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F31F501-1EDD-4592-9D4A-94FAC6298A5E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0F31F501-1EDD-4592-9D4A-94FAC6298A5E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0F31F501-1EDD-4592-9D4A-94FAC6298A5E}.Debug|x86.ActiveCfg = Debug|Any CPU
{0F31F501-1EDD-4592-9D4A-94FAC6298A5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F31F501-1EDD-4592-9D4A-94FAC6298A5E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0F31F501-1EDD-4592-9D4A-94FAC6298A5E}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal