~ubuntu-branches/ubuntu/raring/libcaca/raring

« back to all changes in this revision

Viewing changes to msvc/cacaball.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2007-11-25 19:08:40 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071125190840-3r4k9nkxsyo7m3ck
Tags: 0.99.beta13b-1
* New upstream release.

* debian/control:
  + Do not build-depend on the whole texlive suite, but on more fine-grained
    packages. Thanks to Norbert Preining for the hints (latex -recorder, then
    inspect the .fls file).
* Ship libcaca++, libcucul++ and their development files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="Windows-1252"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="8,00"
5
 
        Name="cacaball"
6
 
        ProjectGUID="{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}"
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;&quot;D:\code\libcaca-trunk\caca&quot;;&quot;D:\code\libcaca-trunk\cucul&quot;;&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)/cacaball.exe"
65
 
                                LinkIncremental="2"
66
 
                                AdditionalLibraryDirectories="&quot;C:\Program Files\Microsoft Platform SDK\Lib&quot;"
67
 
                                GenerateDebugInformation="true"
68
 
                                ProgramDatabaseFile="$(OutDir)/cacaball.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)/cacaball.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\cacaball.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>