diff options
Diffstat (limited to 'PCbuild8/pythoncore/getbuildinfo.vsprops')
-rw-r--r-- | PCbuild8/pythoncore/getbuildinfo.vsprops | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/PCbuild8/pythoncore/getbuildinfo.vsprops b/PCbuild8/pythoncore/getbuildinfo.vsprops new file mode 100644 index 0000000..2aff8d3 --- /dev/null +++ b/PCbuild8/pythoncore/getbuildinfo.vsprops @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="getbuildinfo"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="Running make_buildinfo.exe"
+ CommandLine="cd $(SolutionDir)
make_buildinfo\make_buildinfo.exe"
+ />
+</VisualStudioPropertySheet>
|