~vorlon/ubuntu/oneiric/lcms/multiarch

« back to all changes in this revision

Viewing changes to Projects/VC2005/icc2ps.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Oleksandr Moskalenko
  • Date: 2007-04-12 16:48:49 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070412164849-a5h7vxb1bzjdqg1t
Tags: 1.16-3
Revert liblcms1-dev file location from /usr/include/liblcms1 to
/usr/include before people start complaining about FTBFS bugs in other
packages. Temporarily remove python-liblcms to avoid NEW queue.

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="icc2ps"
 
6
        ProjectGUID="{F531CA31-233E-4BEB-AF11-75537F42AC5D}"
 
7
        >
 
8
        <Platforms>
 
9
                <Platform
 
10
                        Name="Win32"
 
11
                />
 
12
        </Platforms>
 
13
        <ToolFiles>
 
14
        </ToolFiles>
 
15
        <Configurations>
 
16
                <Configuration
 
17
                        Name="Release|Win32"
 
18
                        OutputDirectory="."
 
19
                        IntermediateDirectory=".\icc2psRelease"
 
20
                        ConfigurationType="1"
 
21
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
22
                        UseOfMFC="0"
 
23
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
24
                        CharacterSet="2"
 
25
                        >
 
26
                        <Tool
 
27
                                Name="VCPreBuildEventTool"
 
28
                        />
 
29
                        <Tool
 
30
                                Name="VCCustomBuildTool"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCXMLDataGeneratorTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCWebServiceProxyGeneratorTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCMIDLTool"
 
40
                                TypeLibraryName="./icc2ps.tlb"
 
41
                        />
 
42
                        <Tool
 
43
                                Name="VCCLCompilerTool"
 
44
                                InlineFunctionExpansion="1"
 
45
                                AdditionalIncludeDirectories="..\..\include"
 
46
                                PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
 
47
                                StringPooling="true"
 
48
                                RuntimeLibrary="0"
 
49
                                EnableFunctionLevelLinking="true"
 
50
                                UsePrecompiledHeader="0"
 
51
                                PrecompiledHeaderFile=".\icc2psRelease/icc2ps.pch"
 
52
                                AssemblerListingLocation=".\icc2psRelease/"
 
53
                                ObjectFile=".\icc2psRelease/"
 
54
                                ProgramDataBaseFileName=".\icc2psRelease/"
 
55
                                WarningLevel="3"
 
56
                                SuppressStartupBanner="true"
 
57
                                CompileAs="0"
 
58
                        />
 
59
                        <Tool
 
60
                                Name="VCManagedResourceCompilerTool"
 
61
                        />
 
62
                        <Tool
 
63
                                Name="VCResourceCompilerTool"
 
64
                                PreprocessorDefinitions="NDEBUG"
 
65
                                Culture="3082"
 
66
                        />
 
67
                        <Tool
 
68
                                Name="VCPreLinkEventTool"
 
69
                        />
 
70
                        <Tool
 
71
                                Name="VCLinkerTool"
 
72
                                AdditionalOptions="/MACHINE:I386"
 
73
                                OutputFile="..\..\bin\icc2ps.exe"
 
74
                                LinkIncremental="1"
 
75
                                SuppressStartupBanner="true"
 
76
                                ProgramDatabaseFile="./icc2ps.pdb"
 
77
                                SubSystem="1"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCALinkTool"
 
81
                        />
 
82
                        <Tool
 
83
                                Name="VCManifestTool"
 
84
                        />
 
85
                        <Tool
 
86
                                Name="VCXDCMakeTool"
 
87
                        />
 
88
                        <Tool
 
89
                                Name="VCBscMakeTool"
 
90
                        />
 
91
                        <Tool
 
92
                                Name="VCFxCopTool"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCAppVerifierTool"
 
96
                        />
 
97
                        <Tool
 
98
                                Name="VCWebDeploymentTool"
 
99
                        />
 
100
                        <Tool
 
101
                                Name="VCPostBuildEventTool"
 
102
                        />
 
103
                </Configuration>
 
104
                <Configuration
 
105
                        Name="Debug|Win32"
 
106
                        OutputDirectory="."
 
107
                        IntermediateDirectory=".\icc2psDebug"
 
108
                        ConfigurationType="1"
 
109
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
110
                        UseOfMFC="0"
 
111
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
112
                        CharacterSet="2"
 
113
                        >
 
114
                        <Tool
 
115
                                Name="VCPreBuildEventTool"
 
116
                        />
 
117
                        <Tool
 
118
                                Name="VCCustomBuildTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCXMLDataGeneratorTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCWebServiceProxyGeneratorTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCMIDLTool"
 
128
                                TypeLibraryName="./icc2ps.tlb"
 
129
                        />
 
130
                        <Tool
 
131
                                Name="VCCLCompilerTool"
 
132
                                Optimization="0"
 
133
                                AdditionalIncludeDirectories="..\..\include"
 
134
                                PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
 
135
                                BasicRuntimeChecks="3"
 
136
                                RuntimeLibrary="1"
 
137
                                UsePrecompiledHeader="0"
 
138
                                PrecompiledHeaderFile=".\icc2psDebug/icc2ps.pch"
 
139
                                AssemblerListingLocation=".\icc2psDebug/"
 
140
                                ObjectFile=".\icc2psDebug/"
 
141
                                ProgramDataBaseFileName=".\icc2psDebug/"
 
142
                                WarningLevel="3"
 
143
                                SuppressStartupBanner="true"
 
144
                                DebugInformationFormat="4"
 
145
                                CompileAs="0"
 
146
                        />
 
147
                        <Tool
 
148
                                Name="VCManagedResourceCompilerTool"
 
149
                        />
 
150
                        <Tool
 
151
                                Name="VCResourceCompilerTool"
 
152
                                PreprocessorDefinitions="_DEBUG"
 
153
                                Culture="3082"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCPreLinkEventTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCLinkerTool"
 
160
                                AdditionalOptions="/MACHINE:I386"
 
161
                                OutputFile="..\..\bin\icc2ps.exe"
 
162
                                LinkIncremental="2"
 
163
                                SuppressStartupBanner="true"
 
164
                                GenerateDebugInformation="true"
 
165
                                ProgramDatabaseFile="./icc2ps.pdb"
 
166
                                SubSystem="1"
 
167
                        />
 
168
                        <Tool
 
169
                                Name="VCALinkTool"
 
170
                        />
 
171
                        <Tool
 
172
                                Name="VCManifestTool"
 
173
                        />
 
174
                        <Tool
 
175
                                Name="VCXDCMakeTool"
 
176
                        />
 
177
                        <Tool
 
178
                                Name="VCBscMakeTool"
 
179
                        />
 
180
                        <Tool
 
181
                                Name="VCFxCopTool"
 
182
                        />
 
183
                        <Tool
 
184
                                Name="VCAppVerifierTool"
 
185
                        />
 
186
                        <Tool
 
187
                                Name="VCWebDeploymentTool"
 
188
                        />
 
189
                        <Tool
 
190
                                Name="VCPostBuildEventTool"
 
191
                        />
 
192
                </Configuration>
 
193
        </Configurations>
 
194
        <References>
 
195
        </References>
 
196
        <Files>
 
197
                <Filter
 
198
                        Name="Source Files"
 
199
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
 
200
                        >
 
201
                        <File
 
202
                                RelativePath="..\..\samples\icc2ps.c"
 
203
                                >
 
204
                        </File>
 
205
                        <File
 
206
                                RelativePath="..\..\samples\xgetopt.c"
 
207
                                >
 
208
                        </File>
 
209
                </Filter>
 
210
                <Filter
 
211
                        Name="Header Files"
 
212
                        Filter="h;hpp;hxx;hm;inl"
 
213
                        >
 
214
                </Filter>
 
215
                <Filter
 
216
                        Name="Resource Files"
 
217
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
 
218
                        >
 
219
                </Filter>
 
220
        </Files>
 
221
        <Globals>
 
222
        </Globals>
 
223
</VisualStudioProject>