summaryrefslogtreecommitdiffstatshomepage
path: root/windows/msvc/env.props
diff options
context:
space:
mode:
Diffstat (limited to 'windows/msvc/env.props')
-rw-r--r--windows/msvc/env.props9
1 files changed, 9 insertions, 0 deletions
diff --git a/windows/msvc/env.props b/windows/msvc/env.props
new file mode 100644
index 0000000000..824b529e67
--- /dev/null
+++ b/windows/msvc/env.props
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <PyBaseDir>$([System.IO.Path]::GetFullPath(`$(MSBuildThisFileDirectory)..\..`))\</PyBaseDir>
+ <PyBuildDir Condition="'$(PyBuildDir)'==''">$(MSBuildThisFileDirectory)build\</PyBuildDir>
+ <PyOutDir Condition="'$(PyOutDir)'==''">$(PyBaseDir)windows\</PyOutDir>
+ <PyEnvIncluded>True</PyEnvIncluded>
+ </PropertyGroup>
+</Project>