forked from RopeWiki/RWServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrw.sln
More file actions
39 lines (39 loc) · 2.24 KB
/
rw.sln
File metadata and controls
39 lines (39 loc) · 2.24 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RW", "rw\RW.vcxproj", "{792430AD-2BD4-43AE-B4D6-6BB7364A5484}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "httprobot", "httprobot\httprobot.vcxproj", "{F88CB53A-CECE-4D1E-AC82-A4A9FD14FDA8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GPSBabel", "gpsbabel\msvc\GPSBabel.vcxproj", "{EB2609DB-5800-45B2-BCB2-06D72F389DCA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
Unicode|Win32 = Unicode|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{792430AD-2BD4-43AE-B4D6-6BB7364A5484}.Debug|Win32.ActiveCfg = Debug|Win32
{792430AD-2BD4-43AE-B4D6-6BB7364A5484}.Debug|Win32.Build.0 = Debug|Win32
{792430AD-2BD4-43AE-B4D6-6BB7364A5484}.Release|Win32.ActiveCfg = Release|Win32
{792430AD-2BD4-43AE-B4D6-6BB7364A5484}.Release|Win32.Build.0 = Release|Win32
{792430AD-2BD4-43AE-B4D6-6BB7364A5484}.Unicode|Win32.ActiveCfg = Release|Win32
{792430AD-2BD4-43AE-B4D6-6BB7364A5484}.Unicode|Win32.Build.0 = Release|Win32
{F88CB53A-CECE-4D1E-AC82-A4A9FD14FDA8}.Debug|Win32.ActiveCfg = Debug|Win32
{F88CB53A-CECE-4D1E-AC82-A4A9FD14FDA8}.Debug|Win32.Build.0 = Debug|Win32
{F88CB53A-CECE-4D1E-AC82-A4A9FD14FDA8}.Release|Win32.ActiveCfg = Release|Win32
{F88CB53A-CECE-4D1E-AC82-A4A9FD14FDA8}.Release|Win32.Build.0 = Release|Win32
{F88CB53A-CECE-4D1E-AC82-A4A9FD14FDA8}.Unicode|Win32.ActiveCfg = Release|Win32
{F88CB53A-CECE-4D1E-AC82-A4A9FD14FDA8}.Unicode|Win32.Build.0 = Release|Win32
{EB2609DB-5800-45B2-BCB2-06D72F389DCA}.Debug|Win32.ActiveCfg = Release|Win32
{EB2609DB-5800-45B2-BCB2-06D72F389DCA}.Debug|Win32.Build.0 = Release|Win32
{EB2609DB-5800-45B2-BCB2-06D72F389DCA}.Release|Win32.ActiveCfg = Release|Win32
{EB2609DB-5800-45B2-BCB2-06D72F389DCA}.Release|Win32.Build.0 = Release|Win32
{EB2609DB-5800-45B2-BCB2-06D72F389DCA}.Unicode|Win32.ActiveCfg = Unicode|Win32
{EB2609DB-5800-45B2-BCB2-06D72F389DCA}.Unicode|Win32.Build.0 = Unicode|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal