Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'projectfiles_vc7/blender/BPY_python/BPY_python.vcproj')
-rw-r--r--projectfiles_vc7/blender/BPY_python/BPY_python.vcproj561
1 files changed, 561 insertions, 0 deletions
diff --git a/projectfiles_vc7/blender/BPY_python/BPY_python.vcproj b/projectfiles_vc7/blender/BPY_python/BPY_python.vcproj
new file mode 100644
index 00000000000..ac933502efb
--- /dev/null
+++ b/projectfiles_vc7/blender/BPY_python/BPY_python.vcproj
@@ -0,0 +1,561 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="BPY_python"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Blender Debug|Win32"
+ OutputDirectory="..\..\..\..\build\msvc_7\source\blender\python\debug"
+ IntermediateDirectory="..\..\..\..\build\msvc_7\source\blender\python\debug"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\..\build\msvc_7\intern\bsp\include;..\..\..\..\build\msvc_7\intern\bmfont\include;..\..\..\..\build\msvc_7\intern\iksolver\include;..\..\..\..\build\msvc_7\intern\guardedalloc\include;..\..\..\..\lib\windows\python\include\python2.5;..\..\..\source\blender;..\..\..\source\blender\avi;..\..\..\source\blender\img;..\..\..\source\blender\imbuf;..\..\..\source\blender\blenlib;..\..\..\source\blender\python;..\..\..\source\blender\include;..\..\..\source\blender\blenkernel;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenloader;..\..\..\source\blender\renderconverter;..\..\..\source\blender\render\extern\include;..\..\..\source\blender\radiosity\extern\include;..\..\..\source\kernel\gen_system;..\..\..\source\gameengine\SoundSystem"
+ PreprocessorDefinitions="_DEBUG,WIN32,_LIB"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ DisableLanguageExtensions="FALSE"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile="..\..\..\..\build\msvc_7\source\blender\python\debug\BPY_python.pch"
+ AssemblerListingLocation="..\..\..\..\build\msvc_7\source\blender\python\debug\"
+ ObjectFile="..\..\..\..\build\msvc_7\source\blender\python\debug\"
+ ProgramDataBaseFileName="..\..\..\..\build\msvc_7\source\blender\python\debug\"
+ WarningLevel="4"
+ SuppressStartupBanner="TRUE"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ DisableSpecificWarnings="4100"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\build\msvc_7\libs\debug\BPY_python.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Blender Release|Win32"
+ OutputDirectory="..\..\..\..\build\msvc_7\source\blender\python"
+ IntermediateDirectory="..\..\..\..\build\msvc_7\source\blender\python"
+ ConfigurationType="4"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\..\..\build\msvc_7\intern\bsp\include;..\..\..\..\build\msvc_7\intern\bmfont\include;..\..\..\..\build\msvc_7\intern\iksolver\include;..\..\..\..\build\msvc_7\intern\guardedalloc\include;..\..\..\..\lib\windows\python\include\python2.5;..\..\..\source\blender;..\..\..\source\blender\avi;..\..\..\source\blender\img;..\..\..\source\blender\imbuf;..\..\..\source\blender\blenlib;..\..\..\source\blender\python;..\..\..\source\blender\include;..\..\..\source\blender\blenkernel;..\..\..\source\blender\makesdna;..\..\..\source\blender\blenloader;..\..\..\source\blender\renderconverter;..\..\..\source\blender\render\extern\include;..\..\..\source\blender\radiosity\extern\include;..\..\..\source\kernel\gen_system;..\..\..\source\gameengine\SoundSystem"
+ PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ DefaultCharIsUnsigned="TRUE"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile="..\..\..\..\build\msvc_7\source\blender\python\BPY_python.pch"
+ AssemblerListingLocation="..\..\..\..\build\msvc_7\source\blender\python\"
+ ObjectFile="..\..\..\..\build\msvc_7\source\blender\python\"
+ ProgramDataBaseFileName="..\..\..\..\build\msvc_7\source\blender\python\"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ Detect64BitPortabilityProblems="FALSE"
+ CompileAs="0"
+ DisableSpecificWarnings="4100"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\..\..\..\build\msvc_7\libs\BPY_python.lib"
+ SuppressStartupBanner="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Armature.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\BGL.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Blender.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Bone.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\bpy.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\bpy_config.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\bpy_data.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Camera.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Constraint.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Curve.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Draw.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Effect.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\gen_library.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Geometry.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Group.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\IDProp.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Image.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Ipo.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Key.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Lamp.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Lattice.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Library.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Material.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Mathutils.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Mesh.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Metaball.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Modifier.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\NLA.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\NMesh.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Node.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Noise.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Object.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Pose.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Registry.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Scene.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\sceneRadio.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\sceneRender.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\sceneSequence.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\sceneTimeLine.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Sound.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\SurfNurb.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Sys.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Text.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Text3d.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Texture.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Window.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\World.c">
+ </File>
+ <Filter
+ Name="internal"
+ Filter="">
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\BezTriple.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\BPY_interface.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\BPY_menus.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\charRGBA.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\constant.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\CurNurb.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\euler.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\EXPP_interface.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Font.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\gen_utils.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Ipocurve.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\logic.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\matrix.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\meshPrimitive.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\MTex.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Particle.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\point.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\quat.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\rgbTuple.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Types.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\vector.c">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\windowTheme.c">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Armature.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\BGL.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Blender.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Bone.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\bpy.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\bpy_config.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\bpy_data.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Camera.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Constraint.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Curve.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Draw.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Effect.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\gen_library.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Geometry.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Group.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\IDProp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Image.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Ipo.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Key.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Lamp.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Lattice.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Library.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Material.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Mathutils.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Mesh.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Metaball.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Modifier.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\NLA.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\NMesh.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Node.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Object.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Pose.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Registry.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Scene.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\sceneRadio.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\sceneRender.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\sceneSequence.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\sceneTimeLine.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Sound.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\SurfNurb.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Sys.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Text.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Text3d.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Texture.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Window.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\World.h">
+ </File>
+ <Filter
+ Name="internal"
+ Filter="">
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\BezTriple.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\BPY_extern.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\BPY_menus.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\bpy_types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\charRGBA.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\constant.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\CurNurb.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\euler.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\EXPP_interface.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Font.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\gen_utils.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Ipocurve.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\logic.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\matrix.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\meshPrimitive.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\modules.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\MTex.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Particle.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\point.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\quat.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\rgbTuple.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\Types.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\vector.h">
+ </File>
+ <File
+ RelativePath="..\..\..\source\blender\python\api2_2x\windowTheme.h">
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>