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" |
Christian Heimes | 81c951c | 2007-11-21 02:20:59 +0000 | [diff] [blame] | 13 | EnableIntrinsicFunctions="true" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 14 | AdditionalIncludeDirectories="..\Include; ..\PC" |
Christian Heimes | 81e8ab5 | 2007-11-20 22:52:30 +0000 | [diff] [blame] | 15 | PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 16 | StringPooling="true" |
| 17 | ExceptionHandling="0" |
| 18 | RuntimeLibrary="0" |
| 19 | EnableFunctionLevelLinking="true" |
| 20 | WarningLevel="3" |
| 21 | DebugInformationFormat="3" |
| 22 | CompileAs="0" |
| 23 | /> |
| 24 | <Tool |
| 25 | Name="VCLinkerTool" |
| 26 | LinkIncremental="1" |
| 27 | AdditionalLibraryDirectories="$(OutDir)" |
| 28 | GenerateDebugInformation="true" |
Christian Heimes | 8a48c4c | 2007-11-19 01:23:57 +0000 | [diff] [blame] | 29 | ProgramDatabaseFile="$(OutDir)$(TargetName).pdb" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 30 | SubSystem="2" |
| 31 | RandomizedBaseAddress="1" |
| 32 | DataExecutionPrevention="0" |
| 33 | TargetMachine="1" |
| 34 | /> |
| 35 | <Tool |
| 36 | Name="VCResourceCompilerTool" |
| 37 | AdditionalIncludeDirectories="..\PC;..\Include" |
| 38 | /> |
| 39 | <UserMacro |
| 40 | Name="PyDllName" |
| 41 | Value="python30" |
| 42 | /> |
| 43 | <UserMacro |
| 44 | Name="bsddbDir" |
Christian Heimes | 97e8029 | 2007-11-19 08:36:32 +0000 | [diff] [blame] | 45 | Value="..\..\db-4.4.20\build_win32\" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 46 | /> |
| 47 | <UserMacro |
| 48 | Name="sqlite3Dir" |
Christian Heimes | 97e8029 | 2007-11-19 08:36:32 +0000 | [diff] [blame] | 49 | Value="..\..\sqlite-source-3.3.4\" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 50 | /> |
| 51 | <UserMacro |
| 52 | Name="bz2Dir" |
Christian Heimes | 97e8029 | 2007-11-19 08:36:32 +0000 | [diff] [blame] | 53 | Value="..\..\bzip2-1.0.3\" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 54 | /> |
| 55 | <UserMacro |
| 56 | Name="opensslDir" |
Christian Heimes | 97e8029 | 2007-11-19 08:36:32 +0000 | [diff] [blame] | 57 | Value="..\..\openssl-0.9.8g\" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 58 | /> |
| 59 | <UserMacro |
| 60 | Name="tcltkDir" |
Christian Heimes | 97e8029 | 2007-11-19 08:36:32 +0000 | [diff] [blame] | 61 | Value="..\..\tcltk\" |
Christian Heimes | ad14d11 | 2007-11-17 08:15:27 +0000 | [diff] [blame] | 62 | /> |
| 63 | </VisualStudioPropertySheet> |