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

« back to all changes in this revision

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