DirectPython 11 Code
Status: Alpha
Brought to you by:
hsalo
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 3.1|Win32'"> <LocalDebuggerCommand>D:\Ohjelmointi\Python31\python.exe</LocalDebuggerCommand> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 3.1|Win32'"> <LocalDebuggerCommandArguments>start_debugger.py sampleheightmap.py</LocalDebuggerCommandArguments> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 3.1|Win32'"> <LocalDebuggerWorkingDirectory>..\Samples</LocalDebuggerWorkingDirectory> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release PyPy|Win32'"> <LocalDebuggerCommand>D:\Ohjelmointi\pypy-1.4.1\pypy.exe</LocalDebuggerCommand> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release PyPy|Win32'"> <LocalDebuggerCommandArguments>start_debugger.py Tutorial1.py</LocalDebuggerCommandArguments> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release PyPy|Win32'"> <LocalDebuggerWorkingDirectory>..\Samples</LocalDebuggerWorkingDirectory> <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> </PropertyGroup> </Project>