-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLoopHero_ModExample.sln
More file actions
61 lines (61 loc) · 3.73 KB
/
LoopHero_ModExample.sln
File metadata and controls
61 lines (61 loc) · 3.73 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32228.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LoopHero_ModExample", "LoopHero_ModExample\LoopHero_ModExample.vcxproj", "{31910930-BDD4-4F92-BF37-337E79B5C41E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Native_LoopHeroBorderlessWindow", "Native_LoopHeroBorderlessWindow\Native_LoopHeroBorderlessWindow.vcxproj", "{F17AD7EB-0099-4752-8E10-399ECD9A61C9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Cursorlock", "Cursorlock\Cursorlock.vcxproj", "{94296525-402C-4658-B230-F21D9330C99C}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "YYTK_LoopHeroBorderlessWindow", "YYTK_LoopHeroBorderlessWindow\YYTK_LoopHeroBorderlessWindow.vcxproj", "{EE7B7D83-9196-40A5-AE42-E85F7934C910}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31910930-BDD4-4F92-BF37-337E79B5C41E}.Debug|x64.ActiveCfg = Debug|x64
{31910930-BDD4-4F92-BF37-337E79B5C41E}.Debug|x64.Build.0 = Debug|x64
{31910930-BDD4-4F92-BF37-337E79B5C41E}.Debug|x86.ActiveCfg = Debug|Win32
{31910930-BDD4-4F92-BF37-337E79B5C41E}.Debug|x86.Build.0 = Debug|Win32
{31910930-BDD4-4F92-BF37-337E79B5C41E}.Release|x64.ActiveCfg = Release|x64
{31910930-BDD4-4F92-BF37-337E79B5C41E}.Release|x64.Build.0 = Release|x64
{31910930-BDD4-4F92-BF37-337E79B5C41E}.Release|x86.ActiveCfg = Release|Win32
{31910930-BDD4-4F92-BF37-337E79B5C41E}.Release|x86.Build.0 = Release|Win32
{F17AD7EB-0099-4752-8E10-399ECD9A61C9}.Debug|x64.ActiveCfg = Debug|x64
{F17AD7EB-0099-4752-8E10-399ECD9A61C9}.Debug|x64.Build.0 = Debug|x64
{F17AD7EB-0099-4752-8E10-399ECD9A61C9}.Debug|x86.ActiveCfg = Debug|Win32
{F17AD7EB-0099-4752-8E10-399ECD9A61C9}.Debug|x86.Build.0 = Debug|Win32
{F17AD7EB-0099-4752-8E10-399ECD9A61C9}.Release|x64.ActiveCfg = Release|x64
{F17AD7EB-0099-4752-8E10-399ECD9A61C9}.Release|x64.Build.0 = Release|x64
{F17AD7EB-0099-4752-8E10-399ECD9A61C9}.Release|x86.ActiveCfg = Release|Win32
{F17AD7EB-0099-4752-8E10-399ECD9A61C9}.Release|x86.Build.0 = Release|Win32
{94296525-402C-4658-B230-F21D9330C99C}.Debug|x64.ActiveCfg = Debug|x64
{94296525-402C-4658-B230-F21D9330C99C}.Debug|x64.Build.0 = Debug|x64
{94296525-402C-4658-B230-F21D9330C99C}.Debug|x86.ActiveCfg = Debug|Win32
{94296525-402C-4658-B230-F21D9330C99C}.Debug|x86.Build.0 = Debug|Win32
{94296525-402C-4658-B230-F21D9330C99C}.Release|x64.ActiveCfg = Release|x64
{94296525-402C-4658-B230-F21D9330C99C}.Release|x64.Build.0 = Release|x64
{94296525-402C-4658-B230-F21D9330C99C}.Release|x86.ActiveCfg = Release|Win32
{94296525-402C-4658-B230-F21D9330C99C}.Release|x86.Build.0 = Release|Win32
{EE7B7D83-9196-40A5-AE42-E85F7934C910}.Debug|x64.ActiveCfg = Debug|x64
{EE7B7D83-9196-40A5-AE42-E85F7934C910}.Debug|x64.Build.0 = Debug|x64
{EE7B7D83-9196-40A5-AE42-E85F7934C910}.Debug|x86.ActiveCfg = Debug|Win32
{EE7B7D83-9196-40A5-AE42-E85F7934C910}.Debug|x86.Build.0 = Debug|Win32
{EE7B7D83-9196-40A5-AE42-E85F7934C910}.Release|x64.ActiveCfg = Release|x64
{EE7B7D83-9196-40A5-AE42-E85F7934C910}.Release|x64.Build.0 = Release|x64
{EE7B7D83-9196-40A5-AE42-E85F7934C910}.Release|x86.ActiveCfg = Release|Win32
{EE7B7D83-9196-40A5-AE42-E85F7934C910}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BA08FF44-59B1-4458-8FF2-5A8AD95C6539}
EndGlobalSection
EndGlobal