source: libcaca/trunk/msvc/libcaca.vcproj @ 2041

Last change on this file since 2041 was 2041, checked in by Sam Hocevar, 16 years ago
  • Ignore annoying VC++ warnings (use of strdup instead of _strdup even in C mode, "benign redefinition" of macros...).
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="libcaca"
6        ProjectGUID="{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}"
7        >
8        <Platforms>
9                <Platform
10                        Name="Win32"
11                />
12        </Platforms>
13        <ToolFiles>
14        </ToolFiles>
15        <Configurations>
16                <Configuration
17                        Name="Debug|Win32"
18                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
19                        IntermediateDirectory="$(ConfigurationName)"
20                        ConfigurationType="2"
21                        CharacterSet="2"
22                        >
23                        <Tool
24                                Name="VCPreBuildEventTool"
25                        />
26                        <Tool
27                                Name="VCCustomBuildTool"
28                        />
29                        <Tool
30                                Name="VCXMLDataGeneratorTool"
31                        />
32                        <Tool
33                                Name="VCWebServiceProxyGeneratorTool"
34                        />
35                        <Tool
36                                Name="VCMIDLTool"
37                        />
38                        <Tool
39                                Name="VCCLCompilerTool"
40                                Optimization="0"
41                                AdditionalIncludeDirectories="..\msvc;..\cucul"
42                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__"
43                                MinimalRebuild="true"
44                                BasicRuntimeChecks="3"
45                                RuntimeLibrary="3"
46                                WarningLevel="3"
47                                Detect64BitPortabilityProblems="true"
48                                DebugInformationFormat="4"
49                                CompileAs="1"
50                                DisableSpecificWarnings="4996;4142"
51                        />
52                        <Tool
53                                Name="VCManagedResourceCompilerTool"
54                        />
55                        <Tool
56                                Name="VCResourceCompilerTool"
57                        />
58                        <Tool
59                                Name="VCPreLinkEventTool"
60                        />
61                        <Tool
62                                Name="VCLinkerTool"
63                                ModuleDefinitionFile=".\libcaca.def"
64                                GenerateDebugInformation="true"
65                                TargetMachine="1"
66                        />
67                        <Tool
68                                Name="VCALinkTool"
69                        />
70                        <Tool
71                                Name="VCManifestTool"
72                        />
73                        <Tool
74                                Name="VCXDCMakeTool"
75                        />
76                        <Tool
77                                Name="VCBscMakeTool"
78                        />
79                        <Tool
80                                Name="VCFxCopTool"
81                        />
82                        <Tool
83                                Name="VCAppVerifierTool"
84                        />
85                        <Tool
86                                Name="VCWebDeploymentTool"
87                        />
88                        <Tool
89                                Name="VCPostBuildEventTool"
90                        />
91                </Configuration>
92                <Configuration
93                        Name="Release|Win32"
94                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
95                        IntermediateDirectory="$(ConfigurationName)"
96                        ConfigurationType="1"
97                        CharacterSet="2"
98                        WholeProgramOptimization="1"
99                        >
100                        <Tool
101                                Name="VCPreBuildEventTool"
102                        />
103                        <Tool
104                                Name="VCCustomBuildTool"
105                        />
106                        <Tool
107                                Name="VCXMLDataGeneratorTool"
108                        />
109                        <Tool
110                                Name="VCWebServiceProxyGeneratorTool"
111                        />
112                        <Tool
113                                Name="VCMIDLTool"
114                        />
115                        <Tool
116                                Name="VCCLCompilerTool"
117                                AdditionalIncludeDirectories="..\msvc;..\cucul"
118                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__"
119                                RuntimeLibrary="2"
120                                WarningLevel="3"
121                                Detect64BitPortabilityProblems="true"
122                                DebugInformationFormat="3"
123                                CompileAs="1"
124                                DisableSpecificWarnings="4996;4142"
125                        />
126                        <Tool
127                                Name="VCManagedResourceCompilerTool"
128                        />
129                        <Tool
130                                Name="VCResourceCompilerTool"
131                        />
132                        <Tool
133                                Name="VCPreLinkEventTool"
134                        />
135                        <Tool
136                                Name="VCLinkerTool"
137                                ModuleDefinitionFile=".\libcaca.def"
138                                GenerateDebugInformation="true"
139                                OptimizeReferences="2"
140                                EnableCOMDATFolding="2"
141                                TargetMachine="1"
142                        />
143                        <Tool
144                                Name="VCALinkTool"
145                        />
146                        <Tool
147                                Name="VCManifestTool"
148                        />
149                        <Tool
150                                Name="VCXDCMakeTool"
151                        />
152                        <Tool
153                                Name="VCBscMakeTool"
154                        />
155                        <Tool
156                                Name="VCFxCopTool"
157                        />
158                        <Tool
159                                Name="VCAppVerifierTool"
160                        />
161                        <Tool
162                                Name="VCWebDeploymentTool"
163                        />
164                        <Tool
165                                Name="VCPostBuildEventTool"
166                        />
167                </Configuration>
168        </Configurations>
169        <References>
170        </References>
171        <Files>
172                <Filter
173                        Name="Source Files"
174                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
175                        >
176                        <File
177                                RelativePath="..\caca\caca.c"
178                                >
179                        </File>
180                        <File
181                                RelativePath="..\caca\driver_conio.c"
182                                >
183                        </File>
184                        <File
185                                RelativePath="..\caca\driver_gl.c"
186                                >
187                        </File>
188                        <File
189                                RelativePath="..\caca\driver_ncurses.c"
190                                >
191                        </File>
192                        <File
193                                RelativePath="..\caca\driver_raw.c"
194                                >
195                        </File>
196                        <File
197                                RelativePath="..\caca\driver_slang.c"
198                                >
199                        </File>
200                        <File
201                                RelativePath="..\caca\driver_vga.c"
202                                >
203                        </File>
204                        <File
205                                RelativePath="..\caca\driver_win32.c"
206                                >
207                        </File>
208                        <File
209                                RelativePath="..\caca\driver_x11.c"
210                                >
211                        </File>
212                        <File
213                                RelativePath="..\caca\event.c"
214                                >
215                        </File>
216                        <File
217                                RelativePath="..\caca\graphics.c"
218                                >
219                        </File>
220                        <File
221                                RelativePath=".\libcaca.def"
222                                >
223                        </File>
224                        <File
225                                RelativePath="..\caca\time.c"
226                                >
227                        </File>
228                </Filter>
229                <Filter
230                        Name="Header Files"
231                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
232                        >
233                        <File
234                                RelativePath="..\caca\caca.h"
235                                >
236                        </File>
237                        <File
238                                RelativePath="..\caca\caca_internals.h"
239                                >
240                        </File>
241                        <File
242                                RelativePath=".\config.h"
243                                >
244                        </File>
245                </Filter>
246        </Files>
247        <Globals>
248        </Globals>
249</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.