forked from ikst/Ikst.MouseHook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ikst.MouseHook.sln
37 lines (37 loc) · 1.83 KB
/
Ikst.MouseHook.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 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ikst.MouseHook", "Ikst.MouseHook\Ikst.MouseHook.csproj", "{EAA5CECE-48DE-4C1F-B003-4628AC16AE60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "Sample\Sample.csproj", "{6EE5B45E-AF3B-4DA1-9887-F7A5FAE80228}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{05626BB3-A9B1-4789-971C-0FEAF8F2F34C}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAA5CECE-48DE-4C1F-B003-4628AC16AE60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAA5CECE-48DE-4C1F-B003-4628AC16AE60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAA5CECE-48DE-4C1F-B003-4628AC16AE60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAA5CECE-48DE-4C1F-B003-4628AC16AE60}.Release|Any CPU.Build.0 = Release|Any CPU
{6EE5B45E-AF3B-4DA1-9887-F7A5FAE80228}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EE5B45E-AF3B-4DA1-9887-F7A5FAE80228}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EE5B45E-AF3B-4DA1-9887-F7A5FAE80228}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EE5B45E-AF3B-4DA1-9887-F7A5FAE80228}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EBB5E463-B054-4218-A645-D068C2E19D2F}
EndGlobalSection
EndGlobal