diff options
Diffstat (limited to 'PCbuild8/pyd.vsprops')
-rw-r--r-- | PCbuild8/pyd.vsprops | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/PCbuild8/pyd.vsprops b/PCbuild8/pyd.vsprops new file mode 100644 index 0000000..afbfb50 --- /dev/null +++ b/PCbuild8/pyd.vsprops @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="pyd"
+ InheritedPropertySheets=".\pyproject.vsprops"
+ >
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\$(ProjectName).pyd"
+ ImportLibrary="$(IntDir)\$(TargetName).lib"
+ />
+</VisualStudioPropertySheet>
|