File tree 2 files changed +3
-4
lines changed 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 27
27
// set to Python.Runtime's public key token. (sn -T Python.Runtin.dll)
28
28
#define USE_PYTHON_RUNTIME_PUBLIC_KEY_TOKEN
29
29
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...
33
32
//============================================================================
34
33
35
34
Original file line number Diff line number Diff line change 62
62
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'DebugWin|x86'" >
63
63
<DebugSymbols >true</DebugSymbols >
64
64
<OutputPath >bin\x86\DebugWin\</OutputPath >
65
- <DefineConstants >DEBUG;TRACE </DefineConstants >
65
+ <DefineConstants >TRACE; DEBUG;DEBUG_PRINT </DefineConstants >
66
66
<DebugType >full</DebugType >
67
67
<PlatformTarget >x86</PlatformTarget >
68
68
<ErrorReport >prompt</ErrorReport >
You can’t perform that action at this time.
0 commit comments