-
Notifications
You must be signed in to change notification settings - Fork 1
/
InGameTimecycEditor.sln
34 lines (34 loc) · 1.65 KB
/
InGameTimecycEditor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "InGameTimecycEditor", "InGameTimecycEditor.vcxproj", "{8FFDFDC7-2237-42F6-97FB-DCC0C4891E2F}"
ProjectSection(ProjectDependencies) = postProject
{F142A341-5EE0-442D-A15F-98AE9B48DBAE} = {F142A341-5EE0-442D-A15F-98AE9B48DBAE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MinHook", "dependencies\MinHook.vcxproj", "{F142A341-5EE0-442D-A15F-98AE9B48DBAE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FFDFDC7-2237-42F6-97FB-DCC0C4891E2F}.Debug|x86.ActiveCfg = Debug|Win32
{8FFDFDC7-2237-42F6-97FB-DCC0C4891E2F}.Debug|x86.Build.0 = Debug|Win32
{8FFDFDC7-2237-42F6-97FB-DCC0C4891E2F}.Release|x86.ActiveCfg = Release|Win32
{8FFDFDC7-2237-42F6-97FB-DCC0C4891E2F}.Release|x86.Build.0 = Release|Win32
{F142A341-5EE0-442D-A15F-98AE9B48DBAE}.Debug|x86.ActiveCfg = Release|Win32
{F142A341-5EE0-442D-A15F-98AE9B48DBAE}.Debug|x86.Build.0 = Release|Win32
{F142A341-5EE0-442D-A15F-98AE9B48DBAE}.Release|x86.ActiveCfg = Release|Win32
{F142A341-5EE0-442D-A15F-98AE9B48DBAE}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1A4DF2C-F581-4CE2-9359-E74028423170}
EndGlobalSection
EndGlobal