-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAbstractOTDPlugins.sln
41 lines (41 loc) · 2.41 KB
/
AbstractOTDPlugins.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30615.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenTabletDriver.Plugin", ".modules\OpenTabletDriver\OpenTabletDriver.Plugin\OpenTabletDriver.Plugin.csproj", "{49359233-BAF9-4D4B-A61E-8211256DBE7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BezierInterpolator", "BezierInterpolator\BezierInterpolator.csproj", "{205D626F-299D-4BC1-906A-707700E7C7ED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RadialFollow", "RadialFollow\RadialFollow.csproj", "{1A38AD2D-E0EB-4B1A-92F9-250F2CCA222E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TouchTapping", "TouchTapping\TouchTapping.csproj", "{E0439839-9F9D-4DAD-8A7E-1ED0A027555C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A2F7556}") = "SinCursor", "SinCursor\SinCursor.csproj", "{E0439839-9F9D-4DAD-8A7E-1ED0A022555C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49359233-BAF9-4D4B-A61E-8211256DBE7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49359233-BAF9-4D4B-A61E-8211256DBE7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49359233-BAF9-4D4B-A61E-8211256DBE7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49359233-BAF9-4D4B-A61E-8211256DBE7B}.Release|Any CPU.Build.0 = Release|Any CPU
{205D626F-299D-4BC1-906A-707700E7C7ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{205D626F-299D-4BC1-906A-707700E7C7ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{205D626F-299D-4BC1-906A-707700E7C7ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{205D626F-299D-4BC1-906A-707700E7C7ED}.Release|Any CPU.Build.0 = Release|Any CPU
{1A38AD2D-E0EB-4B1A-92F9-250F2CCA222E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A38AD2D-E0EB-4B1A-92F9-250F2CCA222E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A38AD2D-E0EB-4B1A-92F9-250F2CCA222E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A38AD2D-E0EB-4B1A-92F9-250F2CCA222E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DBC31C15-D8CD-4EF7-A3E6-20B77D84CB55}
EndGlobalSection
EndGlobal