source: libcaca/trunk/src/cacaview.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.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="cacaview"
6        ProjectGUID="{62E567BD-73B7-4C1E-9919-6423C8A8F72E}"
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;&quot;C:\Program Files\Microsoft Platform SDK\Include&quot;"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="1"
48                                UsePrecompiledHeader="0"
49                                WarningLevel="3"
50                                Detect64BitPortabilityProblems="true"
51                                DebugInformationFormat="4"
52                        />
53                        <Tool
54                                Name="VCManagedResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCPreLinkEventTool"
61                        />
62                        <Tool
63                                Name="VCLinkerTool"
64                                OutputFile="$(OutDir)/cacaview.exe"
65                                LinkIncremental="2"
66                                AdditionalLibraryDirectories="&quot;C:\Program Files\Microsoft Platform SDK\Lib&quot;"
67                                GenerateDebugInformation="true"
68                                ProgramDatabaseFile="$(OutDir)/cacaview.pdb"
69                                SubSystem="1"
70                                TargetMachine="1"
71                        />
72                        <Tool
73                                Name="VCALinkTool"
74                        />
75                        <Tool
76                                Name="VCManifestTool"
77                        />
78                        <Tool
79                                Name="VCXDCMakeTool"
80                        />
81                        <Tool
82                                Name="VCBscMakeTool"
83                        />
84                        <Tool
85                                Name="VCFxCopTool"
86                        />
87                        <Tool
88                                Name="VCAppVerifierTool"
89                        />
90                        <Tool
91                                Name="VCWebDeploymentTool"
92                        />
93                        <Tool
94                                Name="VCPostBuildEventTool"
95                        />
96                </Configuration>
97                <Configuration
98                        Name="Release|Win32"
99                        OutputDirectory="Release"
100                        IntermediateDirectory="Release"
101                        ConfigurationType="1"
102                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
103                        CharacterSet="2"
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                                Optimization="2"
123                                InlineFunctionExpansion="1"
124                                OmitFramePointers="true"
125                                AdditionalIncludeDirectories="..\msvc"
126                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
127                                StringPooling="true"
128                                RuntimeLibrary="0"
129                                EnableFunctionLevelLinking="true"
130                                UsePrecompiledHeader="0"
131                                WarningLevel="3"
132                                Detect64BitPortabilityProblems="true"
133                                DebugInformationFormat="3"
134                        />
135                        <Tool
136                                Name="VCManagedResourceCompilerTool"
137                        />
138                        <Tool
139                                Name="VCResourceCompilerTool"
140                        />
141                        <Tool
142                                Name="VCPreLinkEventTool"
143                        />
144                        <Tool
145                                Name="VCLinkerTool"
146                                OutputFile="$(OutDir)/cacaview.exe"
147                                LinkIncremental="1"
148                                GenerateDebugInformation="true"
149                                SubSystem="1"
150                                OptimizeReferences="2"
151                                EnableCOMDATFolding="2"
152                                TargetMachine="1"
153                        />
154                        <Tool
155                                Name="VCALinkTool"
156                        />
157                        <Tool
158                                Name="VCManifestTool"
159                        />
160                        <Tool
161                                Name="VCXDCMakeTool"
162                        />
163                        <Tool
164                                Name="VCBscMakeTool"
165                        />
166                        <Tool
167                                Name="VCFxCopTool"
168                        />
169                        <Tool
170                                Name="VCAppVerifierTool"
171                        />
172                        <Tool
173                                Name="VCWebDeploymentTool"
174                        />
175                        <Tool
176                                Name="VCPostBuildEventTool"
177                        />
178                </Configuration>
179        </Configurations>
180        <References>
181                <ProjectReference
182                        ReferencedProjectIdentifier="{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}"
183                        RelativePathToProject=".\caca\libcaca.vcproj"
184                />
185        </References>
186        <Files>
187                <Filter
188                        Name="Header Files"
189                        Filter="h;hpp;hxx;hm;inl;inc"
190                        >
191                        <File
192                                RelativePath=".\common-image.h"
193                                >
194                        </File>
195                        <File
196                                RelativePath="..\msvc\config.h"
197                                >
198                        </File>
199                </Filter>
200                <File
201                        RelativePath="cacaview.c"
202                        >
203                </File>
204                <File
205                        RelativePath=".\common-image.c"
206                        >
207                </File>
208        </Files>
209        <Globals>
210        </Globals>
211</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.