|
1 | 1 | <?xml version="1.0" encoding="Windows-1252"?>
|
2 | 2 | <VisualStudioProject
|
3 | 3 | ProjectType="Visual C++"
|
4 |
| - Version="8,00" |
5 |
| - Name="mod_xsendfile" |
| 4 | + Version="9,00" |
| 5 | + Name="mod_xsendfile_22" |
6 | 6 | ProjectGUID="{C969F783-EEDD-4357-BF81-BBABAFF01E7C}"
|
7 | 7 | RootNamespace="mod_xsendfile"
|
| 8 | + TargetFrameworkVersion="131072" |
8 | 9 | >
|
9 | 10 | <Platforms>
|
10 | 11 | <Platform
|
|
16 | 17 | <Configurations>
|
17 | 18 | <Configuration
|
18 | 19 | Name="Release|Win32"
|
19 |
| - OutputDirectory=".\Release" |
20 |
| - IntermediateDirectory=".\Release" |
| 20 | + OutputDirectory="$(ProjectName)_$(ConfigurationName)" |
| 21 | + IntermediateDirectory="$(ProjectName)_$(ConfigurationName)" |
21 | 22 | ConfigurationType="2"
|
22 | 23 | UseOfMFC="0"
|
23 | 24 | ATLMinimizesCRunTimeLibraryUsage="false"
|
|
51 | 52 | FavorSizeOrSpeed="1"
|
52 | 53 | OmitFramePointers="true"
|
53 | 54 | WholeProgramOptimization="true"
|
54 |
| - AdditionalIncludeDirectories="../../include,../../srclib/apr/include,../../srclib/apr-util/include" |
| 55 | + AdditionalIncludeDirectories=""$(SolutionDir)/include";"$(SolutionDir)/srclib/apr/include";"$(SolutionDir)/srclib/apr-util/include";"$(SolutionDir)/srclib/zlib"" |
55 | 56 | PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
|
56 | 57 | StringPooling="true"
|
57 | 58 | RuntimeLibrary="0"
|
58 | 59 | EnableFunctionLevelLinking="true"
|
59 |
| - PrecompiledHeaderFile=".\Release/mod_xsendfile.pch" |
60 |
| - AssemblerListingLocation=".\Release/" |
61 |
| - ObjectFile=".\Release/" |
62 |
| - ProgramDataBaseFileName="Release\mod_xsendfile_src" |
63 | 60 | WarningLevel="3"
|
64 | 61 | SuppressStartupBanner="true"
|
65 | 62 | DebugInformationFormat="3"
|
|
69 | 66 | />
|
70 | 67 | <Tool
|
71 | 68 | Name="VCResourceCompilerTool"
|
72 |
| - PreprocessorDefinitions="NDEBUG;BIN_NAME=mod_xsendfile.so;LONG_NAME=xsendfile_module for Apache" |
| 69 | + PreprocessorDefinitions="NDEBUG" |
73 | 70 | Culture="1033"
|
74 | 71 | AdditionalIncludeDirectories=""
|
75 | 72 | />
|
|
78 | 75 | />
|
79 | 76 | <Tool
|
80 | 77 | Name="VCLinkerTool"
|
81 |
| - OutputFile="Release/mod_xsendfile.so" |
| 78 | + OutputFile="$(OutDir)\mod_xsendfile.so" |
82 | 79 | LinkIncremental="1"
|
83 | 80 | SuppressStartupBanner="true"
|
84 | 81 | GenerateDebugInformation="true"
|
85 |
| - ProgramDatabaseFile=".\Release/mod_xsendfile.pdb" |
86 | 82 | SubSystem="2"
|
87 | 83 | OptimizeReferences="2"
|
88 | 84 | EnableCOMDATFolding="2"
|
89 | 85 | OptimizeForWindows98="1"
|
90 |
| - ImportLibrary=".\Release/mod_xsendfile.lib" |
| 86 | + RandomizedBaseAddress="1" |
| 87 | + DataExecutionPrevention="0" |
91 | 88 | TargetMachine="1"
|
92 | 89 | />
|
93 | 90 | <Tool
|
|
102 | 99 | <Tool
|
103 | 100 | Name="VCBscMakeTool"
|
104 | 101 | SuppressStartupBanner="true"
|
105 |
| - OutputFile=".\Release/mod_xsendfile.bsc" |
106 | 102 | />
|
107 | 103 | <Tool
|
108 | 104 | Name="VCFxCopTool"
|
109 | 105 | />
|
110 | 106 | <Tool
|
111 | 107 | Name="VCAppVerifierTool"
|
112 | 108 | />
|
113 |
| - <Tool |
114 |
| - Name="VCWebDeploymentTool" |
115 |
| - /> |
116 | 109 | <Tool
|
117 | 110 | Name="VCPostBuildEventTool"
|
118 | 111 | />
|
119 | 112 | </Configuration>
|
120 | 113 | <Configuration
|
121 | 114 | Name="Debug|Win32"
|
122 |
| - OutputDirectory=".\Debug" |
123 |
| - IntermediateDirectory=".\Debug" |
| 115 | + OutputDirectory="$(ProjectName)_$(ConfigurationName)" |
| 116 | + IntermediateDirectory="$(ProjectName)_$(ConfigurationName)" |
124 | 117 | ConfigurationType="2"
|
125 | 118 | UseOfMFC="0"
|
126 | 119 | ATLMinimizesCRunTimeLibraryUsage="false"
|
|
150 | 143 | Name="VCCLCompilerTool"
|
151 | 144 | AdditionalOptions="/EHsc "
|
152 | 145 | Optimization="0"
|
153 |
| - AdditionalIncludeDirectories="../../include,../../srclib/apr/include,../../srclib/apr-util/include" |
| 146 | + AdditionalIncludeDirectories=""$(SolutionDir)/include";"$(SolutionDir)/srclib/apr/include";"$(SolutionDir)/srclib/apr-util/include";"$(SolutionDir)/srclib/zlib"" |
154 | 147 | PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
|
155 | 148 | RuntimeLibrary="3"
|
156 |
| - PrecompiledHeaderFile=".\Debug/mod_xsendfile.pch" |
157 |
| - AssemblerListingLocation=".\Debug/" |
158 |
| - ObjectFile=".\Debug/" |
159 |
| - ProgramDataBaseFileName="Debug\mod_xsendfile_src" |
160 | 149 | WarningLevel="3"
|
161 | 150 | SuppressStartupBanner="true"
|
162 | 151 | DebugInformationFormat="3"
|
|
175 | 164 | />
|
176 | 165 | <Tool
|
177 | 166 | Name="VCLinkerTool"
|
178 |
| - OutputFile="Debug/mod_xsendfile.so" |
| 167 | + OutputFile="$(OutDir)\mod_xsendfile.so" |
179 | 168 | LinkIncremental="1"
|
180 | 169 | SuppressStartupBanner="true"
|
181 | 170 | GenerateDebugInformation="true"
|
182 |
| - ProgramDatabaseFile=".\Debug/mod_xsendfile.pdb" |
183 | 171 | SubSystem="2"
|
184 |
| - ImportLibrary=".\Debug/mod_xsendfile.lib" |
| 172 | + RandomizedBaseAddress="1" |
| 173 | + DataExecutionPrevention="0" |
185 | 174 | />
|
186 | 175 | <Tool
|
187 | 176 | Name="VCALinkTool"
|
|
195 | 184 | <Tool
|
196 | 185 | Name="VCBscMakeTool"
|
197 | 186 | SuppressStartupBanner="true"
|
198 |
| - OutputFile=".\Debug/mod_xsendfile.bsc" |
199 | 187 | />
|
200 | 188 | <Tool
|
201 | 189 | Name="VCFxCopTool"
|
202 | 190 | />
|
203 | 191 | <Tool
|
204 | 192 | Name="VCAppVerifierTool"
|
205 | 193 | />
|
206 |
| - <Tool |
207 |
| - Name="VCWebDeploymentTool" |
208 |
| - /> |
209 | 194 | <Tool
|
210 | 195 | Name="VCPostBuildEventTool"
|
211 | 196 | />
|
|
240 | 225 | RelativePath=".\mod_xsendfile.rc"
|
241 | 226 | >
|
242 | 227 | </File>
|
| 228 | + <File |
| 229 | + RelativePath=".\resource.h" |
| 230 | + > |
| 231 | + </File> |
243 | 232 | </Files>
|
244 | 233 | <Globals>
|
245 | 234 | </Globals>
|
|
0 commit comments