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