~ubuntu-branches/ubuntu/raring/djvulibre/raring

« back to all changes in this revision

Viewing changes to win32/djvulibre/djvutoxml/djvutoxml.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2008-04-07 09:58:58 UTC
  • Revision ID: james.westby@ubuntu.com-20080407095858-pmacpv5w1ua376cn
Tags: 3.5.20-7
* Generate djview transition package (closes: #473341)
* Postscript generation issue (four-color image into cpaldjvu into
  djvups without -mode=bw) seems to be resolved (closes: #278945)
* Remove djvudigital from djvulibre-bin (closes: #461226)
* Rewrite desktop package description (closes: #474689, #474700)

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="9.00"
 
5
        Name="djvutoxml"
 
6
        ProjectGUID="{923CCB70-AF1E-472C-99F9-E0FF1D657186}"
 
7
        RootNamespace="djvutoxml"
 
8
        Keyword="Win32Proj"
 
9
        TargetFrameworkVersion="196613"
 
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="..\tools.vsprops;..\warnings.vsprops;..\dirs.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
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
46
                                MinimalRebuild="true"
 
47
                                BasicRuntimeChecks="3"
 
48
                                RuntimeLibrary="3"
 
49
                                UsePrecompiledHeader="0"
 
50
                                WarningLevel="3"
 
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
                                LinkIncremental="2"
 
65
                                GenerateDebugInformation="true"
 
66
                                SubSystem="1"
 
67
                                TargetMachine="1"
 
68
                        />
 
69
                        <Tool
 
70
                                Name="VCALinkTool"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCManifestTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCXDCMakeTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCBscMakeTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCFxCopTool"
 
83
                        />
 
84
                        <Tool
 
85
                                Name="VCAppVerifierTool"
 
86
                        />
 
87
                        <Tool
 
88
                                Name="VCPostBuildEventTool"
 
89
                        />
 
90
                </Configuration>
 
91
                <Configuration
 
92
                        Name="Release|Win32"
 
93
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
94
                        IntermediateDirectory="$(ConfigurationName)"
 
95
                        ConfigurationType="1"
 
96
                        InheritedPropertySheets="..\tools.vsprops;..\warnings.vsprops;..\dirs.vsprops"
 
97
                        CharacterSet="2"
 
98
                        WholeProgramOptimization="1"
 
99
                        >
 
100
                        <Tool
 
101
                                Name="VCPreBuildEventTool"
 
102
                        />
 
103
                        <Tool
 
104
                                Name="VCCustomBuildTool"
 
105
                        />
 
106
                        <Tool
 
107
                                Name="VCXMLDataGeneratorTool"
 
108
                        />
 
109
                        <Tool
 
110
                                Name="VCWebServiceProxyGeneratorTool"
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCMIDLTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCCLCompilerTool"
 
117
                                Optimization="2"
 
118
                                EnableIntrinsicFunctions="true"
 
119
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
120
                                RuntimeLibrary="2"
 
121
                                EnableFunctionLevelLinking="true"
 
122
                                UsePrecompiledHeader="0"
 
123
                                WarningLevel="3"
 
124
                                DebugInformationFormat="3"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCManagedResourceCompilerTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCResourceCompilerTool"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCPreLinkEventTool"
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCLinkerTool"
 
137
                                LinkIncremental="1"
 
138
                                GenerateDebugInformation="true"
 
139
                                SubSystem="1"
 
140
                                OptimizeReferences="2"
 
141
                                EnableCOMDATFolding="2"
 
142
                                TargetMachine="1"
 
143
                        />
 
144
                        <Tool
 
145
                                Name="VCALinkTool"
 
146
                        />
 
147
                        <Tool
 
148
                                Name="VCManifestTool"
 
149
                        />
 
150
                        <Tool
 
151
                                Name="VCXDCMakeTool"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCBscMakeTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCFxCopTool"
 
158
                        />
 
159
                        <Tool
 
160
                                Name="VCAppVerifierTool"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCPostBuildEventTool"
 
164
                        />
 
165
                </Configuration>
 
166
        </Configurations>
 
167
        <References>
 
168
        </References>
 
169
        <Files>
 
170
                <Filter
 
171
                        Name="Source Files"
 
172
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
173
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
174
                        >
 
175
                        <File
 
176
                                RelativePath="..\..\..\xmltools\djvutoxml.cpp"
 
177
                                >
 
178
                        </File>
 
179
                </Filter>
 
180
                <Filter
 
181
                        Name="Header Files"
 
182
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
183
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
184
                        >
 
185
                </Filter>
 
186
                <Filter
 
187
                        Name="Resource Files"
 
188
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 
189
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
 
190
                        >
 
191
                </Filter>
 
192
        </Files>
 
193
        <Globals>
 
194
        </Globals>
 
195
</VisualStudioProject>