forked from dixonte/STC.Automation.Office
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOfficeAutomation.sln
46 lines (46 loc) · 2.77 KB
/
OfficeAutomation.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STC.Automation.Office", "STC.Automation.Office\STC.Automation.Office.csproj", "{B58BEA28-500F-4075-A8AE-29A6075CBBAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tester", "Tester\Tester.csproj", "{15077113-8310-4E26-9863-2AE0A95E1505}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MessageFilter", "MessageFilter\MessageFilter.csproj", "{02B99968-09A9-4AD6-8E24-79D2E6099BEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B58BEA28-500F-4075-A8AE-29A6075CBBAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B58BEA28-500F-4075-A8AE-29A6075CBBAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B58BEA28-500F-4075-A8AE-29A6075CBBAF}.Debug|x86.ActiveCfg = Debug|x86
{B58BEA28-500F-4075-A8AE-29A6075CBBAF}.Debug|x86.Build.0 = Debug|x86
{B58BEA28-500F-4075-A8AE-29A6075CBBAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B58BEA28-500F-4075-A8AE-29A6075CBBAF}.Release|Any CPU.Build.0 = Release|Any CPU
{B58BEA28-500F-4075-A8AE-29A6075CBBAF}.Release|x86.ActiveCfg = Release|x86
{B58BEA28-500F-4075-A8AE-29A6075CBBAF}.Release|x86.Build.0 = Release|x86
{15077113-8310-4E26-9863-2AE0A95E1505}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15077113-8310-4E26-9863-2AE0A95E1505}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15077113-8310-4E26-9863-2AE0A95E1505}.Debug|x86.ActiveCfg = Debug|x86
{15077113-8310-4E26-9863-2AE0A95E1505}.Debug|x86.Build.0 = Debug|x86
{15077113-8310-4E26-9863-2AE0A95E1505}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15077113-8310-4E26-9863-2AE0A95E1505}.Release|Any CPU.Build.0 = Release|Any CPU
{15077113-8310-4E26-9863-2AE0A95E1505}.Release|x86.ActiveCfg = Release|x86
{15077113-8310-4E26-9863-2AE0A95E1505}.Release|x86.Build.0 = Release|x86
{02B99968-09A9-4AD6-8E24-79D2E6099BEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02B99968-09A9-4AD6-8E24-79D2E6099BEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02B99968-09A9-4AD6-8E24-79D2E6099BEB}.Debug|x86.ActiveCfg = Debug|Any CPU
{02B99968-09A9-4AD6-8E24-79D2E6099BEB}.Debug|x86.Build.0 = Debug|Any CPU
{02B99968-09A9-4AD6-8E24-79D2E6099BEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02B99968-09A9-4AD6-8E24-79D2E6099BEB}.Release|Any CPU.Build.0 = Release|Any CPU
{02B99968-09A9-4AD6-8E24-79D2E6099BEB}.Release|x86.ActiveCfg = Release|Any CPU
{02B99968-09A9-4AD6-8E24-79D2E6099BEB}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal