-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLockMouse.sln
More file actions
56 lines (56 loc) · 2.92 KB
/
LockMouse.sln
File metadata and controls
56 lines (56 loc) · 2.92 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MouseLock", "LockMouseGUI\MouseLock.csproj", "{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CD_ROM|Any CPU = CD_ROM|Any CPU
CD_ROM|x64 = CD_ROM|x64
CD_ROM|x86 = CD_ROM|x86
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
DVD-5|Any CPU = DVD-5|Any CPU
DVD-5|x64 = DVD-5|x64
DVD-5|x86 = DVD-5|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
SingleImage|Any CPU = SingleImage|Any CPU
SingleImage|x64 = SingleImage|x64
SingleImage|x86 = SingleImage|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.CD_ROM|Any CPU.ActiveCfg = Debug|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.CD_ROM|Any CPU.Build.0 = Debug|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.CD_ROM|x64.ActiveCfg = Release|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.CD_ROM|x86.ActiveCfg = Release|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.CD_ROM|x86.Build.0 = Release|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.Debug|Any CPU.ActiveCfg = Debug|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.Debug|x64.ActiveCfg = Debug|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.Debug|x64.Build.0 = Debug|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.Debug|x86.ActiveCfg = Debug|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.Debug|x86.Build.0 = Debug|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.DVD-5|Any CPU.ActiveCfg = Debug|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.DVD-5|Any CPU.Build.0 = Debug|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.DVD-5|x64.ActiveCfg = Debug|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.DVD-5|x86.ActiveCfg = Debug|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.DVD-5|x86.Build.0 = Debug|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.Release|Any CPU.ActiveCfg = Release|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.Release|x64.ActiveCfg = Release|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.Release|x64.Build.0 = Release|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.Release|x86.ActiveCfg = Release|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.Release|x86.Build.0 = Release|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.SingleImage|Any CPU.ActiveCfg = Debug|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.SingleImage|Any CPU.Build.0 = Debug|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.SingleImage|x64.ActiveCfg = Release|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.SingleImage|x86.ActiveCfg = Release|x86
{EDC8DBA1-B659-4287-90CE-CF3F28F4711A}.SingleImage|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal