This repository was archived by the owner on Jan 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUIAComWrapper.sln
More file actions
35 lines (35 loc) · 1.79 KB
/
UIAComWrapper.sln
File metadata and controls
35 lines (35 loc) · 1.79 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 11
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{17C3887E-157E-4EAA-ACDE-347B83105BCC}"
ProjectSection(SolutionItems) = preProject
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
UIAComWrapper3.vsmdi = UIAComWrapper3.vsmdi
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UIAComWrapper", "UiaComWrapper\UIAComWrapper.csproj", "{1DD63894-DBB9-40EF-BFF2-55624CB285AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UIAComWrapperTests", "UiaComWrapperTests\UIAComWrapperTests.csproj", "{5BD04451-8FAC-475A-BD33-6FE2DD59FEE3}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = UIAComWrapper3.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DD63894-DBB9-40EF-BFF2-55624CB285AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DD63894-DBB9-40EF-BFF2-55624CB285AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DD63894-DBB9-40EF-BFF2-55624CB285AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DD63894-DBB9-40EF-BFF2-55624CB285AF}.Release|Any CPU.Build.0 = Release|Any CPU
{5BD04451-8FAC-475A-BD33-6FE2DD59FEE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BD04451-8FAC-475A-BD33-6FE2DD59FEE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BD04451-8FAC-475A-BD33-6FE2DD59FEE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BD04451-8FAC-475A-BD33-6FE2DD59FEE3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal