|
42 | 42 | <Python2Version>$(PYTHONNET_PY2_VERSION)</Python2Version>
|
43 | 43 | <Python2VersionCondition="'$(Python2Version)'==''">PYTHON27</Python2Version>
|
44 | 44 | <Python3Version>$(PYTHONNET_PY3_VERSION)</Python3Version>
|
45 |
| - <Python3VersionCondition="'$(Python3Version)'==''">PYTHON37</Python3Version> |
| 45 | + <Python3VersionCondition="'$(Python3Version)'==''">PYTHON38</Python3Version> |
46 | 46 | <PythonWinDefineConstants>$(PYTHONNET_WIN_DEFINE_CONSTANTS)</PythonWinDefineConstants>
|
47 | 47 | <PythonWinDefineConstantsCondition="'$(PythonWinDefineConstants)'==''">UCS2</PythonWinDefineConstants>
|
48 | 48 | <PythonMonoDefineConstants>$(PYTHONNET_MONO_DEFINE_CONSTANTS)</PythonMonoDefineConstants>
|
|