-
Notifications
You must be signed in to change notification settings - Fork 36
/
HBRelog.sln
57 lines (57 loc) · 3.25 KB
/
HBRelog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
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("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Fasm.NET", "Libs\Fasm.NET\Fasm.NET.vcxproj", "{2DAC1A31-EF28-499A-B67A-963B5343D778}"
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}.Release|x86.ActiveCfg = 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
{2DAC1A31-EF28-499A-B67A-963B5343D778}.Debug|x86.ActiveCfg = Debug|Win32
{2DAC1A31-EF28-499A-B67A-963B5343D778}.Debug|x86.Build.0 = Debug|Win32
{2DAC1A31-EF28-499A-B67A-963B5343D778}.Release|x86.ActiveCfg = Release|Win32
{2DAC1A31-EF28-499A-B67A-963B5343D778}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E426EB2-E115-45B3-9490-3202CB93ABE3}
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = False
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal