-
Notifications
You must be signed in to change notification settings - Fork 15
/
WindowsAutomation.sln
30 lines (30 loc) · 1.5 KB
/
WindowsAutomation.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29827.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsAutomation", "WindowsAutomation\WindowsAutomation.csproj", "{DBC20F1B-3A0D-4247-88C1-6E3811211C8D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WASP", "WASP\WASP.csproj", "{688520B1-C9D7-4664-8028-8839151C27CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DBC20F1B-3A0D-4247-88C1-6E3811211C8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBC20F1B-3A0D-4247-88C1-6E3811211C8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBC20F1B-3A0D-4247-88C1-6E3811211C8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{688520B1-C9D7-4664-8028-8839151C27CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{688520B1-C9D7-4664-8028-8839151C27CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{688520B1-C9D7-4664-8028-8839151C27CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{688520B1-C9D7-4664-8028-8839151C27CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C88D4B1-A23A-49DB-81F1-4FF81222E2D3}
EndGlobalSection
EndGlobal