source: libcaca/trunk/src/cacafire.vcproj @ 3428

Revision 3428, 4.3 KB checked in by sam, 4 years ago (diff)

Update msdev files to 9.0 (Visual Studio 2008). If anyone wants to
play with the Windows port, there is a 90-day evaluation version
available for free on the Microsoft website.

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="cacafire"
6        ProjectGUID="{F25D1237-9ED8-4343-B958-308C95FE392F}"
7        RootNamespace="cacafire"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="131072"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15        </Platforms>
16        <ToolFiles>
17        </ToolFiles>
18        <Configurations>
19                <Configuration
20                        Name="Debug|Win32"
21                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22                        IntermediateDirectory="$(ConfigurationName)"
23                        ConfigurationType="1"
24                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
25                        CharacterSet="2"
26                        >
27                        <Tool
28                                Name="VCPreBuildEventTool"
29                        />
30                        <Tool
31                                Name="VCCustomBuildTool"
32                        />
33                        <Tool
34                                Name="VCXMLDataGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCWebServiceProxyGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCMIDLTool"
41                        />
42                        <Tool
43                                Name="VCCLCompilerTool"
44                                Optimization="0"
45                                AdditionalIncludeDirectories="..\win32;..\caca"
46                                PreprocessorDefinitions="LIBCACA=1"
47                                MinimalRebuild="true"
48                                BasicRuntimeChecks="3"
49                                RuntimeLibrary="1"
50                                UsePrecompiledHeader="0"
51                                WarningLevel="3"
52                                Detect64BitPortabilityProblems="true"
53                                DebugInformationFormat="4"
54                                CompileAs="1"
55                                DisableSpecificWarnings="4996;4142"
56                        />
57                        <Tool
58                                Name="VCManagedResourceCompilerTool"
59                        />
60                        <Tool
61                                Name="VCResourceCompilerTool"
62                        />
63                        <Tool
64                                Name="VCPreLinkEventTool"
65                        />
66                        <Tool
67                                Name="VCLinkerTool"
68                                OutputFile="$(OutDir)/cacafire.exe"
69                                LinkIncremental="2"
70                                AdditionalLibraryDirectories="&quot;C:\Program Files\Microsoft Platform SDK\Lib&quot;"
71                                GenerateDebugInformation="true"
72                                ProgramDatabaseFile="$(OutDir)/cacafire.pdb"
73                                SubSystem="1"
74                                RandomizedBaseAddress="1"
75                                DataExecutionPrevention="0"
76                                TargetMachine="1"
77                        />
78                        <Tool
79                                Name="VCALinkTool"
80                        />
81                        <Tool
82                                Name="VCManifestTool"
83                        />
84                        <Tool
85                                Name="VCXDCMakeTool"
86                        />
87                        <Tool
88                                Name="VCBscMakeTool"
89                        />
90                        <Tool
91                                Name="VCFxCopTool"
92                        />
93                        <Tool
94                                Name="VCAppVerifierTool"
95                        />
96                        <Tool
97                                Name="VCPostBuildEventTool"
98                        />
99                </Configuration>
100                <Configuration
101                        Name="Release|Win32"
102                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
103                        IntermediateDirectory="$(ConfigurationName)"
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="..\win32;..\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)/cacafire.exe"
152                                LinkIncremental="1"
153                                GenerateDebugInformation="true"
154                                SubSystem="1"
155                                OptimizeReferences="2"
156                                EnableCOMDATFolding="2"
157                                RandomizedBaseAddress="1"
158                                DataExecutionPrevention="0"
159                                TargetMachine="1"
160                        />
161                        <Tool
162                                Name="VCALinkTool"
163                        />
164                        <Tool
165                                Name="VCManifestTool"
166                        />
167                        <Tool
168                                Name="VCXDCMakeTool"
169                        />
170                        <Tool
171                                Name="VCBscMakeTool"
172                        />
173                        <Tool
174                                Name="VCFxCopTool"
175                        />
176                        <Tool
177                                Name="VCAppVerifierTool"
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="..\win32\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.