~ubuntu-branches/ubuntu/raring/libcaca/raring

« back to all changes in this revision

Viewing changes to cxx/test-cxx.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar
  • Date: 2010-02-08 01:40:59 UTC
  • mfrom: (1.1.8 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100208014059-9q4av8pze8p7uw3i
Tags: 0.99.beta17-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="Windows-1252"?>
2
2
<VisualStudioProject
3
3
        ProjectType="Visual C++"
4
 
        Version="8.00"
 
4
        Version="9.00"
5
5
        Name="test-cxx"
6
6
        ProjectGUID="{F2530E59-7ADB-4D3C-8873-6D110788B8F7}"
7
7
        RootNamespace="testcxx"
8
8
        Keyword="Win32Proj"
 
9
        TargetFrameworkVersion="131072"
9
10
        >
10
11
        <Platforms>
11
12
                <Platform
12
13
                        Name="Win32"
13
14
                />
 
15
                <Platform
 
16
                        Name="x64"
 
17
                />
14
18
        </Platforms>
15
19
        <ToolFiles>
16
20
        </ToolFiles>
17
21
        <Configurations>
18
22
                <Configuration
19
23
                        Name="Debug|Win32"
20
 
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21
 
                        IntermediateDirectory="$(ConfigurationName)"
 
24
                        OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"
 
25
                        IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"
22
26
                        ConfigurationType="1"
23
27
                        CharacterSet="1"
24
28
                        >
47
51
                                RuntimeLibrary="3"
48
52
                                UsePrecompiledHeader="0"
49
53
                                WarningLevel="3"
50
 
                                Detect64BitPortabilityProblems="true"
51
54
                                DebugInformationFormat="4"
52
55
                        />
53
56
                        <Tool
64
67
                                LinkIncremental="2"
65
68
                                GenerateDebugInformation="true"
66
69
                                SubSystem="1"
 
70
                                RandomizedBaseAddress="1"
 
71
                                DataExecutionPrevention="0"
67
72
                                TargetMachine="1"
68
73
                        />
69
74
                        <Tool
85
90
                                Name="VCAppVerifierTool"
86
91
                        />
87
92
                        <Tool
88
 
                                Name="VCWebDeploymentTool"
 
93
                                Name="VCPostBuildEventTool"
 
94
                        />
 
95
                </Configuration>
 
96
                <Configuration
 
97
                        Name="Debug|x64"
 
98
                        OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"
 
99
                        IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"
 
100
                        ConfigurationType="1"
 
101
                        CharacterSet="1"
 
102
                        >
 
103
                        <Tool
 
104
                                Name="VCPreBuildEventTool"
 
105
                        />
 
106
                        <Tool
 
107
                                Name="VCCustomBuildTool"
 
108
                        />
 
109
                        <Tool
 
110
                                Name="VCXMLDataGeneratorTool"
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCWebServiceProxyGeneratorTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCMIDLTool"
 
117
                                TargetEnvironment="3"
 
118
                        />
 
119
                        <Tool
 
120
                                Name="VCCLCompilerTool"
 
121
                                Optimization="0"
 
122
                                AdditionalIncludeDirectories=".;..\win32;..\caca"
 
123
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
124
                                MinimalRebuild="true"
 
125
                                BasicRuntimeChecks="3"
 
126
                                RuntimeLibrary="3"
 
127
                                UsePrecompiledHeader="0"
 
128
                                WarningLevel="3"
 
129
                                DebugInformationFormat="3"
 
130
                        />
 
131
                        <Tool
 
132
                                Name="VCManagedResourceCompilerTool"
 
133
                        />
 
134
                        <Tool
 
135
                                Name="VCResourceCompilerTool"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCPreLinkEventTool"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="VCLinkerTool"
 
142
                                LinkIncremental="2"
 
143
                                GenerateDebugInformation="true"
 
144
                                SubSystem="1"
 
145
                                RandomizedBaseAddress="1"
 
146
                                DataExecutionPrevention="0"
 
147
                                TargetMachine="17"
 
148
                        />
 
149
                        <Tool
 
150
                                Name="VCALinkTool"
 
151
                        />
 
152
                        <Tool
 
153
                                Name="VCManifestTool"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCXDCMakeTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCBscMakeTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCFxCopTool"
 
163
                        />
 
164
                        <Tool
 
165
                                Name="VCAppVerifierTool"
89
166
                        />
90
167
                        <Tool
91
168
                                Name="VCPostBuildEventTool"
93
170
                </Configuration>
94
171
                <Configuration
95
172
                        Name="Release|Win32"
96
 
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97
 
                        IntermediateDirectory="$(ConfigurationName)"
 
173
                        OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"
 
174
                        IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"
98
175
                        ConfigurationType="1"
99
176
                        CharacterSet="1"
100
177
                        WholeProgramOptimization="1"
121
198
                                RuntimeLibrary="2"
122
199
                                UsePrecompiledHeader="0"
123
200
                                WarningLevel="3"
124
 
                                Detect64BitPortabilityProblems="true"
125
201
                                DebugInformationFormat="3"
126
202
                        />
127
203
                        <Tool
140
216
                                SubSystem="1"
141
217
                                OptimizeReferences="2"
142
218
                                EnableCOMDATFolding="2"
 
219
                                RandomizedBaseAddress="1"
 
220
                                DataExecutionPrevention="0"
143
221
                                TargetMachine="1"
144
222
                        />
145
223
                        <Tool
161
239
                                Name="VCAppVerifierTool"
162
240
                        />
163
241
                        <Tool
164
 
                                Name="VCWebDeploymentTool"
 
242
                                Name="VCPostBuildEventTool"
 
243
                        />
 
244
                </Configuration>
 
245
                <Configuration
 
246
                        Name="Release|x64"
 
247
                        OutputDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)"
 
248
                        IntermediateDirectory="$(SolutionDir)\win32\$(ConfigurationName)\$(PlatformName)\obj-$(ProjectName)"
 
249
                        ConfigurationType="1"
 
250
                        CharacterSet="1"
 
251
                        WholeProgramOptimization="1"
 
252
                        >
 
253
                        <Tool
 
254
                                Name="VCPreBuildEventTool"
 
255
                        />
 
256
                        <Tool
 
257
                                Name="VCCustomBuildTool"
 
258
                        />
 
259
                        <Tool
 
260
                                Name="VCXMLDataGeneratorTool"
 
261
                        />
 
262
                        <Tool
 
263
                                Name="VCWebServiceProxyGeneratorTool"
 
264
                        />
 
265
                        <Tool
 
266
                                Name="VCMIDLTool"
 
267
                                TargetEnvironment="3"
 
268
                        />
 
269
                        <Tool
 
270
                                Name="VCCLCompilerTool"
 
271
                                AdditionalIncludeDirectories=".;..\win32;..\caca"
 
272
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
273
                                RuntimeLibrary="2"
 
274
                                UsePrecompiledHeader="0"
 
275
                                WarningLevel="3"
 
276
                                DebugInformationFormat="3"
 
277
                        />
 
278
                        <Tool
 
279
                                Name="VCManagedResourceCompilerTool"
 
280
                        />
 
281
                        <Tool
 
282
                                Name="VCResourceCompilerTool"
 
283
                        />
 
284
                        <Tool
 
285
                                Name="VCPreLinkEventTool"
 
286
                        />
 
287
                        <Tool
 
288
                                Name="VCLinkerTool"
 
289
                                LinkIncremental="1"
 
290
                                GenerateDebugInformation="true"
 
291
                                SubSystem="1"
 
292
                                OptimizeReferences="2"
 
293
                                EnableCOMDATFolding="2"
 
294
                                RandomizedBaseAddress="1"
 
295
                                DataExecutionPrevention="0"
 
296
                                TargetMachine="17"
 
297
                        />
 
298
                        <Tool
 
299
                                Name="VCALinkTool"
 
300
                        />
 
301
                        <Tool
 
302
                                Name="VCManifestTool"
 
303
                        />
 
304
                        <Tool
 
305
                                Name="VCXDCMakeTool"
 
306
                        />
 
307
                        <Tool
 
308
                                Name="VCBscMakeTool"
 
309
                        />
 
310
                        <Tool
 
311
                                Name="VCFxCopTool"
 
312
                        />
 
313
                        <Tool
 
314
                                Name="VCAppVerifierTool"
165
315
                        />
166
316
                        <Tool
167
317
                                Name="VCPostBuildEventTool"
172
322
        </References>
173
323
        <Files>
174
324
                <File
 
325
                        RelativePath="..\win32\config.h"
 
326
                        >
 
327
                </File>
 
328
                <File
175
329
                        RelativePath="cxxtest.cpp"
176
330
                        >
177
331
                </File>