liteFirewall.vcproj (9601B)
1 <?xml version="1.0" encoding="gb2312"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="liteFirewall" 6 ProjectGUID="{F7462DF9-A430-4185-9AFC-8FAEA0FB98EA}" 7 TargetFrameworkVersion="0" 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="2" 22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 23 UseOfMFC="1" 24 ATLMinimizesCRunTimeLibraryUsage="false" 25 CharacterSet="1" 26 > 27 <Tool 28 Name="VCPreBuildEventTool" 29 /> 30 <Tool 31 Name="VCCustomBuildTool" 32 /> 33 <Tool 34 Name="VCXMLDataGeneratorTool" 35 /> 36 <Tool 37 Name="VCWebServiceProxyGeneratorTool" 38 /> 39 <Tool 40 Name="VCMIDLTool" 41 PreprocessorDefinitions="_DEBUG" 42 MkTypLibCompatible="true" 43 SuppressStartupBanner="true" 44 TargetEnvironment="1" 45 TypeLibraryName=".\Debug/liteFirewall.tlb" 46 HeaderFileName="" 47 /> 48 <Tool 49 Name="VCCLCompilerTool" 50 Optimization="0" 51 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;UNICODE;NSIS" 52 MinimalRebuild="true" 53 BasicRuntimeChecks="3" 54 RuntimeLibrary="1" 55 PrecompiledHeaderFile=".\Debug/liteFirewall.pch" 56 AssemblerListingLocation=".\Debug/" 57 ObjectFile=".\Debug/" 58 ProgramDataBaseFileName=".\Debug/" 59 BrowseInformation="1" 60 WarningLevel="3" 61 SuppressStartupBanner="true" 62 DebugInformationFormat="4" 63 /> 64 <Tool 65 Name="VCManagedResourceCompilerTool" 66 /> 67 <Tool 68 Name="VCResourceCompilerTool" 69 PreprocessorDefinitions="_DEBUG" 70 Culture="1033" 71 /> 72 <Tool 73 Name="VCPreLinkEventTool" 74 /> 75 <Tool 76 Name="VCLinkerTool" 77 AdditionalDependencies="shlwapi.lib" 78 OutputFile=".\Debug/liteFirewall.dll" 79 LinkIncremental="2" 80 SuppressStartupBanner="true" 81 GenerateDebugInformation="true" 82 ProgramDatabaseFile=".\Debug/liteFirewall.pdb" 83 RandomizedBaseAddress="1" 84 DataExecutionPrevention="0" 85 ImportLibrary=".\Debug/liteFirewall.lib" 86 TargetMachine="1" 87 /> 88 <Tool 89 Name="VCALinkTool" 90 /> 91 <Tool 92 Name="VCManifestTool" 93 /> 94 <Tool 95 Name="VCXDCMakeTool" 96 /> 97 <Tool 98 Name="VCBscMakeTool" 99 SuppressStartupBanner="true" 100 OutputFile=".\Debug/liteFirewall.bsc" 101 /> 102 <Tool 103 Name="VCFxCopTool" 104 /> 105 <Tool 106 Name="VCAppVerifierTool" 107 /> 108 <Tool 109 Name="VCPostBuildEventTool" 110 Description="Building Sample Installer..." 111 CommandLine=""E:\Program Files (x86)\NSIS\Unicode\makensis" /V4 /DTARGETDIR=$(TargetDir) /DINTDIR=$(IntDir) $(ProjectDir)Sample.nsi" 112 /> 113 </Configuration> 114 <Configuration 115 Name="Release UNICODE|Win32" 116 OutputDirectory=".\Release_UNICODE" 117 IntermediateDirectory=".\Release_UNICODE" 118 ConfigurationType="2" 119 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 120 UseOfMFC="1" 121 ATLMinimizesCRunTimeLibraryUsage="false" 122 CharacterSet="1" 123 > 124 <Tool 125 Name="VCPreBuildEventTool" 126 /> 127 <Tool 128 Name="VCCustomBuildTool" 129 /> 130 <Tool 131 Name="VCXMLDataGeneratorTool" 132 /> 133 <Tool 134 Name="VCWebServiceProxyGeneratorTool" 135 /> 136 <Tool 137 Name="VCMIDLTool" 138 PreprocessorDefinitions="NDEBUG" 139 MkTypLibCompatible="true" 140 SuppressStartupBanner="true" 141 TargetEnvironment="1" 142 TypeLibraryName=".\Release_UNICODE/liteFirewall.tlb" 143 HeaderFileName="" 144 /> 145 <Tool 146 Name="VCCLCompilerTool" 147 Optimization="1" 148 InlineFunctionExpansion="1" 149 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;UNICODE;NSIS" 150 StringPooling="true" 151 RuntimeLibrary="0" 152 EnableFunctionLevelLinking="true" 153 PrecompiledHeaderFile=".\Release_UNICODE/liteFirewall.pch" 154 AssemblerListingLocation=".\Release_UNICODE/" 155 ObjectFile=".\Release_UNICODE/" 156 ProgramDataBaseFileName=".\Release_UNICODE/" 157 BrowseInformation="1" 158 WarningLevel="3" 159 SuppressStartupBanner="true" 160 DebugInformationFormat="3" 161 /> 162 <Tool 163 Name="VCManagedResourceCompilerTool" 164 /> 165 <Tool 166 Name="VCResourceCompilerTool" 167 PreprocessorDefinitions="NDEBUG" 168 Culture="1033" 169 /> 170 <Tool 171 Name="VCPreLinkEventTool" 172 /> 173 <Tool 174 Name="VCLinkerTool" 175 AdditionalDependencies="shlwapi.lib" 176 OutputFile="../bin/liteFirewallW.dll" 177 LinkIncremental="1" 178 SuppressStartupBanner="true" 179 ProgramDatabaseFile=".\Release_UNICODE/liteFirewallW.pdb" 180 OptimizeReferences="2" 181 OptimizeForWindows98="1" 182 RandomizedBaseAddress="1" 183 DataExecutionPrevention="0" 184 ImportLibrary=".\Release_UNICODE/liteFirewallW.lib" 185 TargetMachine="1" 186 /> 187 <Tool 188 Name="VCALinkTool" 189 /> 190 <Tool 191 Name="VCManifestTool" 192 /> 193 <Tool 194 Name="VCXDCMakeTool" 195 /> 196 <Tool 197 Name="VCBscMakeTool" 198 SuppressStartupBanner="true" 199 OutputFile=".\Release_UNICODE/liteFirewall.bsc" 200 /> 201 <Tool 202 Name="VCFxCopTool" 203 /> 204 <Tool 205 Name="VCAppVerifierTool" 206 /> 207 <Tool 208 Name="VCPostBuildEventTool" 209 Description="Building Sample Installer..." 210 CommandLine=""E:\Program Files (x86)\NSIS\Unicode\makensis" /V2 /DTARGETDIR=$(TargetDir) /DINTDIR=$(IntDir) $(ProjectDir)Sample.nsi" 211 /> 212 </Configuration> 213 <Configuration 214 Name="Release|Win32" 215 OutputDirectory=".\Release" 216 IntermediateDirectory=".\Release" 217 ConfigurationType="2" 218 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 219 UseOfMFC="1" 220 ATLMinimizesCRunTimeLibraryUsage="false" 221 CharacterSet="2" 222 > 223 <Tool 224 Name="VCPreBuildEventTool" 225 /> 226 <Tool 227 Name="VCCustomBuildTool" 228 /> 229 <Tool 230 Name="VCXMLDataGeneratorTool" 231 /> 232 <Tool 233 Name="VCWebServiceProxyGeneratorTool" 234 /> 235 <Tool 236 Name="VCMIDLTool" 237 PreprocessorDefinitions="NDEBUG" 238 MkTypLibCompatible="true" 239 SuppressStartupBanner="true" 240 TargetEnvironment="1" 241 TypeLibraryName=".\Release/liteFirewall.tlb" 242 HeaderFileName="" 243 /> 244 <Tool 245 Name="VCCLCompilerTool" 246 Optimization="1" 247 InlineFunctionExpansion="1" 248 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;NSIS" 249 StringPooling="true" 250 RuntimeLibrary="0" 251 EnableFunctionLevelLinking="true" 252 PrecompiledHeaderFile=".\Release/liteFirewall.pch" 253 AssemblerListingLocation=".\Release/" 254 ObjectFile=".\Release/" 255 ProgramDataBaseFileName=".\Release/" 256 BrowseInformation="1" 257 WarningLevel="3" 258 SuppressStartupBanner="true" 259 DebugInformationFormat="3" 260 /> 261 <Tool 262 Name="VCManagedResourceCompilerTool" 263 /> 264 <Tool 265 Name="VCResourceCompilerTool" 266 PreprocessorDefinitions="NDEBUG" 267 Culture="1033" 268 /> 269 <Tool 270 Name="VCPreLinkEventTool" 271 /> 272 <Tool 273 Name="VCLinkerTool" 274 AdditionalDependencies="shlwapi.lib" 275 OutputFile="../bin/liteFirewall.dll" 276 LinkIncremental="1" 277 SuppressStartupBanner="true" 278 ProgramDatabaseFile=".\Release/liteFirewall.pdb" 279 OptimizeReferences="2" 280 OptimizeForWindows98="1" 281 RandomizedBaseAddress="1" 282 DataExecutionPrevention="0" 283 ImportLibrary=".\Release/liteFirewall.lib" 284 TargetMachine="1" 285 /> 286 <Tool 287 Name="VCALinkTool" 288 /> 289 <Tool 290 Name="VCManifestTool" 291 /> 292 <Tool 293 Name="VCXDCMakeTool" 294 /> 295 <Tool 296 Name="VCBscMakeTool" 297 SuppressStartupBanner="true" 298 OutputFile=".\Release/liteFirewall.bsc" 299 /> 300 <Tool 301 Name="VCFxCopTool" 302 /> 303 <Tool 304 Name="VCAppVerifierTool" 305 /> 306 <Tool 307 Name="VCPostBuildEventTool" 308 Description="Building Sample Installer..." 309 CommandLine=""E:\Program Files (x86)\NSIS\Unicode\makensis" /V2 /DTARGETDIR=$(TargetDir) /DINTDIR=$(IntDir) $(ProjectDir)Sample.nsi" 310 /> 311 </Configuration> 312 </Configurations> 313 <References> 314 </References> 315 <Files> 316 <File 317 RelativePath="exdll.h" 318 > 319 </File> 320 <File 321 RelativePath="License.txt" 322 > 323 </File> 324 <File 325 RelativePath="liteFirewall.cpp" 326 > 327 <FileConfiguration 328 Name="Debug|Win32" 329 > 330 <Tool 331 Name="VCCLCompilerTool" 332 PreprocessorDefinitions="" 333 /> 334 </FileConfiguration> 335 <FileConfiguration 336 Name="Release UNICODE|Win32" 337 > 338 <Tool 339 Name="VCCLCompilerTool" 340 PreprocessorDefinitions="" 341 /> 342 </FileConfiguration> 343 <FileConfiguration 344 Name="Release|Win32" 345 > 346 <Tool 347 Name="VCCLCompilerTool" 348 PreprocessorDefinitions="" 349 /> 350 </FileConfiguration> 351 </File> 352 <File 353 RelativePath="ReadMe.txt" 354 > 355 </File> 356 <File 357 RelativePath="Sample.nsi" 358 > 359 <FileConfiguration 360 Name="Debug|Win32" 361 > 362 <Tool 363 Name="VCCustomBuildTool" 364 CommandLine="rem Force Post-Build Step
" 365 Outputs="$(ProjectDir)Sample.exe" 366 /> 367 </FileConfiguration> 368 <FileConfiguration 369 Name="Release UNICODE|Win32" 370 > 371 <Tool 372 Name="VCCustomBuildTool" 373 CommandLine="rem Force Post-Build Step
" 374 Outputs="$(ProjectDir)Sample.exe" 375 /> 376 </FileConfiguration> 377 <FileConfiguration 378 Name="Release|Win32" 379 > 380 <Tool 381 Name="VCCustomBuildTool" 382 CommandLine="rem Force Post-Build Step
" 383 Outputs="$(ProjectDir)Sample.exe" 384 /> 385 </FileConfiguration> 386 </File> 387 </Files> 388 <Globals> 389 </Globals> 390 </VisualStudioProject>