-
Notifications
You must be signed in to change notification settings - Fork 5
/
superhudeditor.sln
26 lines (26 loc) · 1.49 KB
/
superhudeditor.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "superhudeditor", "superhudeditor.vcproj", "{5E389EF3-D0D7-4AF3-AB87-4E4E1887CB94}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "webupdater", "webupdater\webupdater.vcproj", "{A812AE4A-103E-4DB7-88DE-671FA0084191}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Unicode Debug|Win32 = Unicode Debug|Win32
Unicode Release|Win32 = Unicode Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E389EF3-D0D7-4AF3-AB87-4E4E1887CB94}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32
{5E389EF3-D0D7-4AF3-AB87-4E4E1887CB94}.Unicode Debug|Win32.Build.0 = Unicode Debug|Win32
{5E389EF3-D0D7-4AF3-AB87-4E4E1887CB94}.Unicode Release|Win32.ActiveCfg = Unicode Release|Win32
{5E389EF3-D0D7-4AF3-AB87-4E4E1887CB94}.Unicode Release|Win32.Build.0 = Unicode Release|Win32
{A812AE4A-103E-4DB7-88DE-671FA0084191}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32
{A812AE4A-103E-4DB7-88DE-671FA0084191}.Unicode Debug|Win32.Build.0 = Unicode Debug|Win32
{A812AE4A-103E-4DB7-88DE-671FA0084191}.Unicode Release|Win32.ActiveCfg = Unicode Release|Win32
{A812AE4A-103E-4DB7-88DE-671FA0084191}.Unicode Release|Win32.Build.0 = Unicode Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal