-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssemblyHost.sln
More file actions
65 lines (65 loc) · 4.11 KB
/
AssemblyHost.sln
File metadata and controls
65 lines (65 loc) · 4.11 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0693B51D-3614-4934-A054-9F43CA03BC2B}"
ProjectSection(SolutionItems) = preProject
AssemblyHost.testsettings = AssemblyHost.testsettings
AssemblyHost.vsmdi = AssemblyHost.vsmdi
AssemblyHost32.testsettings = AssemblyHost32.testsettings
CommonAssemblyInfo.cs = CommonAssemblyInfo.cs
CustomDictionary.xml = CustomDictionary.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyHost", "AssemblyHost\AssemblyHost.csproj", "{A644580E-CB70-44E1-A5A5-8FF6FCDFB07F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyHostTest", "AssemblyHostTest\AssemblyHostTest.csproj", "{BEB6030C-82E8-4675-819B-748ECE77DEFF}"
ProjectSection(ProjectDependencies) = postProject
{AB435F13-D188-4A0A-A3B8-274BEF368051} = {AB435F13-D188-4A0A-A3B8-274BEF368051}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyHostLauncher32", "AssemblyHostLauncher32\AssemblyHostLauncher32.csproj", "{AB435F13-D188-4A0A-A3B8-274BEF368051}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = AssemblyHost.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Analysis|Mixed Platforms = Analysis|Mixed Platforms
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Mixed Platforms = Release|Mixed Platforms
Test|Mixed Platforms = Test|Mixed Platforms
Test32|Mixed Platforms = Test32|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A644580E-CB70-44E1-A5A5-8FF6FCDFB07F}.Analysis|Mixed Platforms.ActiveCfg = Analysis|Any CPU
{A644580E-CB70-44E1-A5A5-8FF6FCDFB07F}.Analysis|Mixed Platforms.Build.0 = Analysis|Any CPU
{A644580E-CB70-44E1-A5A5-8FF6FCDFB07F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A644580E-CB70-44E1-A5A5-8FF6FCDFB07F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A644580E-CB70-44E1-A5A5-8FF6FCDFB07F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A644580E-CB70-44E1-A5A5-8FF6FCDFB07F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A644580E-CB70-44E1-A5A5-8FF6FCDFB07F}.Test|Mixed Platforms.ActiveCfg = Test|Any CPU
{A644580E-CB70-44E1-A5A5-8FF6FCDFB07F}.Test|Mixed Platforms.Build.0 = Test|Any CPU
{A644580E-CB70-44E1-A5A5-8FF6FCDFB07F}.Test32|Mixed Platforms.ActiveCfg = Test|Any CPU
{A644580E-CB70-44E1-A5A5-8FF6FCDFB07F}.Test32|Mixed Platforms.Build.0 = Test|Any CPU
{BEB6030C-82E8-4675-819B-748ECE77DEFF}.Analysis|Mixed Platforms.ActiveCfg = Release|Any CPU
{BEB6030C-82E8-4675-819B-748ECE77DEFF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{BEB6030C-82E8-4675-819B-748ECE77DEFF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{BEB6030C-82E8-4675-819B-748ECE77DEFF}.Test|Mixed Platforms.ActiveCfg = Release|Any CPU
{BEB6030C-82E8-4675-819B-748ECE77DEFF}.Test|Mixed Platforms.Build.0 = Release|Any CPU
{BEB6030C-82E8-4675-819B-748ECE77DEFF}.Test32|Mixed Platforms.ActiveCfg = Release|x86
{BEB6030C-82E8-4675-819B-748ECE77DEFF}.Test32|Mixed Platforms.Build.0 = Release|x86
{AB435F13-D188-4A0A-A3B8-274BEF368051}.Analysis|Mixed Platforms.ActiveCfg = Analysis|x86
{AB435F13-D188-4A0A-A3B8-274BEF368051}.Analysis|Mixed Platforms.Build.0 = Analysis|x86
{AB435F13-D188-4A0A-A3B8-274BEF368051}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{AB435F13-D188-4A0A-A3B8-274BEF368051}.Debug|Mixed Platforms.Build.0 = Debug|x86
{AB435F13-D188-4A0A-A3B8-274BEF368051}.Release|Mixed Platforms.ActiveCfg = Release|x86
{AB435F13-D188-4A0A-A3B8-274BEF368051}.Release|Mixed Platforms.Build.0 = Release|x86
{AB435F13-D188-4A0A-A3B8-274BEF368051}.Test|Mixed Platforms.ActiveCfg = Test|x86
{AB435F13-D188-4A0A-A3B8-274BEF368051}.Test|Mixed Platforms.Build.0 = Test|x86
{AB435F13-D188-4A0A-A3B8-274BEF368051}.Test32|Mixed Platforms.ActiveCfg = Test|x86
{AB435F13-D188-4A0A-A3B8-274BEF368051}.Test32|Mixed Platforms.Build.0 = Test|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal