-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMyWowTools.sln
78 lines (78 loc) · 5.27 KB
/
MyWowTools.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SD2_ScriptCheck", "SD2_ScriptCheck\SD2_ScriptCheck.csproj", "{DF1C680E-AA43-4AE6-ABAB-F924B14A9B97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GuidRevealer", "GuidRevealer\GuidRevealer.csproj", "{CDF8F957-0217-4CA0-AF93-7978C1A05222}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DBC Extractor", "DBC Extractor\DBC Extractor.csproj", "{976E4198-1ADE-4C08-AC6F-47335D54361B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "opcodefix", "opcodefix\opcodefix.csproj", "{094B2691-7E00-4ED4-B0F1-B65C48EE185F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "opcodemerge", "opcodemerge\opcodemerge.csproj", "{2CAFADC6-9DC1-4CF9-9C1E-B092EBF3F393}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF1C680E-AA43-4AE6-ABAB-F924B14A9B97}.Debug|Any CPU.ActiveCfg = Debug|x86
{DF1C680E-AA43-4AE6-ABAB-F924B14A9B97}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{DF1C680E-AA43-4AE6-ABAB-F924B14A9B97}.Debug|Mixed Platforms.Build.0 = Debug|x86
{DF1C680E-AA43-4AE6-ABAB-F924B14A9B97}.Debug|x86.ActiveCfg = Debug|x86
{DF1C680E-AA43-4AE6-ABAB-F924B14A9B97}.Debug|x86.Build.0 = Debug|x86
{DF1C680E-AA43-4AE6-ABAB-F924B14A9B97}.Release|Any CPU.ActiveCfg = Release|x86
{DF1C680E-AA43-4AE6-ABAB-F924B14A9B97}.Release|Mixed Platforms.ActiveCfg = Release|x86
{DF1C680E-AA43-4AE6-ABAB-F924B14A9B97}.Release|Mixed Platforms.Build.0 = Release|x86
{DF1C680E-AA43-4AE6-ABAB-F924B14A9B97}.Release|x86.ActiveCfg = Release|x86
{DF1C680E-AA43-4AE6-ABAB-F924B14A9B97}.Release|x86.Build.0 = Release|x86
{CDF8F957-0217-4CA0-AF93-7978C1A05222}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDF8F957-0217-4CA0-AF93-7978C1A05222}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDF8F957-0217-4CA0-AF93-7978C1A05222}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{CDF8F957-0217-4CA0-AF93-7978C1A05222}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{CDF8F957-0217-4CA0-AF93-7978C1A05222}.Debug|x86.ActiveCfg = Debug|Any CPU
{CDF8F957-0217-4CA0-AF93-7978C1A05222}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDF8F957-0217-4CA0-AF93-7978C1A05222}.Release|Any CPU.Build.0 = Release|Any CPU
{CDF8F957-0217-4CA0-AF93-7978C1A05222}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{CDF8F957-0217-4CA0-AF93-7978C1A05222}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{CDF8F957-0217-4CA0-AF93-7978C1A05222}.Release|x86.ActiveCfg = Release|Any CPU
{976E4198-1ADE-4C08-AC6F-47335D54361B}.Debug|Any CPU.ActiveCfg = Debug|x86
{976E4198-1ADE-4C08-AC6F-47335D54361B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{976E4198-1ADE-4C08-AC6F-47335D54361B}.Debug|Mixed Platforms.Build.0 = Debug|x86
{976E4198-1ADE-4C08-AC6F-47335D54361B}.Debug|x86.ActiveCfg = Debug|x86
{976E4198-1ADE-4C08-AC6F-47335D54361B}.Debug|x86.Build.0 = Debug|x86
{976E4198-1ADE-4C08-AC6F-47335D54361B}.Release|Any CPU.ActiveCfg = Release|x86
{976E4198-1ADE-4C08-AC6F-47335D54361B}.Release|Mixed Platforms.ActiveCfg = Release|x86
{976E4198-1ADE-4C08-AC6F-47335D54361B}.Release|Mixed Platforms.Build.0 = Release|x86
{976E4198-1ADE-4C08-AC6F-47335D54361B}.Release|x86.ActiveCfg = Release|x86
{976E4198-1ADE-4C08-AC6F-47335D54361B}.Release|x86.Build.0 = Release|x86
{094B2691-7E00-4ED4-B0F1-B65C48EE185F}.Debug|Any CPU.ActiveCfg = Debug|x86
{094B2691-7E00-4ED4-B0F1-B65C48EE185F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{094B2691-7E00-4ED4-B0F1-B65C48EE185F}.Debug|Mixed Platforms.Build.0 = Debug|x86
{094B2691-7E00-4ED4-B0F1-B65C48EE185F}.Debug|x86.ActiveCfg = Debug|x86
{094B2691-7E00-4ED4-B0F1-B65C48EE185F}.Debug|x86.Build.0 = Debug|x86
{094B2691-7E00-4ED4-B0F1-B65C48EE185F}.Release|Any CPU.ActiveCfg = Release|x86
{094B2691-7E00-4ED4-B0F1-B65C48EE185F}.Release|Mixed Platforms.ActiveCfg = Release|x86
{094B2691-7E00-4ED4-B0F1-B65C48EE185F}.Release|Mixed Platforms.Build.0 = Release|x86
{094B2691-7E00-4ED4-B0F1-B65C48EE185F}.Release|x86.ActiveCfg = Release|x86
{094B2691-7E00-4ED4-B0F1-B65C48EE185F}.Release|x86.Build.0 = Release|x86
{2CAFADC6-9DC1-4CF9-9C1E-B092EBF3F393}.Debug|Any CPU.ActiveCfg = Debug|x86
{2CAFADC6-9DC1-4CF9-9C1E-B092EBF3F393}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{2CAFADC6-9DC1-4CF9-9C1E-B092EBF3F393}.Debug|Mixed Platforms.Build.0 = Debug|x86
{2CAFADC6-9DC1-4CF9-9C1E-B092EBF3F393}.Debug|x86.ActiveCfg = Debug|x86
{2CAFADC6-9DC1-4CF9-9C1E-B092EBF3F393}.Debug|x86.Build.0 = Debug|x86
{2CAFADC6-9DC1-4CF9-9C1E-B092EBF3F393}.Release|Any CPU.ActiveCfg = Release|x86
{2CAFADC6-9DC1-4CF9-9C1E-B092EBF3F393}.Release|Mixed Platforms.ActiveCfg = Release|x86
{2CAFADC6-9DC1-4CF9-9C1E-B092EBF3F393}.Release|Mixed Platforms.Build.0 = Release|x86
{2CAFADC6-9DC1-4CF9-9C1E-B092EBF3F393}.Release|x86.ActiveCfg = Release|x86
{2CAFADC6-9DC1-4CF9-9C1E-B092EBF3F393}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal