This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCustom Mouse.sln
46 lines (46 loc) · 2.3 KB
/
Custom Mouse.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
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomMouseController", "CustomMouseController\CustomMouseController.csproj", "{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
64bit|Any CPU = 64bit|Any CPU
64bit|x64 = 64bit|x64
64bit|x86 = 64bit|x86
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.64bit|Any CPU.ActiveCfg = 64bit|Any CPU
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.64bit|Any CPU.Build.0 = 64bit|Any CPU
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.64bit|x64.ActiveCfg = 64bit|x64
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.64bit|x64.Build.0 = 64bit|x64
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.64bit|x86.ActiveCfg = 64bit|x86
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.64bit|x86.Build.0 = 64bit|x86
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.Debug|Any CPU.ActiveCfg = Debug|x64
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.Debug|Any CPU.Build.0 = Debug|x64
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.Debug|x64.ActiveCfg = Debug|x64
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.Debug|x64.Build.0 = Debug|x64
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.Debug|x86.ActiveCfg = Debug|x86
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.Debug|x86.Build.0 = Debug|x86
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.Release|Any CPU.Build.0 = Release|Any CPU
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.Release|x64.ActiveCfg = Release|x64
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.Release|x64.Build.0 = Release|x64
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.Release|x86.ActiveCfg = Release|x86
{14D84C05-0AF2-4770-AC7F-C2D1D5EB84DB}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {199ABBB8-5DC2-408C-801C-4BFC45D123EB}
EndGlobalSection
EndGlobal