-
Notifications
You must be signed in to change notification settings - Fork 0
/
wcpatcher.sln
25 lines (25 loc) · 1.32 KB
/
wcpatcher.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
Microsoft Visual Studio Solution File, Format Version 14.00
# Visual Studio 2015
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wcpatcher", "src\wcpatcher.vcxproj", "{770C6949-0E89-4EB9-B297-55FA09A67869}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fake_ntdll", "fake_ntdll\fake_ntdll.vcxproj", "{C5A1A579-D400-4F7E-AC5B-921A61E56207}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{770C6949-0E89-4EB9-B297-55FA09A67869}.Release|Win32.ActiveCfg = Release|Win32
{770C6949-0E89-4EB9-B297-55FA09A67869}.Release|Win32.Build.0 = Release|Win32
{770C6949-0E89-4EB9-B297-55FA09A67869}.Release|x64.ActiveCfg = Release|x64
{770C6949-0E89-4EB9-B297-55FA09A67869}.Release|x64.Build.0 = Release|x64
{C5A1A579-D400-4F7E-AC5B-921A61E56207}.Release|Win32.ActiveCfg = Release|Win32
{C5A1A579-D400-4F7E-AC5B-921A61E56207}.Release|Win32.Build.0 = Release|Win32
{C5A1A579-D400-4F7E-AC5B-921A61E56207}.Release|x64.ActiveCfg = Release|x64
{C5A1A579-D400-4F7E-AC5B-921A61E56207}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal