-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWinCursorChanger.sln
More file actions
37 lines (37 loc) · 2.09 KB
/
WinCursorChanger.sln
File metadata and controls
37 lines (37 loc) · 2.09 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinCursorChanger", "WinCursorChanger\WinCursorChanger.csproj", "{E42EB007-4C30-4B25-9DFA-CEE3894F7C80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinCursorChangerConsole", "WinCursorChangerConsole\WinCursorChangerConsole.csproj", "{860E1A69-89C9-4267-97B0-3ECF6A9DFC50}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CursorChangerTest", "CursorChangerTest\CursorChangerTest.csproj", "{00AD02A7-B2C3-4DA1-9ABA-75EC736E2016}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E42EB007-4C30-4B25-9DFA-CEE3894F7C80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E42EB007-4C30-4B25-9DFA-CEE3894F7C80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E42EB007-4C30-4B25-9DFA-CEE3894F7C80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E42EB007-4C30-4B25-9DFA-CEE3894F7C80}.Release|Any CPU.Build.0 = Release|Any CPU
{860E1A69-89C9-4267-97B0-3ECF6A9DFC50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{860E1A69-89C9-4267-97B0-3ECF6A9DFC50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{860E1A69-89C9-4267-97B0-3ECF6A9DFC50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{860E1A69-89C9-4267-97B0-3ECF6A9DFC50}.Release|Any CPU.Build.0 = Release|Any CPU
{00AD02A7-B2C3-4DA1-9ABA-75EC736E2016}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00AD02A7-B2C3-4DA1-9ABA-75EC736E2016}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00AD02A7-B2C3-4DA1-9ABA-75EC736E2016}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00AD02A7-B2C3-4DA1-9ABA-75EC736E2016}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CA222C1-E0C9-4595-8D97-D4D2E7C7EF7B}
EndGlobalSection
EndGlobal