source: libcaca/trunk/cxx/libcaca++.vcproj @ 2898

Last change on this file since 2898 was 2898, checked in by Sam Hocevar, 15 years ago

Reorganise MSVC files so that each project is with its source code.

File size: 3.8 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="{5AAFB727-094F-4104-A765-A94B32497C7D}"
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;..\caca"
42                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA_PP__"
43                                MinimalRebuild="true"
44                                BasicRuntimeChecks="3"
45                                RuntimeLibrary="3"
46                                WarningLevel="3"
47                                Detect64BitPortabilityProblems="true"
48                                DebugInformationFormat="4"
49                                CompileAs="2"
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="2"
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;..\caca"
118                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA_PP__"
119                                RuntimeLibrary="2"
120                                WarningLevel="3"
121                                Detect64BitPortabilityProblems="true"
122                                DebugInformationFormat="3"
123                                CompileAs="2"
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="Header Files"
174                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
175                        >
176                        <File
177                                RelativePath="caca++.h"
178                                >
179                        </File>
180                        <File
181                                RelativePath="..\msvc\config.h"
182                                >
183                        </File>
184                </Filter>
185                <File
186                        RelativePath="caca++.cpp"
187                        >
188                </File>
189                <File
190                        RelativePath=".\libcaca++.def"
191                        >
192                </File>
193        </Files>
194        <Globals>
195        </Globals>
196</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.