-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathwxCamelot.sln
50 lines (50 loc) · 2.86 KB
/
wxCamelot.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
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxCamelot", "wxCamelot.vcproj", "{655E50CD-62AE-492C-9D39-890199819241}"
ProjectSection(ProjectDependencies) = postProject
{34042268-59CD-4D0D-8463-A5B40DD1F898} = {34042268-59CD-4D0D-8463-A5B40DD1F898}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CDraw", "..\CDraw\CDRAW.vcproj", "{34042268-59CD-4D0D-8463-A5B40DD1F898}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Camelot Debug = Camelot Debug
Camelot Release = Camelot Release
Debug = Debug
Profile = Profile
Release = Release
TestRelease = TestRelease
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{655E50CD-62AE-492C-9D39-890199819241}.Camelot Debug.ActiveCfg = Debug|Win32
{655E50CD-62AE-492C-9D39-890199819241}.Camelot Debug.Build.0 = Debug|Win32
{655E50CD-62AE-492C-9D39-890199819241}.Camelot Release.ActiveCfg = Release|Win32
{655E50CD-62AE-492C-9D39-890199819241}.Camelot Release.Build.0 = Release|Win32
{655E50CD-62AE-492C-9D39-890199819241}.Debug.ActiveCfg = Debug|Win32
{655E50CD-62AE-492C-9D39-890199819241}.Debug.Build.0 = Debug|Win32
{655E50CD-62AE-492C-9D39-890199819241}.Profile.ActiveCfg = Profile|Win32
{655E50CD-62AE-492C-9D39-890199819241}.Profile.Build.0 = Profile|Win32
{655E50CD-62AE-492C-9D39-890199819241}.Release.ActiveCfg = Release|Win32
{655E50CD-62AE-492C-9D39-890199819241}.Release.Build.0 = Release|Win32
{655E50CD-62AE-492C-9D39-890199819241}.TestRelease.ActiveCfg = TestRelease|Win32
{655E50CD-62AE-492C-9D39-890199819241}.TestRelease.Build.0 = TestRelease|Win32
{34042268-59CD-4D0D-8463-A5B40DD1F898}.Camelot Debug.ActiveCfg = Camelot Debug|Win32
{34042268-59CD-4D0D-8463-A5B40DD1F898}.Camelot Debug.Build.0 = Camelot Debug|Win32
{34042268-59CD-4D0D-8463-A5B40DD1F898}.Camelot Release.ActiveCfg = Camelot Release|Win32
{34042268-59CD-4D0D-8463-A5B40DD1F898}.Camelot Release.Build.0 = Camelot Release|Win32
{34042268-59CD-4D0D-8463-A5B40DD1F898}.Debug.ActiveCfg = Debug|Win32
{34042268-59CD-4D0D-8463-A5B40DD1F898}.Debug.Build.0 = Debug|Win32
{34042268-59CD-4D0D-8463-A5B40DD1F898}.Profile.ActiveCfg = Profile|Win32
{34042268-59CD-4D0D-8463-A5B40DD1F898}.Profile.Build.0 = Profile|Win32
{34042268-59CD-4D0D-8463-A5B40DD1F898}.Release.ActiveCfg = Release|Win32
{34042268-59CD-4D0D-8463-A5B40DD1F898}.Release.Build.0 = Release|Win32
{34042268-59CD-4D0D-8463-A5B40DD1F898}.TestRelease.ActiveCfg = TestRelease|Win32
{34042268-59CD-4D0D-8463-A5B40DD1F898}.TestRelease.Build.0 = TestRelease|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal