Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/visual_studio/vc8/ceguilua.vcproj @ 1810

Last change on this file since 1810 was 1810, checked in by rgrieder, 16 years ago

merged ceguilua branch back to trunk

File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="ceguilua"
6        ProjectGUID="{4BBBB49F-3203-4BB4-AAE3-48BCA96FCB4F}"
7        RootNamespace="FICN"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        ConfigurationType="2"
21                        InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops;..\ceguilua_properties.vsprops"
22                        CharacterSet="1"
23                        >
24                        <Tool
25                                Name="VCPreBuildEventTool"
26                        />
27                        <Tool
28                                Name="VCCustomBuildTool"
29                        />
30                        <Tool
31                                Name="VCXMLDataGeneratorTool"
32                        />
33                        <Tool
34                                Name="VCWebServiceProxyGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCMIDLTool"
38                        />
39                        <Tool
40                                Name="VCCLCompilerTool"
41                        />
42                        <Tool
43                                Name="VCManagedResourceCompilerTool"
44                        />
45                        <Tool
46                                Name="VCResourceCompilerTool"
47                        />
48                        <Tool
49                                Name="VCPreLinkEventTool"
50                        />
51                        <Tool
52                                Name="VCLinkerTool"
53                        />
54                        <Tool
55                                Name="VCALinkTool"
56                        />
57                        <Tool
58                                Name="VCManifestTool"
59                        />
60                        <Tool
61                                Name="VCXDCMakeTool"
62                        />
63                        <Tool
64                                Name="VCBscMakeTool"
65                        />
66                        <Tool
67                                Name="VCFxCopTool"
68                        />
69                        <Tool
70                                Name="VCAppVerifierTool"
71                        />
72                        <Tool
73                                Name="VCWebDeploymentTool"
74                        />
75                        <Tool
76                                Name="VCPostBuildEventTool"
77                        />
78                </Configuration>
79                <Configuration
80                        Name="Release|Win32"
81                        ConfigurationType="2"
82                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops;..\ceguilua_properties.vsprops"
83                        CharacterSet="1"
84                        WholeProgramOptimization="0"
85                        >
86                        <Tool
87                                Name="VCPreBuildEventTool"
88                        />
89                        <Tool
90                                Name="VCCustomBuildTool"
91                        />
92                        <Tool
93                                Name="VCXMLDataGeneratorTool"
94                        />
95                        <Tool
96                                Name="VCWebServiceProxyGeneratorTool"
97                        />
98                        <Tool
99                                Name="VCMIDLTool"
100                        />
101                        <Tool
102                                Name="VCCLCompilerTool"
103                                PreprocessorDefinitions="TOLUA_RELEASE"
104                        />
105                        <Tool
106                                Name="VCManagedResourceCompilerTool"
107                        />
108                        <Tool
109                                Name="VCResourceCompilerTool"
110                        />
111                        <Tool
112                                Name="VCPreLinkEventTool"
113                        />
114                        <Tool
115                                Name="VCLinkerTool"
116                        />
117                        <Tool
118                                Name="VCALinkTool"
119                        />
120                        <Tool
121                                Name="VCManifestTool"
122                        />
123                        <Tool
124                                Name="VCXDCMakeTool"
125                        />
126                        <Tool
127                                Name="VCBscMakeTool"
128                        />
129                        <Tool
130                                Name="VCFxCopTool"
131                        />
132                        <Tool
133                                Name="VCAppVerifierTool"
134                        />
135                        <Tool
136                                Name="VCWebDeploymentTool"
137                        />
138                        <Tool
139                                Name="VCPostBuildEventTool"
140                        />
141                </Configuration>
142        </Configurations>
143        <References>
144        </References>
145        <Files>
146                <Filter
147                        Name="Source Files"
148                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
149                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
150                        >
151                        <File
152                                RelativePath="..\..\src\ceguilua-0.6.1\ceguilua\CEGUILua.cpp"
153                                >
154                        </File>
155                        <File
156                                RelativePath="..\..\src\ceguilua-0.6.1\ceguilua\CEGUILuaFunctor.cpp"
157                                >
158                        </File>
159                        <File
160                                RelativePath="..\..\src\ceguilua-0.6.1\ceguilua\lua_CEGUI.cpp"
161                                >
162                        </File>
163                        <File
164                                RelativePath="..\..\src\ceguilua-0.6.1\ceguilua\required.cpp"
165                                >
166                        </File>
167                </Filter>
168                <Filter
169                        Name="Header Files"
170                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
171                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
172                        >
173                        <File
174                                RelativePath="..\..\src\ceguilua-0.6.1\ceguilua\CEGUILua.h"
175                                >
176                        </File>
177                        <File
178                                RelativePath="..\..\src\ceguilua-0.6.1\ceguilua\CEGUILuaFunctor.h"
179                                >
180                        </File>
181                        <File
182                                RelativePath="..\..\src\ceguilua-0.6.1\ceguilua\required.h"
183                                >
184                        </File>
185                </Filter>
186        </Files>
187        <Globals>
188        </Globals>
189</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.