source: libcaca/trunk/cxx/test-cxx.vcproj @ 3452

Revision 3452, 6.7 KB checked in by sam, 4 years ago (diff)

Fixed libcaca and the Visual Studio solution so that it works
on Win64, including the .NET projects.

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="test-cxx"
6        ProjectGUID="{F2530E59-7ADB-4D3C-8873-6D110788B8F7}"
7        RootNamespace="testcxx"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="131072"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15                <Platform
16                        Name="x64"
17                />
18        </Platforms>
19        <ToolFiles>
20        </ToolFiles>
21        <Configurations>
22                <Configuration
23                        Name="Debug|Win32"
24                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
25                        IntermediateDirectory="$(ConfigurationName)"
26                        ConfigurationType="1"
27                        CharacterSet="1"
28                        >
29                        <Tool
30                                Name="VCPreBuildEventTool"
31                        />
32                        <Tool
33                                Name="VCCustomBuildTool"
34                        />
35                        <Tool
36                                Name="VCXMLDataGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCWebServiceProxyGeneratorTool"
40                        />
41                        <Tool
42                                Name="VCMIDLTool"
43                        />
44                        <Tool
45                                Name="VCCLCompilerTool"
46                                Optimization="0"
47                                AdditionalIncludeDirectories=".;..\win32;..\caca"
48                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
49                                MinimalRebuild="true"
50                                BasicRuntimeChecks="3"
51                                RuntimeLibrary="3"
52                                UsePrecompiledHeader="0"
53                                WarningLevel="3"
54                                Detect64BitPortabilityProblems="true"
55                                DebugInformationFormat="4"
56                        />
57                        <Tool
58                                Name="VCManagedResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCResourceCompilerTool"
62                        />
63                        <Tool
64                                Name="VCPreLinkEventTool"
65                        />
66                        <Tool
67                                Name="VCLinkerTool"
68                                LinkIncremental="2"
69                                GenerateDebugInformation="true"
70                                SubSystem="1"
71                                RandomizedBaseAddress="1"
72                                DataExecutionPrevention="0"
73                                TargetMachine="1"
74                        />
75                        <Tool
76                                Name="VCALinkTool"
77                        />
78                        <Tool
79                                Name="VCManifestTool"
80                        />
81                        <Tool
82                                Name="VCXDCMakeTool"
83                        />
84                        <Tool
85                                Name="VCBscMakeTool"
86                        />
87                        <Tool
88                                Name="VCFxCopTool"
89                        />
90                        <Tool
91                                Name="VCAppVerifierTool"
92                        />
93                        <Tool
94                                Name="VCPostBuildEventTool"
95                        />
96                </Configuration>
97                <Configuration
98                        Name="Release|Win32"
99                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
100                        IntermediateDirectory="$(ConfigurationName)"
101                        ConfigurationType="1"
102                        CharacterSet="1"
103                        WholeProgramOptimization="1"
104                        >
105                        <Tool
106                                Name="VCPreBuildEventTool"
107                        />
108                        <Tool
109                                Name="VCCustomBuildTool"
110                        />
111                        <Tool
112                                Name="VCXMLDataGeneratorTool"
113                        />
114                        <Tool
115                                Name="VCWebServiceProxyGeneratorTool"
116                        />
117                        <Tool
118                                Name="VCMIDLTool"
119                        />
120                        <Tool
121                                Name="VCCLCompilerTool"
122                                AdditionalIncludeDirectories=".;..\win32;..\caca"
123                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
124                                RuntimeLibrary="2"
125                                UsePrecompiledHeader="0"
126                                WarningLevel="3"
127                                Detect64BitPortabilityProblems="true"
128                                DebugInformationFormat="3"
129                        />
130                        <Tool
131                                Name="VCManagedResourceCompilerTool"
132                        />
133                        <Tool
134                                Name="VCResourceCompilerTool"
135                        />
136                        <Tool
137                                Name="VCPreLinkEventTool"
138                        />
139                        <Tool
140                                Name="VCLinkerTool"
141                                LinkIncremental="1"
142                                GenerateDebugInformation="true"
143                                SubSystem="1"
144                                OptimizeReferences="2"
145                                EnableCOMDATFolding="2"
146                                RandomizedBaseAddress="1"
147                                DataExecutionPrevention="0"
148                                TargetMachine="1"
149                        />
150                        <Tool
151                                Name="VCALinkTool"
152                        />
153                        <Tool
154                                Name="VCManifestTool"
155                        />
156                        <Tool
157                                Name="VCXDCMakeTool"
158                        />
159                        <Tool
160                                Name="VCBscMakeTool"
161                        />
162                        <Tool
163                                Name="VCFxCopTool"
164                        />
165                        <Tool
166                                Name="VCAppVerifierTool"
167                        />
168                        <Tool
169                                Name="VCPostBuildEventTool"
170                        />
171                </Configuration>
172                <Configuration
173                        Name="Debug|x64"
174                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
175                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
176                        ConfigurationType="1"
177                        CharacterSet="1"
178                        >
179                        <Tool
180                                Name="VCPreBuildEventTool"
181                        />
182                        <Tool
183                                Name="VCCustomBuildTool"
184                        />
185                        <Tool
186                                Name="VCXMLDataGeneratorTool"
187                        />
188                        <Tool
189                                Name="VCWebServiceProxyGeneratorTool"
190                        />
191                        <Tool
192                                Name="VCMIDLTool"
193                                TargetEnvironment="3"
194                        />
195                        <Tool
196                                Name="VCCLCompilerTool"
197                                Optimization="0"
198                                AdditionalIncludeDirectories=".;..\win32;..\caca"
199                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
200                                MinimalRebuild="true"
201                                BasicRuntimeChecks="3"
202                                RuntimeLibrary="3"
203                                UsePrecompiledHeader="0"
204                                WarningLevel="3"
205                                Detect64BitPortabilityProblems="true"
206                                DebugInformationFormat="3"
207                        />
208                        <Tool
209                                Name="VCManagedResourceCompilerTool"
210                        />
211                        <Tool
212                                Name="VCResourceCompilerTool"
213                        />
214                        <Tool
215                                Name="VCPreLinkEventTool"
216                        />
217                        <Tool
218                                Name="VCLinkerTool"
219                                LinkIncremental="2"
220                                GenerateDebugInformation="true"
221                                SubSystem="1"
222                                RandomizedBaseAddress="1"
223                                DataExecutionPrevention="0"
224                                TargetMachine="17"
225                        />
226                        <Tool
227                                Name="VCALinkTool"
228                        />
229                        <Tool
230                                Name="VCManifestTool"
231                        />
232                        <Tool
233                                Name="VCXDCMakeTool"
234                        />
235                        <Tool
236                                Name="VCBscMakeTool"
237                        />
238                        <Tool
239                                Name="VCFxCopTool"
240                        />
241                        <Tool
242                                Name="VCAppVerifierTool"
243                        />
244                        <Tool
245                                Name="VCPostBuildEventTool"
246                        />
247                </Configuration>
248                <Configuration
249                        Name="Release|x64"
250                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
251                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
252                        ConfigurationType="1"
253                        CharacterSet="1"
254                        WholeProgramOptimization="1"
255                        >
256                        <Tool
257                                Name="VCPreBuildEventTool"
258                        />
259                        <Tool
260                                Name="VCCustomBuildTool"
261                        />
262                        <Tool
263                                Name="VCXMLDataGeneratorTool"
264                        />
265                        <Tool
266                                Name="VCWebServiceProxyGeneratorTool"
267                        />
268                        <Tool
269                                Name="VCMIDLTool"
270                                TargetEnvironment="3"
271                        />
272                        <Tool
273                                Name="VCCLCompilerTool"
274                                AdditionalIncludeDirectories=".;..\win32;..\caca"
275                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
276                                RuntimeLibrary="2"
277                                UsePrecompiledHeader="0"
278                                WarningLevel="3"
279                                Detect64BitPortabilityProblems="true"
280                                DebugInformationFormat="3"
281                        />
282                        <Tool
283                                Name="VCManagedResourceCompilerTool"
284                        />
285                        <Tool
286                                Name="VCResourceCompilerTool"
287                        />
288                        <Tool
289                                Name="VCPreLinkEventTool"
290                        />
291                        <Tool
292                                Name="VCLinkerTool"
293                                LinkIncremental="1"
294                                GenerateDebugInformation="true"
295                                SubSystem="1"
296                                OptimizeReferences="2"
297                                EnableCOMDATFolding="2"
298                                RandomizedBaseAddress="1"
299                                DataExecutionPrevention="0"
300                                TargetMachine="17"
301                        />
302                        <Tool
303                                Name="VCALinkTool"
304                        />
305                        <Tool
306                                Name="VCManifestTool"
307                        />
308                        <Tool
309                                Name="VCXDCMakeTool"
310                        />
311                        <Tool
312                                Name="VCBscMakeTool"
313                        />
314                        <Tool
315                                Name="VCFxCopTool"
316                        />
317                        <Tool
318                                Name="VCAppVerifierTool"
319                        />
320                        <Tool
321                                Name="VCPostBuildEventTool"
322                        />
323                </Configuration>
324        </Configurations>
325        <References>
326        </References>
327        <Files>
328                <File
329                        RelativePath="cxxtest.cpp"
330                        >
331                </File>
332        </Files>
333        <Globals>
334        </Globals>
335</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.