diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/msbuild/ice.props | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/msbuild/ice.props b/python/msbuild/ice.props index 616bb563465..9182fd31954 100644 --- a/python/msbuild/ice.props +++ b/python/msbuild/ice.props @@ -5,10 +5,10 @@ </PropertyGroup> <Import Project="..\..\cpp\msbuild\Ice.Cpp98.props" /> <PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='Win32'"> - <PythonHome>C:\Program Files (x86)\Python36</PythonHome> + <PythonHome>C:\Program Files (x86)\Python37</PythonHome> </PropertyGroup> <PropertyGroup Label="UserMacros" Condition="'$(Platform)'=='x64'"> - <PythonHome>C:\Program Files\Python36</PythonHome> + <PythonHome>C:\Program Files\Python37</PythonHome> </PropertyGroup> <ItemGroup> <BuildMacro Include="PythonHome"> |