| 1 | <?xml version="1.0" encoding="Windows-1252"?>
|
|---|
| 2 | <VisualStudioProject
|
|---|
| 3 | ProjectType="Visual C++"
|
|---|
| 4 | Version="8,00"
|
|---|
| 5 | Name="python"
|
|---|
| 6 | ProjectGUID="{B11D750F-CD1F-4A96-85CE-E69A5C5259F9}"
|
|---|
| 7 | >
|
|---|
| 8 | <Platforms>
|
|---|
| 9 | <Platform
|
|---|
| 10 | Name="Win32"
|
|---|
| 11 | />
|
|---|
| 12 | </Platforms>
|
|---|
| 13 | <ToolFiles>
|
|---|
| 14 | </ToolFiles>
|
|---|
| 15 | <Configurations>
|
|---|
| 16 | <Configuration
|
|---|
| 17 | Name="Release|Win32"
|
|---|
| 18 | OutputDirectory=".\."
|
|---|
| 19 | IntermediateDirectory=".\x86-temp-release\python"
|
|---|
| 20 | ConfigurationType="1"
|
|---|
| 21 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|---|
| 22 | UseOfMFC="0"
|
|---|
| 23 | ATLMinimizesCRunTimeLibraryUsage="false"
|
|---|
| 24 | CharacterSet="2"
|
|---|
| 25 | >
|
|---|
| 26 | <Tool
|
|---|
| 27 | Name="VCPreBuildEventTool"
|
|---|
| 28 | />
|
|---|
| 29 | <Tool
|
|---|
| 30 | Name="VCCustomBuildTool"
|
|---|
| 31 | />
|
|---|
| 32 | <Tool
|
|---|
| 33 | Name="VCXMLDataGeneratorTool"
|
|---|
| 34 | />
|
|---|
| 35 | <Tool
|
|---|
| 36 | Name="VCWebServiceProxyGeneratorTool"
|
|---|
| 37 | />
|
|---|
| 38 | <Tool
|
|---|
| 39 | Name="VCMIDLTool"
|
|---|
| 40 | />
|
|---|
| 41 | <Tool
|
|---|
| 42 | Name="VCCLCompilerTool"
|
|---|
| 43 | Optimization="2"
|
|---|
| 44 | InlineFunctionExpansion="1"
|
|---|
| 45 | AdditionalIncludeDirectories="..\Include,..\PC"
|
|---|
| 46 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|---|
| 47 | StringPooling="true"
|
|---|
| 48 | RuntimeLibrary="2"
|
|---|
| 49 | EnableFunctionLevelLinking="true"
|
|---|
| 50 | UsePrecompiledHeader="0"
|
|---|
|
|---|