File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2727// set to Python.Runtime's public key token. (sn -T Python.Runtin.dll)
2828#define USE_PYTHON_RUNTIME_PUBLIC_KEY_TOKEN
2929
30- // If DEBUG_PRINT is defined, a few System.Console.WriteLine calls are made
31- // to indicate what's going on during the load...
32- #define DEBUG_PRINT
30+ // If DEBUG_PRINT is defined in the Build Properties, a few System.Console.WriteLine
31+ // calls are made to indicate what's going on during the load...
3332//============================================================================
3433
3534
Original file line number Diff line number Diff line change 6262 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'DebugWin|x86'" >
6363 <DebugSymbols >true</DebugSymbols >
6464 <OutputPath >bin\x86\DebugWin\</OutputPath >
65- <DefineConstants >DEBUG;TRACE </DefineConstants >
65+ <DefineConstants >TRACE; DEBUG;DEBUG_PRINT </DefineConstants >
6666 <DebugType >full</DebugType >
6767 <PlatformTarget >x86</PlatformTarget >
6868 <ErrorReport >prompt</ErrorReport >
You can’t perform that action at this time.
0 commit comments