source: libcaca/trunk/msvc/cacaview.vcproj @ 2824

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

Continuing the libcucul-libcaca merge.

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="..\src;..\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="..\src;..\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        </References>
182        <Files>
183                <Filter
184                        Name="Source Files"
185                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
186                        >
187                        <File
188                                RelativePath="..\src\cacaview.c"
189                                >
190                        </File>
191                </Filter>
192                <Filter
193                        Name="Header Files"
194                        Filter="h;hpp;hxx;hm;inl;inc"
195                        >
196                </Filter>
197                <Filter
198                        Name="Resource Files"
199                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
200                        >
201                </Filter>
202        </Files>
203        <Globals>
204        </Globals>
205</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.