-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFFGLTouchEngine.sln
52 lines (52 loc) · 3 KB
/
FFGLTouchEngine.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
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{746AB366-5AAA-3F26-970C-B561EDE863A8}"
ProjectSection(ProjectDependencies) = postProject
{FDE3F62F-4992-3AAF-9A9C-9821663630C1} = {FDE3F62F-4992-3AAF-9A9C-9821663630C1}
{E150E526-8512-3E89-8BA1-652C57488561} = {E150E526-8512-3E89-8BA1-652C57488561}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FFGLTouchEngine", "src\plugins\FFGLTouchEngine\FFGLTouchEngine.vcxproj", "{FDE3F62F-4992-3AAF-9A9C-9821663630C1}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FFGLTouchEngineFX", "src\plugins\FFGLTouchEngineFX\FFGLTouchEngineFX.vcxproj", "{E150E526-8512-3E89-8BA1-652C57488561}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
MinSizeRel|x64 = MinSizeRel|x64
RelWithDebInfo|x64 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{746AB366-5AAA-3F26-970C-B561EDE863A8}.Debug|x64.ActiveCfg = Debug|x64
{746AB366-5AAA-3F26-970C-B561EDE863A8}.Release|x64.ActiveCfg = Release|x64
{746AB366-5AAA-3F26-970C-B561EDE863A8}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{746AB366-5AAA-3F26-970C-B561EDE863A8}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{FDE3F62F-4992-3AAF-9A9C-9821663630C1}.Debug|x64.ActiveCfg = Debug|x64
{FDE3F62F-4992-3AAF-9A9C-9821663630C1}.Debug|x64.Build.0 = Debug|x64
{FDE3F62F-4992-3AAF-9A9C-9821663630C1}.Release|x64.ActiveCfg = Release|x64
{FDE3F62F-4992-3AAF-9A9C-9821663630C1}.Release|x64.Build.0 = Release|x64
{FDE3F62F-4992-3AAF-9A9C-9821663630C1}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{FDE3F62F-4992-3AAF-9A9C-9821663630C1}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{FDE3F62F-4992-3AAF-9A9C-9821663630C1}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{FDE3F62F-4992-3AAF-9A9C-9821663630C1}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{E150E526-8512-3E89-8BA1-652C57488561}.Debug|x64.ActiveCfg = Debug|x64
{E150E526-8512-3E89-8BA1-652C57488561}.Debug|x64.Build.0 = Debug|x64
{E150E526-8512-3E89-8BA1-652C57488561}.Release|x64.ActiveCfg = Release|x64
{E150E526-8512-3E89-8BA1-652C57488561}.Release|x64.Build.0 = Release|x64
{E150E526-8512-3E89-8BA1-652C57488561}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{E150E526-8512-3E89-8BA1-652C57488561}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{E150E526-8512-3E89-8BA1-652C57488561}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{E150E526-8512-3E89-8BA1-652C57488561}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {133FE578-48D7-340D-92A3-E1FBD95D2E80}
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal