source: libcaca/trunk/src/cacademo.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: 4.1 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="cacademo"
6        ProjectGUID="{EE082122-5ECD-4DB4-93C7-145392074F8B}"
7        RootNamespace="cacademo"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="Debug"
21                        IntermediateDirectory="Debug"
22                        ConfigurationType="1"
23                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
24                        CharacterSet="2"
25                        >
26                        <Tool
27                                Name="VCPreBuildEventTool"
28                        />
29                        <Tool
30                                Name="VCCustomBuildTool"
31                        />
32                        <Tool
33                                Name="VCXMLDataGeneratorTool"
34                        />
35                        <Tool
36                                Name="VCWebServiceProxyGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCMIDLTool"
40                        />
41                        <Tool
42                                Name="VCCLCompilerTool"
43                                Optimization="0"
44                                AdditionalIncludeDirectories="..\msvc;..\caca"
45                                PreprocessorDefinitions="LIBCACA=1"
46                                MinimalRebuild="true"
47                                BasicRuntimeChecks="3"
48                                RuntimeLibrary="1"
49                                UsePrecompiledHeader="0"
50                                WarningLevel="3"
51                                Detect64BitPortabilityProblems="true"
52                                DebugInformationFormat="4"
53                                CompileAs="1"
54                                DisableSpecificWarnings="4996;4142"
55                        />
56                        <Tool
57                                Name="VCManagedResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCResourceCompilerTool"
61                        />
62                        <Tool
63                                Name="VCPreLinkEventTool"
64                        />
65                        <Tool
66                                Name="VCLinkerTool"
67                                OutputFile="$(OutDir)/cacademo.exe"
68                                LinkIncremental="2"
69                                AdditionalLibraryDirectories="&quot;C:\Program Files\Microsoft Platform SDK\Lib&quot;"
70                                GenerateDebugInformation="true"
71                                ProgramDatabaseFile="$(OutDir)/cacademo.pdb"
72                                SubSystem="1"
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="VCWebDeploymentTool"
95                        />
96                        <Tool
97                                Name="VCPostBuildEventTool"
98                        />
99                </Configuration>
100                <Configuration
101                        Name="Release|Win32"
102                        OutputDirectory="Release"
103                        IntermediateDirectory="Release"
104                        ConfigurationType="1"
105                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
106                        CharacterSet="2"
107                        >
108                        <Tool
109                                Name="VCPreBuildEventTool"
110                        />
111                        <Tool
112                                Name="VCCustomBuildTool"
113                        />
114                        <Tool
115                                Name="VCXMLDataGeneratorTool"
116                        />
117                        <Tool
118                                Name="VCWebServiceProxyGeneratorTool"
119                        />
120                        <Tool
121                                Name="VCMIDLTool"
122                        />
123                        <Tool
124                                Name="VCCLCompilerTool"
125                                Optimization="2"
126                                InlineFunctionExpansion="1"
127                                OmitFramePointers="true"
128                                AdditionalIncludeDirectories="..\msvc;..\caca"
129                                PreprocessorDefinitions="LIBCACA=1"
130                                StringPooling="true"
131                                RuntimeLibrary="0"
132                                EnableFunctionLevelLinking="true"
133                                UsePrecompiledHeader="0"
134                                WarningLevel="3"
135                                Detect64BitPortabilityProblems="true"
136                                DebugInformationFormat="3"
137                                CompileAs="1"
138                                DisableSpecificWarnings="4996;4142"
139                        />
140                        <Tool
141                                Name="VCManagedResourceCompilerTool"
142                        />
143                        <Tool
144                                Name="VCResourceCompilerTool"
145                        />
146                        <Tool
147                                Name="VCPreLinkEventTool"
148                        />
149                        <Tool
150                                Name="VCLinkerTool"
151                                OutputFile="$(OutDir)/cacademo.exe"
152                                LinkIncremental="1"
153                                GenerateDebugInformation="true"
154                                SubSystem="1"
155                                OptimizeReferences="2"
156                                EnableCOMDATFolding="2"
157                                TargetMachine="1"
158                        />
159                        <Tool
160                                Name="VCALinkTool"
161                        />
162                        <Tool
163                                Name="VCManifestTool"
164                        />
165                        <Tool
166                                Name="VCXDCMakeTool"
167                        />
168                        <Tool
169                                Name="VCBscMakeTool"
170                        />
171                        <Tool
172                                Name="VCFxCopTool"
173                        />
174                        <Tool
175                                Name="VCAppVerifierTool"
176                        />
177                        <Tool
178                                Name="VCWebDeploymentTool"
179                        />
180                        <Tool
181                                Name="VCPostBuildEventTool"
182                        />
183                </Configuration>
184        </Configurations>
185        <References>
186        </References>
187        <Files>
188                <Filter
189                        Name="Header Files"
190                        >
191                        <File
192                                RelativePath="..\msvc\config.h"
193                                >
194                        </File>
195                </Filter>
196                <File
197                        RelativePath="cacademo.c"
198                        >
199                </File>
200        </Files>
201        <Globals>
202        </Globals>
203</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.