~ubuntu-branches/ubuntu/hardy/luatex/hardy

« back to all changes in this revision

Viewing changes to src/libs/zziplib/msvc7/zzcat.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2007-09-24 12:56:11 UTC
  • Revision ID: james.westby@ubuntu.com-20070924125611-a8ge689azbptxvla
Tags: upstream-0.11.2
ImportĀ upstreamĀ versionĀ 0.11.2

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="zziptest"
 
6
        ProjectGUID="{FCEF4E99-72DB-4422-95BB-3C83673B66E9}"
 
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="..;../zlib/include;&quot;$(MSSdk)/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
                                AdditionalDependencies="zziplib-$(ConfigurationName).lib"
 
65
                                OutputFile="zziptest-$(ConfigurationName).exe"
 
66
                                LinkIncremental="2"
 
67
                                AdditionalLibraryDirectories=""
 
68
                                GenerateDebugInformation="true"
 
69
                                ProgramDatabaseFile="$(OutDir)/zziptest.pdb"
 
70
                                SubSystem="1"
 
71
                                TargetMachine="1"
 
72
                        />
 
73
                        <Tool
 
74
                                Name="VCALinkTool"
 
75
                        />
 
76
                        <Tool
 
77
                                Name="VCManifestTool"
 
78
                        />
 
79
                        <Tool
 
80
                                Name="VCXDCMakeTool"
 
81
                        />
 
82
                        <Tool
 
83
                                Name="VCBscMakeTool"
 
84
                        />
 
85
                        <Tool
 
86
                                Name="VCFxCopTool"
 
87
                        />
 
88
                        <Tool
 
89
                                Name="VCAppVerifierTool"
 
90
                        />
 
91
                        <Tool
 
92
                                Name="VCWebDeploymentTool"
 
93
                        />
 
94
                        <Tool
 
95
                                Name="VCPostBuildEventTool"
 
96
                        />
 
97
                </Configuration>
 
98
                <Configuration
 
99
                        Name="Release|Win32"
 
100
                        OutputDirectory="Release"
 
101
                        IntermediateDirectory="Release"
 
102
                        ConfigurationType="1"
 
103
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 
104
                        CharacterSet="2"
 
105
                        >
 
106
                        <Tool
 
107
                                Name="VCPreBuildEventTool"
 
108
                        />
 
109
                        <Tool
 
110
                                Name="VCCustomBuildTool"
 
111
                        />
 
112
                        <Tool
 
113
                                Name="VCXMLDataGeneratorTool"
 
114
                        />
 
115
                        <Tool
 
116
                                Name="VCWebServiceProxyGeneratorTool"
 
117
                        />
 
118
                        <Tool
 
119
                                Name="VCMIDLTool"
 
120
                        />
 
121
                        <Tool
 
122
                                Name="VCCLCompilerTool"
 
123
                                Optimization="2"
 
124
                                InlineFunctionExpansion="1"
 
125
                                OmitFramePointers="true"
 
126
                                AdditionalIncludeDirectories="..;../zlib/include;&quot;$(MSSdk)/Include&quot;"
 
127
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
128
                                StringPooling="true"
 
129
                                RuntimeLibrary="0"
 
130
                                EnableFunctionLevelLinking="true"
 
131
                                UsePrecompiledHeader="0"
 
132
                                WarningLevel="3"
 
133
                                Detect64BitPortabilityProblems="true"
 
134
                                DebugInformationFormat="3"
 
135
                        />
 
136
                        <Tool
 
137
                                Name="VCManagedResourceCompilerTool"
 
138
                        />
 
139
                        <Tool
 
140
                                Name="VCResourceCompilerTool"
 
141
                        />
 
142
                        <Tool
 
143
                                Name="VCPreLinkEventTool"
 
144
                        />
 
145
                        <Tool
 
146
                                Name="VCLinkerTool"
 
147
                                AdditionalDependencies="zziplib-$(ConfigurationName).lib"
 
148
                                OutputFile="zziptest-$(ConfigurationName).exe"
 
149
                                LinkIncremental="1"
 
150
                                AdditionalLibraryDirectories=""
 
151
                                GenerateDebugInformation="true"
 
152
                                SubSystem="1"
 
153
                                OptimizeReferences="2"
 
154
                                EnableCOMDATFolding="2"
 
155
                                TargetMachine="1"
 
156
                        />
 
157
                        <Tool
 
158
                                Name="VCALinkTool"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCManifestTool"
 
162
                        />
 
163
                        <Tool
 
164
                                Name="VCXDCMakeTool"
 
165
                        />
 
166
                        <Tool
 
167
                                Name="VCBscMakeTool"
 
168
                        />
 
169
                        <Tool
 
170
                                Name="VCFxCopTool"
 
171
                        />
 
172
                        <Tool
 
173
                                Name="VCAppVerifierTool"
 
174
                        />
 
175
                        <Tool
 
176
                                Name="VCWebDeploymentTool"
 
177
                        />
 
178
                        <Tool
 
179
                                Name="VCPostBuildEventTool"
 
180
                        />
 
181
                </Configuration>
 
182
        </Configurations>
 
183
        <References>
 
184
        </References>
 
185
        <Files>
 
186
                <Filter
 
187
                        Name="Quelldateien"
 
188
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
 
189
                        >
 
190
                        <File
 
191
                                RelativePath="..\bins\zziptest.c"
 
192
                                >
 
193
                        </File>
 
194
                </Filter>
 
195
                <File
 
196
                        RelativePath="zziplib.sln"
 
197
                        >
 
198
                </File>
 
199
        </Files>
 
200
        <Globals>
 
201
        </Globals>
 
202
</VisualStudioProject>