-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmouse-click-simulator.sln
37 lines (37 loc) · 2.12 KB
/
mouse-click-simulator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mouse-click-simulator", "mouse-click-simulator\mouse-click-simulator.csproj", "{85F0E700-7F5F-49A8-BD63-DAE6AF35EE6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "receiver-of-clicks", "receiver-of-clicks\receiver-of-clicks.csproj", "{2A859C62-4DE5-45D8-9197-0A9800C26A3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mouse-click-simulator-tests", "mouse-click-simulator-tests\mouse-click-simulator-tests.csproj", "{AC77B2DE-8BA2-4DF6-9B60-2F8AB9FD6E3D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{85F0E700-7F5F-49A8-BD63-DAE6AF35EE6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85F0E700-7F5F-49A8-BD63-DAE6AF35EE6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85F0E700-7F5F-49A8-BD63-DAE6AF35EE6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85F0E700-7F5F-49A8-BD63-DAE6AF35EE6C}.Release|Any CPU.Build.0 = Release|Any CPU
{2A859C62-4DE5-45D8-9197-0A9800C26A3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A859C62-4DE5-45D8-9197-0A9800C26A3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A859C62-4DE5-45D8-9197-0A9800C26A3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A859C62-4DE5-45D8-9197-0A9800C26A3D}.Release|Any CPU.Build.0 = Release|Any CPU
{AC77B2DE-8BA2-4DF6-9B60-2F8AB9FD6E3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC77B2DE-8BA2-4DF6-9B60-2F8AB9FD6E3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC77B2DE-8BA2-4DF6-9B60-2F8AB9FD6E3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC77B2DE-8BA2-4DF6-9B60-2F8AB9FD6E3D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E709F3FE-FD74-4685-B5CA-47DD5E6AB3D3}
EndGlobalSection
EndGlobal