-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfakereg.sln
37 lines (37 loc) · 1.93 KB
/
fakereg.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35208.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fakereg", "fakereg\fakereg.vcxproj", "{914B1C5B-AF96-438B-87F8-7F67793676DB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Detours", "extern\Detours\vc\Detours.vcxproj", "{37489709-8054-4903-9C49-A79846049FC9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "version", "version\version.vcxproj", "{3D421A5F-DAEC-4397-A3D6-AAF06BFA841F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{914B1C5B-AF96-438B-87F8-7F67793676DB}.Debug|x86.ActiveCfg = Debug|Win32
{914B1C5B-AF96-438B-87F8-7F67793676DB}.Debug|x86.Build.0 = Debug|Win32
{914B1C5B-AF96-438B-87F8-7F67793676DB}.Release|x86.ActiveCfg = Release|Win32
{914B1C5B-AF96-438B-87F8-7F67793676DB}.Release|x86.Build.0 = Release|Win32
{37489709-8054-4903-9C49-A79846049FC9}.Debug|x86.ActiveCfg = DebugMDd|Win32
{37489709-8054-4903-9C49-A79846049FC9}.Debug|x86.Build.0 = DebugMDd|Win32
{37489709-8054-4903-9C49-A79846049FC9}.Release|x86.ActiveCfg = ReleaseMD|Win32
{37489709-8054-4903-9C49-A79846049FC9}.Release|x86.Build.0 = ReleaseMD|Win32
{3D421A5F-DAEC-4397-A3D6-AAF06BFA841F}.Debug|x86.ActiveCfg = Debug|Win32
{3D421A5F-DAEC-4397-A3D6-AAF06BFA841F}.Debug|x86.Build.0 = Debug|Win32
{3D421A5F-DAEC-4397-A3D6-AAF06BFA841F}.Release|x86.ActiveCfg = Release|Win32
{3D421A5F-DAEC-4397-A3D6-AAF06BFA841F}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {80A6A41F-2BFD-4DD7-BD26-DCB86137E46D}
EndGlobalSection
EndGlobal