~ubuntu-branches/ubuntu/hoary/devil/hoary

« back to all changes in this revision

Viewing changes to examples/WindowsTest/WindowsTest.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2005-01-03 19:57:42 UTC
  • Revision ID: james.westby@ubuntu.com-20050103195742-4ipkplcwygu3irv0
Tags: upstream-1.6.7
ImportĀ upstreamĀ versionĀ 1.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="7.10"
 
5
        Name="WindowsTest"
 
6
        RootNamespace="WindowsTest"
 
7
        SccProjectName=""
 
8
        SccLocalPath="">
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"/>
 
12
        </Platforms>
 
13
        <Configurations>
 
14
                <Configuration
 
15
                        Name="Release|Win32"
 
16
                        OutputDirectory=".\../bin"
 
17
                        IntermediateDirectory=".\obj"
 
18
                        ConfigurationType="1"
 
19
                        UseOfMFC="0"
 
20
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
21
                        CharacterSet="2">
 
22
                        <Tool
 
23
                                Name="VCCLCompilerTool"
 
24
                                Optimization="2"
 
25
                                InlineFunctionExpansion="1"
 
26
                                AdditionalIncludeDirectories="../../include"
 
27
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
 
28
                                StringPooling="TRUE"
 
29
                                RuntimeLibrary="0"
 
30
                                EnableFunctionLevelLinking="TRUE"
 
31
                                PrecompiledHeaderFile=".\obj/WindowsTest.pch"
 
32
                                AssemblerListingLocation=".\obj/"
 
33
                                ObjectFile=".\obj/"
 
34
                                ProgramDataBaseFileName=".\obj/"
 
35
                                WarningLevel="3"
 
36
                                SuppressStartupBanner="TRUE"/>
 
37
                        <Tool
 
38
                                Name="VCCustomBuildTool"/>
 
39
                        <Tool
 
40
                                Name="VCLinkerTool"
 
41
                                OutputFile=".\../bin/WindowsTest.exe"
 
42
                                LinkIncremental="1"
 
43
                                SuppressStartupBanner="TRUE"
 
44
                                AdditionalLibraryDirectories="E:\XIX\S\sourceforge\DevIL\lib;E:\XIX\S\sourceforge\DevIL\extlibs\ColorPicker"
 
45
                                ProgramDatabaseFile=".\../bin/WindowsTest.pdb"
 
46
                                SubSystem="2"
 
47
                                TargetMachine="1"/>
 
48
                        <Tool
 
49
                                Name="VCMIDLTool"
 
50
                                PreprocessorDefinitions="NDEBUG"
 
51
                                MkTypLibCompatible="TRUE"
 
52
                                SuppressStartupBanner="TRUE"
 
53
                                TargetEnvironment="1"
 
54
                                TypeLibraryName=".\../bin/WindowsTest.tlb"
 
55
                                HeaderFileName=""/>
 
56
                        <Tool
 
57
                                Name="VCPostBuildEventTool"/>
 
58
                        <Tool
 
59
                                Name="VCPreBuildEventTool"/>
 
60
                        <Tool
 
61
                                Name="VCPreLinkEventTool"/>
 
62
                        <Tool
 
63
                                Name="VCResourceCompilerTool"
 
64
                                PreprocessorDefinitions="NDEBUG"
 
65
                                Culture="1033"/>
 
66
                        <Tool
 
67
                                Name="VCWebServiceProxyGeneratorTool"/>
 
68
                        <Tool
 
69
                                Name="VCXMLDataGeneratorTool"/>
 
70
                        <Tool
 
71
                                Name="VCWebDeploymentTool"/>
 
72
                        <Tool
 
73
                                Name="VCManagedWrapperGeneratorTool"/>
 
74
                        <Tool
 
75
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
76
                </Configuration>
 
77
                <Configuration
 
78
                        Name="Debug|Win32"
 
79
                        OutputDirectory=".\../bin/debug"
 
80
                        IntermediateDirectory=".\obj/debug"
 
81
                        ConfigurationType="1"
 
82
                        UseOfMFC="0"
 
83
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
84
                        CharacterSet="2">
 
85
                        <Tool
 
86
                                Name="VCCLCompilerTool"
 
87
                                Optimization="0"
 
88
                                AdditionalIncludeDirectories="../../include"
 
89
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
 
90
                                BasicRuntimeChecks="3"
 
91
                                RuntimeLibrary="1"
 
92
                                PrecompiledHeaderFile=".\obj/debug/WindowsTest.pch"
 
93
                                AssemblerListingLocation=".\obj/debug/"
 
94
                                ObjectFile=".\obj/debug/"
 
95
                                ProgramDataBaseFileName=".\obj/debug/"
 
96
                                WarningLevel="3"
 
97
                                SuppressStartupBanner="TRUE"
 
98
                                DebugInformationFormat="4"/>
 
99
                        <Tool
 
100
                                Name="VCCustomBuildTool"/>
 
101
                        <Tool
 
102
                                Name="VCLinkerTool"
 
103
                                OutputFile=".\../bin/debug/WindowsTest.exe"
 
104
                                LinkIncremental="1"
 
105
                                SuppressStartupBanner="TRUE"
 
106
                                AdditionalLibraryDirectories="E:\XIX\S\sourceforge\DevIL\lib;E:\XIX\S\sourceforge\DevIL\extlibs\ColorPicker"
 
107
                                GenerateDebugInformation="TRUE"
 
108
                                ProgramDatabaseFile=".\../bin/debug/WindowsTest.pdb"
 
109
                                SubSystem="2"
 
110
                                TargetMachine="1"/>
 
111
                        <Tool
 
112
                                Name="VCMIDLTool"
 
113
                                PreprocessorDefinitions="_DEBUG"
 
114
                                MkTypLibCompatible="TRUE"
 
115
                                SuppressStartupBanner="TRUE"
 
116
                                TargetEnvironment="1"
 
117
                                TypeLibraryName=".\../bin/debug/WindowsTest.tlb"
 
118
                                HeaderFileName=""/>
 
119
                        <Tool
 
120
                                Name="VCPostBuildEventTool"/>
 
121
                        <Tool
 
122
                                Name="VCPreBuildEventTool"/>
 
123
                        <Tool
 
124
                                Name="VCPreLinkEventTool"/>
 
125
                        <Tool
 
126
                                Name="VCResourceCompilerTool"
 
127
                                PreprocessorDefinitions="_DEBUG"
 
128
                                Culture="1033"/>
 
129
                        <Tool
 
130
                                Name="VCWebServiceProxyGeneratorTool"/>
 
131
                        <Tool
 
132
                                Name="VCXMLDataGeneratorTool"/>
 
133
                        <Tool
 
134
                                Name="VCWebDeploymentTool"/>
 
135
                        <Tool
 
136
                                Name="VCManagedWrapperGeneratorTool"/>
 
137
                        <Tool
 
138
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
139
                </Configuration>
 
140
                <Configuration
 
141
                        Name="Dynamic|Win32"
 
142
                        OutputDirectory=".\WindowsTest___Win32_Dynamic"
 
143
                        IntermediateDirectory=".\WindowsTest___Win32_Dynamic"
 
144
                        ConfigurationType="1"
 
145
                        UseOfMFC="0"
 
146
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
147
                        CharacterSet="2">
 
148
                        <Tool
 
149
                                Name="VCCLCompilerTool"
 
150
                                Optimization="2"
 
151
                                InlineFunctionExpansion="1"
 
152
                                AdditionalIncludeDirectories="../../include"
 
153
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
 
154
                                StringPooling="TRUE"
 
155
                                RuntimeLibrary="0"
 
156
                                EnableFunctionLevelLinking="TRUE"
 
157
                                PrecompiledHeaderFile=".\WindowsTest___Win32_Dynamic/WindowsTest.pch"
 
158
                                AssemblerListingLocation=".\WindowsTest___Win32_Dynamic/"
 
159
                                ObjectFile=".\WindowsTest___Win32_Dynamic/"
 
160
                                ProgramDataBaseFileName=".\WindowsTest___Win32_Dynamic/"
 
161
                                WarningLevel="3"
 
162
                                SuppressStartupBanner="TRUE"
 
163
                                CompileAs="1"/>
 
164
                        <Tool
 
165
                                Name="VCCustomBuildTool"/>
 
166
                        <Tool
 
167
                                Name="VCLinkerTool"
 
168
                                OutputFile="../bin/WindowsTest.exe"
 
169
                                LinkIncremental="1"
 
170
                                SuppressStartupBanner="TRUE"
 
171
                                AdditionalLibraryDirectories="E:\XIX\S\sourceforge\DevIL\lib;E:\XIX\S\sourceforge\DevIL\extlibs\ColorPicker"
 
172
                                ProgramDatabaseFile="../bin/debug/WindowsTest.pdb"
 
173
                                SubSystem="2"
 
174
                                TargetMachine="1"/>
 
175
                        <Tool
 
176
                                Name="VCMIDLTool"
 
177
                                PreprocessorDefinitions="NDEBUG"
 
178
                                MkTypLibCompatible="TRUE"
 
179
                                SuppressStartupBanner="TRUE"
 
180
                                TargetEnvironment="1"
 
181
                                TypeLibraryName=".\WindowsTest___Win32_Dynamic/WindowsTest.tlb"
 
182
                                HeaderFileName=""/>
 
183
                        <Tool
 
184
                                Name="VCPostBuildEventTool"/>
 
185
                        <Tool
 
186
                                Name="VCPreBuildEventTool"/>
 
187
                        <Tool
 
188
                                Name="VCPreLinkEventTool"/>
 
189
                        <Tool
 
190
                                Name="VCResourceCompilerTool"
 
191
                                PreprocessorDefinitions="NDEBUG"
 
192
                                Culture="1033"/>
 
193
                        <Tool
 
194
                                Name="VCWebServiceProxyGeneratorTool"/>
 
195
                        <Tool
 
196
                                Name="VCXMLDataGeneratorTool"/>
 
197
                        <Tool
 
198
                                Name="VCWebDeploymentTool"/>
 
199
                        <Tool
 
200
                                Name="VCManagedWrapperGeneratorTool"/>
 
201
                        <Tool
 
202
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
203
                </Configuration>
 
204
        </Configurations>
 
205
        <References>
 
206
        </References>
 
207
        <Files>
 
208
                <Filter
 
209
                        Name="Source Files"
 
210
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
 
211
                        <File
 
212
                                RelativePath="BatchConv.cpp">
 
213
                                <FileConfiguration
 
214
                                        Name="Release|Win32">
 
215
                                        <Tool
 
216
                                                Name="VCCLCompilerTool"
 
217
                                                Optimization="2"
 
218
                                                PreprocessorDefinitions=""/>
 
219
                                </FileConfiguration>
 
220
                                <FileConfiguration
 
221
                                        Name="Debug|Win32">
 
222
                                        <Tool
 
223
                                                Name="VCCLCompilerTool"
 
224
                                                Optimization="0"
 
225
                                                PreprocessorDefinitions=""
 
226
                                                BasicRuntimeChecks="3"/>
 
227
                                </FileConfiguration>
 
228
                                <FileConfiguration
 
229
                                        Name="Dynamic|Win32">
 
230
                                        <Tool
 
231
                                                Name="VCCLCompilerTool"
 
232
                                                Optimization="2"
 
233
                                                PreprocessorDefinitions=""/>
 
234
                                </FileConfiguration>
 
235
                        </File>
 
236
                        <File
 
237
                                RelativePath="WindowsTest.cpp">
 
238
                                <FileConfiguration
 
239
                                        Name="Release|Win32">
 
240
                                        <Tool
 
241
                                                Name="VCCLCompilerTool"
 
242
                                                Optimization="2"
 
243
                                                PreprocessorDefinitions=""/>
 
244
                                </FileConfiguration>
 
245
                                <FileConfiguration
 
246
                                        Name="Debug|Win32">
 
247
                                        <Tool
 
248
                                                Name="VCCLCompilerTool"
 
249
                                                Optimization="0"
 
250
                                                PreprocessorDefinitions=""
 
251
                                                BasicRuntimeChecks="3"/>
 
252
                                </FileConfiguration>
 
253
                                <FileConfiguration
 
254
                                        Name="Dynamic|Win32">
 
255
                                        <Tool
 
256
                                                Name="VCCLCompilerTool"
 
257
                                                Optimization="2"
 
258
                                                PreprocessorDefinitions=""/>
 
259
                                </FileConfiguration>
 
260
                        </File>
 
261
                </Filter>
 
262
                <Filter
 
263
                        Name="Header Files"
 
264
                        Filter="h;hpp;hxx;hm;inl">
 
265
                        <File
 
266
                                RelativePath="resource.h">
 
267
                        </File>
 
268
                </Filter>
 
269
                <Filter
 
270
                        Name="Resource Files"
 
271
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
 
272
                        <File
 
273
                                RelativePath="resources\OpenIL Logo.ico">
 
274
                        </File>
 
275
                        <File
 
276
                                RelativePath="WindowsTest.rc">
 
277
                        </File>
 
278
                </Filter>
 
279
        </Files>
 
280
        <Globals>
 
281
        </Globals>
 
282
</VisualStudioProject>