forked from BosslandGmbH/HBRelog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHBRelog.sln
More file actions
64 lines (64 loc) · 3.83 KB
/
HBRelog.sln
File metadata and controls
64 lines (64 loc) · 3.83 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
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HBRelog", "HBRelog.csproj", "{9FEFE779-26EF-4E60-B1E9-1AC82000443A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HBPlugin", "HBPlugin\HBPlugin.csproj", "{8CBFDD9D-64B2-4ED8-962F-312D7E6A7F05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreyMagic", "Libs\GreyMagic\GreyMagic.csproj", "{29BEE34E-8D6A-47BF-96FA-ABA46F6E9B66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Launcher", "Launcher\Launcher.csproj", "{4781EA6C-E946-4B0F-8013-FA04AEC24B15}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticator", "Libs\Authenticator\Authenticator.csproj", "{EAF2D5CE-D817-453A-8A32-3D531570AE04}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WowClient", "WowClient\WowClient.csproj", "{1E765EB9-5DCF-4A28-AA1A-03F83968363F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "Shared\Shared.csproj", "{E175600B-3279-425B-9B6C-94B4613C71A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9FEFE779-26EF-4E60-B1E9-1AC82000443A}.Debug|x86.ActiveCfg = Debug|x86
{9FEFE779-26EF-4E60-B1E9-1AC82000443A}.Debug|x86.Build.0 = Debug|x86
{9FEFE779-26EF-4E60-B1E9-1AC82000443A}.Release|x86.ActiveCfg = Release|x86
{9FEFE779-26EF-4E60-B1E9-1AC82000443A}.Release|x86.Build.0 = Release|x86
{8CBFDD9D-64B2-4ED8-962F-312D7E6A7F05}.Debug|x86.ActiveCfg = Debug|x86
{8CBFDD9D-64B2-4ED8-962F-312D7E6A7F05}.Debug|x86.Build.0 = Debug|x86
{8CBFDD9D-64B2-4ED8-962F-312D7E6A7F05}.Release|x86.ActiveCfg = Release|x86
{8CBFDD9D-64B2-4ED8-962F-312D7E6A7F05}.Release|x86.Build.0 = Release|x86
{29BEE34E-8D6A-47BF-96FA-ABA46F6E9B66}.Debug|x86.ActiveCfg = Debug|x86
{29BEE34E-8D6A-47BF-96FA-ABA46F6E9B66}.Debug|x86.Build.0 = Debug|x86
{29BEE34E-8D6A-47BF-96FA-ABA46F6E9B66}.Release|x86.ActiveCfg = Release|x86
{29BEE34E-8D6A-47BF-96FA-ABA46F6E9B66}.Release|x86.Build.0 = Release|x86
{4781EA6C-E946-4B0F-8013-FA04AEC24B15}.Debug|x86.ActiveCfg = Debug|x86
{4781EA6C-E946-4B0F-8013-FA04AEC24B15}.Debug|x86.Build.0 = Debug|x86
{4781EA6C-E946-4B0F-8013-FA04AEC24B15}.Release|x86.ActiveCfg = Release|x86
{4781EA6C-E946-4B0F-8013-FA04AEC24B15}.Release|x86.Build.0 = Release|x86
{EAF2D5CE-D817-453A-8A32-3D531570AE04}.Debug|x86.ActiveCfg = Debug|x86
{EAF2D5CE-D817-453A-8A32-3D531570AE04}.Debug|x86.Build.0 = Debug|x86
{EAF2D5CE-D817-453A-8A32-3D531570AE04}.Release|x86.ActiveCfg = Release|x86
{EAF2D5CE-D817-453A-8A32-3D531570AE04}.Release|x86.Build.0 = Release|x86
{1E765EB9-5DCF-4A28-AA1A-03F83968363F}.Debug|x86.ActiveCfg = Debug|x86
{1E765EB9-5DCF-4A28-AA1A-03F83968363F}.Debug|x86.Build.0 = Debug|x86
{1E765EB9-5DCF-4A28-AA1A-03F83968363F}.Debug|x86.Deploy.0 = Debug|x86
{1E765EB9-5DCF-4A28-AA1A-03F83968363F}.Release|x86.ActiveCfg = Release|x86
{1E765EB9-5DCF-4A28-AA1A-03F83968363F}.Release|x86.Build.0 = Release|x86
{E175600B-3279-425B-9B6C-94B4613C71A8}.Debug|x86.ActiveCfg = Debug|x86
{E175600B-3279-425B-9B6C-94B4613C71A8}.Debug|x86.Build.0 = Debug|x86
{E175600B-3279-425B-9B6C-94B4613C71A8}.Debug|x86.Deploy.0 = Debug|x86
{E175600B-3279-425B-9B6C-94B4613C71A8}.Release|x86.ActiveCfg = Release|x86
{E175600B-3279-425B-9B6C-94B4613C71A8}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal