-
Notifications
You must be signed in to change notification settings - Fork 176
/
Copy pathReClass.sln
56 lines (56 loc) · 3.13 KB
/
ReClass.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
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReClassEx", "ReClass\ReClassEx.vcxproj", "{FA80DCEB-16C4-43D1-8451-6EE506D5FF82}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestPlugin", "TestPlugin\TestPlugin\TestPlugin.vcxproj", "{1C466572-2001-4FA9-B4EB-D4A819D802E8}"
ProjectSection(ProjectDependencies) = postProject
{FA80DCEB-16C4-43D1-8451-6EE506D5FF82} = {FA80DCEB-16C4-43D1-8451-6EE506D5FF82}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DriverPlugin", "DriverPlugin\DriverPlugin\DriverPlugin.vcxproj", "{F8C39F1D-DEEF-4224-8DC4-9C56F694DBB7}"
ProjectSection(ProjectDependencies) = postProject
{FA80DCEB-16C4-43D1-8451-6EE506D5FF82} = {FA80DCEB-16C4-43D1-8451-6EE506D5FF82}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA80DCEB-16C4-43D1-8451-6EE506D5FF82}.Debug|Win32.ActiveCfg = Debug|Win32
{FA80DCEB-16C4-43D1-8451-6EE506D5FF82}.Debug|Win32.Build.0 = Debug|Win32
{FA80DCEB-16C4-43D1-8451-6EE506D5FF82}.Debug|x64.ActiveCfg = Debug|x64
{FA80DCEB-16C4-43D1-8451-6EE506D5FF82}.Debug|x64.Build.0 = Debug|x64
{FA80DCEB-16C4-43D1-8451-6EE506D5FF82}.Release|Win32.ActiveCfg = Release|Win32
{FA80DCEB-16C4-43D1-8451-6EE506D5FF82}.Release|Win32.Build.0 = Release|Win32
{FA80DCEB-16C4-43D1-8451-6EE506D5FF82}.Release|x64.ActiveCfg = Release|x64
{FA80DCEB-16C4-43D1-8451-6EE506D5FF82}.Release|x64.Build.0 = Release|x64
{1C466572-2001-4FA9-B4EB-D4A819D802E8}.Debug|Win32.ActiveCfg = Debug|Win32
{1C466572-2001-4FA9-B4EB-D4A819D802E8}.Debug|Win32.Build.0 = Debug|Win32
{1C466572-2001-4FA9-B4EB-D4A819D802E8}.Debug|x64.ActiveCfg = Debug|x64
{1C466572-2001-4FA9-B4EB-D4A819D802E8}.Release|Win32.ActiveCfg = Release|Win32
{1C466572-2001-4FA9-B4EB-D4A819D802E8}.Release|Win32.Build.0 = Release|Win32
{1C466572-2001-4FA9-B4EB-D4A819D802E8}.Release|x64.ActiveCfg = Release|x64
{1C466572-2001-4FA9-B4EB-D4A819D802E8}.Release|x64.Build.0 = Release|x64
{F8C39F1D-DEEF-4224-8DC4-9C56F694DBB7}.Debug|Win32.ActiveCfg = Debug|Win32
{F8C39F1D-DEEF-4224-8DC4-9C56F694DBB7}.Debug|Win32.Build.0 = Debug|Win32
{F8C39F1D-DEEF-4224-8DC4-9C56F694DBB7}.Debug|x64.ActiveCfg = Debug|x64
{F8C39F1D-DEEF-4224-8DC4-9C56F694DBB7}.Debug|x64.Build.0 = Debug|x64
{F8C39F1D-DEEF-4224-8DC4-9C56F694DBB7}.Release|Win32.ActiveCfg = Release|Win32
{F8C39F1D-DEEF-4224-8DC4-9C56F694DBB7}.Release|Win32.Build.0 = Release|Win32
{F8C39F1D-DEEF-4224-8DC4-9C56F694DBB7}.Release|x64.ActiveCfg = Release|x64
{F8C39F1D-DEEF-4224-8DC4-9C56F694DBB7}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD7C9AB0-4526-4D34-ABE5-E79450508FE3}
EndGlobalSection
EndGlobal