Initial revision
[openjpeg.git] / jpwl / encoder / jpwlenc / image_to_j2k.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="image_to_j2k"
6         ProjectGUID="{F67C0B66-E4AD-42E6-8D70-CF7F00BB31BE}"
7         SccProjectName=""
8         SccLocalPath="">
9         <Platforms>
10                 <Platform
11                         Name="Win32"/>
12         </Platforms>
13         <Configurations>
14                 <Configuration
15                         Name="Debug|Win32"
16                         OutputDirectory=".\Debug"
17                         IntermediateDirectory=".\Debug"
18                         ConfigurationType="1"
19                         UseOfMFC="0"
20                         ATLMinimizesCRunTimeLibraryUsage="FALSE"
21                         CharacterSet="2">
22                         <Tool
23                                 Name="VCCLCompilerTool"
24                                 Optimization="0"
25                                 AdditionalIncludeDirectories="../libopenjpeg"
26                                 PreprocessorDefinitions="_DEBUG,DONT_HAVE_GETOPT,WIN32,_CONSOLE"
27                                 BasicRuntimeChecks="3"
28                                 RuntimeLibrary="5"
29                                 UsePrecompiledHeader="2"
30                                 PrecompiledHeaderFile=".\Debug/image_to_j2k.pch"
31                                 AssemblerListingLocation=".\Debug/"
32                                 ObjectFile=".\Debug/"
33                                 ProgramDataBaseFileName=".\Debug/"
34                                 BrowseInformation="1"
35                                 WarningLevel="3"
36                                 SuppressStartupBanner="TRUE"
37                                 DebugInformationFormat="4"
38                                 CompileAs="0"/>
39                         <Tool
40                                 Name="VCCustomBuildTool"/>
41                         <Tool
42                                 Name="VCLinkerTool"
43                                 AdditionalOptions="/MACHINE:I386"
44                                 AdditionalDependencies="odbc32.lib odbccp32.lib"
45                                 OutputFile=".\Debug/image_to_j2k.exe"
46                                 LinkIncremental="2"
47                                 SuppressStartupBanner="TRUE"
48                                 GenerateDebugInformation="TRUE"
49                                 ProgramDatabaseFile=".\Debug/image_to_j2k.pdb"
50                                 SubSystem="1"/>
51                         <Tool
52                                 Name="VCMIDLTool"
53                                 TypeLibraryName=".\Debug/image_to_j2k.tlb"/>
54                         <Tool
55                                 Name="VCPostBuildEventTool"/>
56                         <Tool
57                                 Name="VCPreBuildEventTool"/>
58                         <Tool
59                                 Name="VCPreLinkEventTool"/>
60                         <Tool
61                                 Name="VCResourceCompilerTool"
62                                 PreprocessorDefinitions="_DEBUG"
63                                 Culture="2060"/>
64                         <Tool
65                                 Name="VCWebServiceProxyGeneratorTool"/>
66                         <Tool
67                                 Name="VCXMLDataGeneratorTool"/>
68                         <Tool
69                                 Name="VCWebDeploymentTool"/>
70                         <Tool
71                                 Name="VCManagedWrapperGeneratorTool"/>
72                         <Tool
73                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
74                 </Configuration>
75                 <Configuration
76                         Name="Release|Win32"
77                         OutputDirectory=".\Release"
78                         IntermediateDirectory=".\Release"
79                         ConfigurationType="1"
80                         UseOfMFC="0"
81                         ATLMinimizesCRunTimeLibraryUsage="FALSE"
82                         CharacterSet="2">
83                         <Tool
84                                 Name="VCCLCompilerTool"
85                                 InlineFunctionExpansion="1"
86                                 AdditionalIncludeDirectories="../libopenjpeg"
87                                 PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE,DONT_HAVE_GETOPT"
88                                 StringPooling="TRUE"
89                                 RuntimeLibrary="4"
90                                 EnableFunctionLevelLinking="TRUE"
91                                 UsePrecompiledHeader="2"
92                                 PrecompiledHeaderFile=".\Release/image_to_j2k.pch"
93                                 AssemblerListingLocation=".\Release/"
94                                 ObjectFile=".\Release/"
95                                 ProgramDataBaseFileName=".\Release/"
96                                 WarningLevel="3"
97                                 SuppressStartupBanner="TRUE"
98                                 CompileAs="0"/>
99                         <Tool
100                                 Name="VCCustomBuildTool"/>
101                         <Tool
102                                 Name="VCLinkerTool"
103                                 AdditionalOptions="/MACHINE:I386"
104                                 AdditionalDependencies="odbc32.lib odbccp32.lib"
105                                 OutputFile=".\Release/image_to_j2k.exe"
106                                 LinkIncremental="1"
107                                 SuppressStartupBanner="TRUE"
108                                 ProgramDatabaseFile=".\Release/image_to_j2k.pdb"
109                                 SubSystem="1"/>
110                         <Tool
111                                 Name="VCMIDLTool"
112                                 TypeLibraryName=".\Release/image_to_j2k.tlb"/>
113                         <Tool
114                                 Name="VCPostBuildEventTool"/>
115                         <Tool
116                                 Name="VCPreBuildEventTool"/>
117                         <Tool
118                                 Name="VCPreLinkEventTool"/>
119                         <Tool
120                                 Name="VCResourceCompilerTool"
121                                 PreprocessorDefinitions="NDEBUG"
122                                 Culture="2060"
123                                 AdditionalIncludeDirectories="../libopenjpeg"/>
124                         <Tool
125                                 Name="VCWebServiceProxyGeneratorTool"/>
126                         <Tool
127                                 Name="VCXMLDataGeneratorTool"/>
128                         <Tool
129                                 Name="VCWebDeploymentTool"/>
130                         <Tool
131                                 Name="VCManagedWrapperGeneratorTool"/>
132                         <Tool
133                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
134                 </Configuration>
135         </Configurations>
136         <References>
137         </References>
138         <Files>
139                 <Filter
140                         Name="Source Files"
141                         Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
142                         <File
143                                 RelativePath="..\libopenjpeg\bio.c">
144                         </File>
145                         <File
146                                 RelativePath="..\libopenjpeg\cio.c">
147                         </File>
148                         <File
149                                 RelativePath=".\convert.c">
150                         </File>
151                         <File
152                                 RelativePath="..\libopenjpeg\dwt.c">
153                         </File>
154                         <File
155                                 RelativePath="..\libopenjpeg\fix.c">
156                         </File>
157                         <File
158                                 RelativePath=".\compat\getopt.c">
159                         </File>
160                         <File
161                                 RelativePath=".\image_to_j2k.c">
162                         </File>
163                         <File
164                                 RelativePath="..\libopenjpeg\int.c">
165                         </File>
166                         <File
167                                 RelativePath="..\libopenjpeg\j2k.c">
168                         </File>
169                         <File
170                                 RelativePath="..\libopenjpeg\jp2.c">
171                         </File>
172                         <File
173                                 RelativePath="..\libopenjpeg\jpt.c">
174                         </File>
175                         <File
176                                 RelativePath="..\libopenjpeg\jpw.c">
177                         </File>
178                         <File
179                                 RelativePath="..\libopenjpeg\mct.c">
180                         </File>
181                         <File
182                                 RelativePath="..\libopenjpeg\mqc.c">
183                         </File>
184                         <File
185                                 RelativePath="..\libopenjpeg\pi.c">
186                         </File>
187                         <File
188                                 RelativePath="..\libopenjpeg\raw.c">
189                         </File>
190                         <File
191                                 RelativePath="..\libopenjpeg\rs.c">
192                         </File>
193                         <File
194                                 RelativePath="..\libopenjpeg\t1.c">
195                         </File>
196                         <File
197                                 RelativePath="..\libopenjpeg\t2.c">
198                         </File>
199                         <File
200                                 RelativePath="..\libopenjpeg\tcd.c">
201                         </File>
202                         <File
203                                 RelativePath="..\libopenjpeg\tgt.c">
204                         </File>
205                 </Filter>
206                 <Filter
207                         Name="Header Files"
208                         Filter="h;hpp;hxx;hm;inl">
209                         <File
210                                 RelativePath="..\libopenjpeg\bio.h">
211                         </File>
212                         <File
213                                 RelativePath="..\libopenjpeg\cio.h">
214                         </File>
215                         <File
216                                 RelativePath=".\convert.h">
217                         </File>
218                         <File
219                                 RelativePath="..\libopenjpeg\dwt.h">
220                         </File>
221                         <File
222                                 RelativePath="..\libopenjpeg\fix.h">
223                         </File>
224                         <File
225                                 RelativePath=".\compat\getopt.h">
226                         </File>
227                         <File
228                                 RelativePath="..\libopenjpeg\int.h">
229                         </File>
230                         <File
231                                 RelativePath="..\libopenjpeg\j2k.h">
232                         </File>
233                         <File
234                                 RelativePath="..\libopenjpeg\jp2.h">
235                         </File>
236                         <File
237                                 RelativePath="..\libopenjpeg\jpt.h">
238                         </File>
239                         <File
240                                 RelativePath="..\libopenjpeg\jpw.h">
241                         </File>
242                         <File
243                                 RelativePath="..\libopenjpeg\mct.h">
244                         </File>
245                         <File
246                                 RelativePath="..\libopenjpeg\mqc.h">
247                         </File>
248                         <File
249                                 RelativePath="..\libopenjpeg\openjpeg.h">
250                         </File>
251                         <File
252                                 RelativePath="..\libopenjpeg\pi.h">
253                         </File>
254                         <File
255                                 RelativePath="..\libopenjpeg\raw.h">
256                         </File>
257                         <File
258                                 RelativePath="..\libopenjpeg\rs.h">
259                         </File>
260                         <File
261                                 RelativePath="..\libopenjpeg\t1.h">
262                         </File>
263                         <File
264                                 RelativePath="..\libopenjpeg\t2.h">
265                         </File>
266                         <File
267                                 RelativePath="..\libopenjpeg\tcd.h">
268                         </File>
269                         <File
270                                 RelativePath="..\libopenjpeg\tgt.h">
271                         </File>
272                 </Filter>
273                 <Filter
274                         Name="Resource Files"
275                         Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
276                 </Filter>
277         </Files>
278         <Globals>
279         </Globals>
280 </VisualStudioProject>