root/vcproj-7.1/mapcache.vcproj @ 9

Revision 1, 4.3 kB (checked in by jinshiro, 17 years ago)
Line 
1<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="mapcache"
6        ProjectGUID="{BB5C63F0-57AD-42F0-83F8-8F9323BC089C}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory=".."
16                        IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
17                        ConfigurationType="1"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="..\src\common;..\src\zlib"
23                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG"
24                                MinimalRebuild="TRUE"
25                                ExceptionHandling="FALSE"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="3"
28                                BufferSecurityCheck="TRUE"
29                                EnableFunctionLevelLinking="TRUE"
30                                DefaultCharIsUnsigned="FALSE"
31                                UsePrecompiledHeader="0"
32                                WarningLevel="3"
33                                Detect64BitPortabilityProblems="FALSE"
34                                DebugInformationFormat="4"
35                                CompileAs="1"/>
36                        <Tool
37                                Name="VCCustomBuildTool"/>
38                        <Tool
39                                Name="VCLinkerTool"
40                                AdditionalDependencies="msvcrtd.lib oldnames.lib zdll.lib"
41                                OutputFile="$(OutDir)\mapcache.exe"
42                                LinkIncremental="2"
43                                AdditionalLibraryDirectories="..\lib"
44                                IgnoreAllDefaultLibraries="TRUE"
45                                GenerateDebugInformation="TRUE"
46                                ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
47                                SubSystem="1"
48                                TargetMachine="1"/>
49                        <Tool
50                                Name="VCMIDLTool"/>
51                        <Tool
52                                Name="VCPostBuildEventTool"/>
53                        <Tool
54                                Name="VCPreBuildEventTool"/>
55                        <Tool
56                                Name="VCPreLinkEventTool"/>
57                        <Tool
58                                Name="VCResourceCompilerTool"/>
59                        <Tool
60                                Name="VCWebServiceProxyGeneratorTool"/>
61                        <Tool
62                                Name="VCXMLDataGeneratorTool"/>
63                        <Tool
64                                Name="VCWebDeploymentTool"/>
65                        <Tool
66                                Name="VCManagedWrapperGeneratorTool"/>
67                        <Tool
68                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
69                </Configuration>
70                <Configuration
71                        Name="Release|Win32"
72                        OutputDirectory=".."
73                        IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
74                        ConfigurationType="1"
75                        CharacterSet="2"
76                        WholeProgramOptimization="TRUE">
77                        <Tool
78                                Name="VCCLCompilerTool"
79                                Optimization="2"
80                                GlobalOptimizations="TRUE"
81                                InlineFunctionExpansion="2"
82                                EnableIntrinsicFunctions="TRUE"
83                                ImproveFloatingPointConsistency="TRUE"
84                                FavorSizeOrSpeed="1"
85                                OmitFramePointers="TRUE"
86                                EnableFiberSafeOptimizations="TRUE"
87                                OptimizeForProcessor="2"
88                                OptimizeForWindowsApplication="TRUE"
89                                AdditionalIncludeDirectories="..\src\common;..\src\zlib"
90                                PreprocessorDefinitions="WIN32;_WIN32;__WIN32;NDEBUG"
91                                StringPooling="TRUE"
92                                RuntimeLibrary="3"
93                                DefaultCharIsUnsigned="FALSE"
94                                UsePrecompiledHeader="0"
95                                WarningLevel="3"
96                                Detect64BitPortabilityProblems="FALSE"
97                                DebugInformationFormat="3"
98                                CompileAs="1"/>
99                        <Tool
100                                Name="VCCustomBuildTool"/>
101                        <Tool
102                                Name="VCLinkerTool"
103                                AdditionalDependencies="msvcrt.lib oldnames.lib zdll.lib"
104                                OutputFile="$(OutDir)\mapcache.exe"
105                                LinkIncremental="1"
106                                AdditionalLibraryDirectories="..\lib"
107                                IgnoreAllDefaultLibraries="TRUE"
108                                GenerateDebugInformation="TRUE"
109                                ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
110                                SubSystem="1"
111                                OptimizeReferences="2"
112                                EnableCOMDATFolding="2"
113                                OptimizeForWindows98="1"
114                                TargetMachine="1"/>
115                        <Tool
116                                Name="VCMIDLTool"/>
117                        <Tool
118                                Name="VCPostBuildEventTool"/>
119                        <Tool
120                                Name="VCPreBuildEventTool"/>
121                        <Tool
122                                Name="VCPreLinkEventTool"/>
123                        <Tool
124                                Name="VCResourceCompilerTool"/>
125                        <Tool
126                                Name="VCWebServiceProxyGeneratorTool"/>
127                        <Tool
128                                Name="VCXMLDataGeneratorTool"/>
129                        <Tool
130                                Name="VCWebDeploymentTool"/>
131                        <Tool
132                                Name="VCManagedWrapperGeneratorTool"/>
133                        <Tool
134                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
135                </Configuration>
136        </Configurations>
137        <References>
138        </References>
139        <Files>
140                <Filter
141                        Name="mapcache"
142                        Filter="">
143                        <File
144                                RelativePath="..\src\tool\grfio.c">
145                        </File>
146                        <File
147                                RelativePath="..\src\tool\grfio.h">
148                        </File>
149                        <File
150                                RelativePath="..\src\tool\mapcache.c">
151                        </File>
152                </Filter>
153                <Filter
154                        Name="zlib"
155                        Filter="">
156                        <File
157                                RelativePath="..\src\zlib\zconf.h">
158                        </File>
159                        <File
160                                RelativePath="..\src\zlib\zlib.h">
161                        </File>
162                </Filter>
163        </Files>
164        <Globals>
165        </Globals>
166</VisualStudioProject>
Note: See TracBrowser for help on using the browser.