-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPassiveBot.sln
More file actions
57 lines (57 loc) · 3.32 KB
/
Copy pathPassiveBot.sln
File metadata and controls
57 lines (57 loc) · 3.32 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PassiveBot", "PassiveBot\PassiveBot.vcxproj", "{FDC9CED7-A947-4C22-9513-7A04EF11A4D4}"
ProjectSection(ProjectDependencies) = postProject
{93E2803A-8F81-4F85-96D4-4444213AE4C3} = {93E2803A-8F81-4F85-96D4-4444213AE4C3}
{9D118187-84FD-4E92-8733-C365310B311F} = {9D118187-84FD-4E92-8733-C365310B311F}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WowLib", "WowLib\WowLib.vcxproj", "{93E2803A-8F81-4F85-96D4-4444213AE4C3}"
ProjectSection(ProjectDependencies) = postProject
{4579EB17-4DF5-4380-9590-796523E26A17} = {4579EB17-4DF5-4380-9590-796523E26A17}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ProcessLib", "ProcessLib\ProcessLib.vcxproj", "{4579EB17-4DF5-4380-9590-796523E26A17}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Graphics", "Graphics\Graphics.vcxproj", "{9D118187-84FD-4E92-8733-C365310B311F}"
ProjectSection(ProjectDependencies) = postProject
{4503A86D-F422-48FE-B9B8-DC82E1F983D7} = {4503A86D-F422-48FE-B9B8-DC82E1F983D7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WowDataLib", "WowDataLib\WowDataLib.vcxproj", "{4503A86D-F422-48FE-B9B8-DC82E1F983D7}"
ProjectSection(ProjectDependencies) = postProject
{93E2803A-8F81-4F85-96D4-4444213AE4C3} = {93E2803A-8F81-4F85-96D4-4444213AE4C3}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FDC9CED7-A947-4C22-9513-7A04EF11A4D4}.Debug|Win32.ActiveCfg = Debug|Win32
{FDC9CED7-A947-4C22-9513-7A04EF11A4D4}.Debug|Win32.Build.0 = Debug|Win32
{FDC9CED7-A947-4C22-9513-7A04EF11A4D4}.Release|Win32.ActiveCfg = Release|Win32
{FDC9CED7-A947-4C22-9513-7A04EF11A4D4}.Release|Win32.Build.0 = Release|Win32
{93E2803A-8F81-4F85-96D4-4444213AE4C3}.Debug|Win32.ActiveCfg = Debug|Win32
{93E2803A-8F81-4F85-96D4-4444213AE4C3}.Debug|Win32.Build.0 = Debug|Win32
{93E2803A-8F81-4F85-96D4-4444213AE4C3}.Release|Win32.ActiveCfg = Release|Win32
{93E2803A-8F81-4F85-96D4-4444213AE4C3}.Release|Win32.Build.0 = Release|Win32
{4579EB17-4DF5-4380-9590-796523E26A17}.Debug|Win32.ActiveCfg = Debug|Win32
{4579EB17-4DF5-4380-9590-796523E26A17}.Debug|Win32.Build.0 = Debug|Win32
{4579EB17-4DF5-4380-9590-796523E26A17}.Release|Win32.ActiveCfg = Release|Win32
{4579EB17-4DF5-4380-9590-796523E26A17}.Release|Win32.Build.0 = Release|Win32
{9D118187-84FD-4E92-8733-C365310B311F}.Debug|Win32.ActiveCfg = Debug|Win32
{9D118187-84FD-4E92-8733-C365310B311F}.Debug|Win32.Build.0 = Debug|Win32
{9D118187-84FD-4E92-8733-C365310B311F}.Release|Win32.ActiveCfg = Release|Win32
{9D118187-84FD-4E92-8733-C365310B311F}.Release|Win32.Build.0 = Release|Win32
{4503A86D-F422-48FE-B9B8-DC82E1F983D7}.Debug|Win32.ActiveCfg = Debug|Win32
{4503A86D-F422-48FE-B9B8-DC82E1F983D7}.Debug|Win32.Build.0 = Debug|Win32
{4503A86D-F422-48FE-B9B8-DC82E1F983D7}.Release|Win32.ActiveCfg = Release|Win32
{4503A86D-F422-48FE-B9B8-DC82E1F983D7}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal