Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioPropertySheet |
| 3 | ProjectType="Visual C++" |
| 4 | Version="8.00" |
| 5 | Name="pyproject" |
| 6 | OutputDirectory="$(SolutionDir)" |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame^] | 7 | IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 8 | > |
| 9 | <Tool |
| 10 | Name="VCCLCompilerTool" |
| 11 | Optimization="2" |
| 12 | InlineFunctionExpansion="1" |
| 13 | AdditionalIncludeDirectories="..\Include; ..\PC" |
| 14 | PreprocessorDefinitions="WIN32;_WINDOWS;_WIN32;_CRT_SECURE_NO_DEPRECATE" |
| 15 | StringPooling="true" |
| 16 | ExceptionHandling="0" |
| 17 | RuntimeLibrary="0" |
| 18 | EnableFunctionLevelLinking="true" |
| 19 | WarningLevel="3" |
| 20 | DebugInformationFormat="3" |
| 21 | CompileAs="0" |
| 22 | /> |
| 23 | <Tool |
| 24 | Name="VCLinkerTool" |
| 25 | LinkIncremental="1" |
| 26 | AdditionalLibraryDirectories="$(OutDir)" |
| 27 | GenerateDebugInformation="true" |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame^] | 28 | ProgramDatabaseFile="$(OutDir)$(TargetName).pdb" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 29 | SubSystem="2" |
| 30 | RandomizedBaseAddress="1" |
| 31 | DataExecutionPrevention="0" |
| 32 | TargetMachine="1" |
| 33 | /> |
| 34 | <Tool |
| 35 | Name="VCResourceCompilerTool" |
| 36 | AdditionalIncludeDirectories="..\PC;..\Include" |
| 37 | /> |
| 38 | <UserMacro |
| 39 | Name="PyDllName" |
| 40 | Value="python30" |
| 41 | /> |
| 42 | <UserMacro |
| 43 | Name="bsddbDir" |
| 44 | Value="..\..\db-4.4.20\build_win32" |
| 45 | /> |
| 46 | <UserMacro |
| 47 | Name="sqlite3Dir" |
| 48 | Value="..\..\sqlite-source-3.3.4" |
| 49 | /> |
| 50 | <UserMacro |
| 51 | Name="bz2Dir" |
| 52 | Value="..\..\bzip2-1.0.3" |
| 53 | /> |
| 54 | <UserMacro |
| 55 | Name="opensslDir" |
| 56 | Value="..\..\openssl-0.9.8g" |
| 57 | /> |
| 58 | <UserMacro |
| 59 | Name="tcltkDir" |
| 60 | Value="..\..\tcltk" |
| 61 | /> |
| 62 | </VisualStudioPropertySheet> |