~ubuntu-branches/ubuntu/warty/zziplib/warty

« back to all changes in this revision

Viewing changes to msvc7/zzipself.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2004-03-29 12:41:28 UTC
  • Revision ID: james.westby@ubuntu.com-20040329124128-hf9y5elywpavuh5y
Tags: upstream-0.10.82
ImportĀ upstreamĀ versionĀ 0.10.82

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="7.00"
 
5
        Name="zzcat"
 
6
        ProjectGUID="{FCEF4E99-72DB-4422-95BB-3C83673B66E9}"
 
7
        Keyword="Win32Proj">
 
8
        <Platforms>
 
9
                <Platform
 
10
                        Name="Win32"/>
 
11
        </Platforms>
 
12
        <Configurations>
 
13
                <Configuration
 
14
                        Name="Debug|Win32"
 
15
                        OutputDirectory="Debug"
 
16
                        IntermediateDirectory="Debug"
 
17
                        ConfigurationType="1"
 
18
                        CharacterSet="2">
 
19
                        <Tool
 
20
                                Name="VCCLCompilerTool"
 
21
                                Optimization="0"
 
22
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
23
                                MinimalRebuild="TRUE"
 
24
                                BasicRuntimeChecks="3"
 
25
                                RuntimeLibrary="1"
 
26
                                UsePrecompiledHeader="0"
 
27
                                WarningLevel="3"
 
28
                                Detect64BitPortabilityProblems="TRUE"
 
29
                                DebugInformationFormat="4"/>
 
30
                        <Tool
 
31
                                Name="VCCustomBuildTool"/>
 
32
                        <Tool
 
33
                                Name="VCLinkerTool"
 
34
                                AdditionalDependencies="zlib.lib zziplibd.lib"
 
35
                                OutputFile="zzcat.exe"
 
36
                                LinkIncremental="2"
 
37
                                AdditionalLibraryDirectories="../lib"
 
38
                                GenerateDebugInformation="TRUE"
 
39
                                ProgramDatabaseFile="$(OutDir)/zziptest.pdb"
 
40
                                SubSystem="1"
 
41
                                TargetMachine="1"/>
 
42
                        <Tool
 
43
                                Name="VCMIDLTool"/>
 
44
                        <Tool
 
45
                                Name="VCPostBuildEventTool"/>
 
46
                        <Tool
 
47
                                Name="VCPreBuildEventTool"/>
 
48
                        <Tool
 
49
                                Name="VCPreLinkEventTool"/>
 
50
                        <Tool
 
51
                                Name="VCResourceCompilerTool"/>
 
52
                        <Tool
 
53
                                Name="VCWebServiceProxyGeneratorTool"/>
 
54
                        <Tool
 
55
                                Name="VCWebDeploymentTool"/>
 
56
                </Configuration>
 
57
                <Configuration
 
58
                        Name="Release|Win32"
 
59
                        OutputDirectory="Release"
 
60
                        IntermediateDirectory="Release"
 
61
                        ConfigurationType="1"
 
62
                        CharacterSet="2">
 
63
                        <Tool
 
64
                                Name="VCCLCompilerTool"
 
65
                                Optimization="2"
 
66
                                InlineFunctionExpansion="1"
 
67
                                OmitFramePointers="TRUE"
 
68
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
69
                                StringPooling="TRUE"
 
70
                                RuntimeLibrary="0"
 
71
                                EnableFunctionLevelLinking="TRUE"
 
72
                                UsePrecompiledHeader="0"
 
73
                                WarningLevel="3"
 
74
                                Detect64BitPortabilityProblems="TRUE"
 
75
                                DebugInformationFormat="3"/>
 
76
                        <Tool
 
77
                                Name="VCCustomBuildTool"/>
 
78
                        <Tool
 
79
                                Name="VCLinkerTool"
 
80
                                AdditionalDependencies="zziplib.lib zlib.lib"
 
81
                                OutputFile="zzcat.exe"
 
82
                                LinkIncremental="1"
 
83
                                AdditionalLibraryDirectories="..\lib"
 
84
                                GenerateDebugInformation="TRUE"
 
85
                                SubSystem="1"
 
86
                                OptimizeReferences="2"
 
87
                                EnableCOMDATFolding="2"
 
88
                                TargetMachine="1"/>
 
89
                        <Tool
 
90
                                Name="VCMIDLTool"/>
 
91
                        <Tool
 
92
                                Name="VCPostBuildEventTool"/>
 
93
                        <Tool
 
94
                                Name="VCPreBuildEventTool"/>
 
95
                        <Tool
 
96
                                Name="VCPreLinkEventTool"/>
 
97
                        <Tool
 
98
                                Name="VCResourceCompilerTool"/>
 
99
                        <Tool
 
100
                                Name="VCWebServiceProxyGeneratorTool"/>
 
101
                        <Tool
 
102
                                Name="VCWebDeploymentTool"/>
 
103
                </Configuration>
 
104
        </Configurations>
 
105
        <Files>
 
106
                <Filter
 
107
                        Name="Quelldateien"
 
108
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
 
109
                        <File
 
110
                                RelativePath="..\bins\zzcat.c">
 
111
                        </File>
 
112
                </Filter>
 
113
                <File
 
114
                        RelativePath="zziplib.sln">
 
115
                </File>
 
116
        </Files>
 
117
        <Globals>
 
118
        </Globals>
 
119
</VisualStudioProject>