forked from meruune/plugin_TouchLink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin_TouchLink.sln
More file actions
31 lines (31 loc) · 1.5 KB
/
plugin_TouchLink.sln
File metadata and controls
31 lines (31 loc) · 1.5 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33209.295
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DeviceHandler", "DeviceHandler\DeviceHandler.vcxproj", "{8544744D-21D8-4711-BC02-BCFD29D5017B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "plugin_TouchLink", "plugin_TouchLink\plugin_TouchLink.csproj", "{E70EE9A9-034A-40C1-8C94-9ABA591FB8CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8544744D-21D8-4711-BC02-BCFD29D5017B}.Debug|x64.ActiveCfg = Debug|x64
{8544744D-21D8-4711-BC02-BCFD29D5017B}.Debug|x64.Build.0 = Debug|x64
{8544744D-21D8-4711-BC02-BCFD29D5017B}.Release|x64.ActiveCfg = Release|x64
{8544744D-21D8-4711-BC02-BCFD29D5017B}.Release|x64.Build.0 = Release|x64
{E70EE9A9-034A-40C1-8C94-9ABA591FB8CD}.Debug|x64.ActiveCfg = Debug|x64
{E70EE9A9-034A-40C1-8C94-9ABA591FB8CD}.Debug|x64.Build.0 = Debug|x64
{E70EE9A9-034A-40C1-8C94-9ABA591FB8CD}.Release|x64.ActiveCfg = Release|x64
{E70EE9A9-034A-40C1-8C94-9ABA591FB8CD}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA2989B8-6568-40EA-8A65-D6EF6E3AD74C}
EndGlobalSection
EndGlobal