~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to zip/ziptest.vcproj

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

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.10"
5
 
        Name="ziptest"
6
 
        ProjectGUID="{CE40F324-5752-4A07-BA95-967A48E99032}"
7
 
        SccProjectName=""
8
 
        SccLocalPath="">
9
 
        <Platforms>
10
 
                <Platform
11
 
                        Name="Win32"/>
12
 
        </Platforms>
13
 
        <Configurations>
14
 
                <Configuration
15
 
                        Name="Release|Win32"
16
 
                        OutputDirectory=".\Release"
17
 
                        IntermediateDirectory=".\Release"
18
 
                        ConfigurationType="1"
19
 
                        UseOfMFC="0"
20
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
21
 
                        CharacterSet="2">
22
 
                        <Tool
23
 
                                Name="VCCLCompilerTool"
24
 
                                Optimization="2"
25
 
                                InlineFunctionExpansion="1"
26
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
27
 
                                StringPooling="TRUE"
28
 
                                RuntimeLibrary="4"
29
 
                                EnableFunctionLevelLinking="TRUE"
30
 
                                UsePrecompiledHeader="3"
31
 
                                PrecompiledHeaderThrough="stdafx.h"
32
 
                                PrecompiledHeaderFile=".\Release/ziptest.pch"
33
 
                                AssemblerListingLocation=".\Release/"
34
 
                                ObjectFile=".\Release/"
35
 
                                ProgramDataBaseFileName=".\Release/"
36
 
                                WarningLevel="3"
37
 
                                SuppressStartupBanner="TRUE"/>
38
 
                        <Tool
39
 
                                Name="VCCustomBuildTool"/>
40
 
                        <Tool
41
 
                                Name="VCLinkerTool"
42
 
                                OutputFile=".\Release/ziptest.exe"
43
 
                                LinkIncremental="1"
44
 
                                SuppressStartupBanner="TRUE"
45
 
                                ProgramDatabaseFile=".\Release/ziptest.pdb"
46
 
                                SubSystem="1"
47
 
                                TargetMachine="1"/>
48
 
                        <Tool
49
 
                                Name="VCMIDLTool"
50
 
                                TypeLibraryName=".\Release/ziptest.tlb"
51
 
                                HeaderFileName=""/>
52
 
                        <Tool
53
 
                                Name="VCPostBuildEventTool"/>
54
 
                        <Tool
55
 
                                Name="VCPreBuildEventTool"/>
56
 
                        <Tool
57
 
                                Name="VCPreLinkEventTool"/>
58
 
                        <Tool
59
 
                                Name="VCResourceCompilerTool"
60
 
                                PreprocessorDefinitions="NDEBUG"
61
 
                                Culture="2057"/>
62
 
                        <Tool
63
 
                                Name="VCWebServiceProxyGeneratorTool"/>
64
 
                        <Tool
65
 
                                Name="VCXMLDataGeneratorTool"/>
66
 
                        <Tool
67
 
                                Name="VCWebDeploymentTool"/>
68
 
                        <Tool
69
 
                                Name="VCManagedWrapperGeneratorTool"/>
70
 
                        <Tool
71
 
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
72
 
                </Configuration>
73
 
                <Configuration
74
 
                        Name="Debug|Win32"
75
 
                        OutputDirectory=".\Debug"
76
 
                        IntermediateDirectory=".\Debug"
77
 
                        ConfigurationType="1"
78
 
                        UseOfMFC="0"
79
 
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
80
 
                        CharacterSet="2">
81
 
                        <Tool
82
 
                                Name="VCCLCompilerTool"
83
 
                                Optimization="0"
84
 
                                AdditionalIncludeDirectories="..,../../zlib,../lib"
85
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
86
 
                                BasicRuntimeChecks="3"
87
 
                                RuntimeLibrary="1"
88
 
                                PrecompiledHeaderFile=".\Debug/ziptest.pch"
89
 
                                AssemblerListingLocation=".\Debug/"
90
 
                                ObjectFile=".\Debug/"
91
 
                                ProgramDataBaseFileName=".\Debug/"
92
 
                                WarningLevel="3"
93
 
                                SuppressStartupBanner="TRUE"
94
 
                                DebugInformationFormat="4"
95
 
                                CompileAs="2"
96
 
                                ForcedIncludeFiles="windows.h"/>
97
 
                        <Tool
98
 
                                Name="VCCustomBuildTool"/>
99
 
                        <Tool
100
 
                                Name="VCLinkerTool"
101
 
                                AdditionalDependencies="boinc_zipd.lib zlibd.lib libboincd.lib"
102
 
                                OutputFile="ziptest.exe"
103
 
                                LinkIncremental="1"
104
 
                                SuppressStartupBanner="TRUE"
105
 
                                AdditionalLibraryDirectories="../boinc/zip;../../monitor/lib"
106
 
                                GenerateDebugInformation="TRUE"
107
 
                                ProgramDatabaseFile=".\Debug/ziptest.pdb"
108
 
                                SubSystem="1"
109
 
                                TargetMachine="1"/>
110
 
                        <Tool
111
 
                                Name="VCMIDLTool"
112
 
                                TypeLibraryName=".\Debug/ziptest.tlb"
113
 
                                HeaderFileName=""/>
114
 
                        <Tool
115
 
                                Name="VCPostBuildEventTool"/>
116
 
                        <Tool
117
 
                                Name="VCPreBuildEventTool"/>
118
 
                        <Tool
119
 
                                Name="VCPreLinkEventTool"/>
120
 
                        <Tool
121
 
                                Name="VCResourceCompilerTool"
122
 
                                PreprocessorDefinitions="_DEBUG"
123
 
                                Culture="2057"/>
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;f90;for;f;fpp">
142
 
                        <File
143
 
                                RelativePath="ziptest.cpp">
144
 
                                <FileConfiguration
145
 
                                        Name="Release|Win32">
146
 
                                        <Tool
147
 
                                                Name="VCCLCompilerTool"
148
 
                                                Optimization="2"
149
 
                                                PreprocessorDefinitions=""/>
150
 
                                </FileConfiguration>
151
 
                                <FileConfiguration
152
 
                                        Name="Debug|Win32">
153
 
                                        <Tool
154
 
                                                Name="VCCLCompilerTool"
155
 
                                                Optimization="0"
156
 
                                                AdditionalIncludeDirectories=""
157
 
                                                PreprocessorDefinitions=""
158
 
                                                BasicRuntimeChecks="3"
159
 
                                                CompileAs="2"/>
160
 
                                </FileConfiguration>
161
 
                        </File>
162
 
                </Filter>
163
 
                <Filter
164
 
                        Name="Header Files"
165
 
                        Filter="h;hpp;hxx;hm;inl;fi;fd">
166
 
                        <File
167
 
                                RelativePath="..\boinc\zip\boinc_zip.h">
168
 
                        </File>
169
 
                </Filter>
170
 
                <Filter
171
 
                        Name="Resource Files"
172
 
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
173
 
                </Filter>
174
 
        </Files>
175
 
        <Globals>
176
 
        </Globals>
177
 
</VisualStudioProject>