#792 work in progress: new property sheets added, and inheritance between them established

git-svn-id: https://svn.pjsip.org/repos/pjproject/branches/projects/vs-reorg@2610 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Perry Ismangil 2009-04-17 16:50:49 +00:00
parent a5c1abf3fb
commit 8a3641acd1
9 changed files with 44 additions and 10 deletions

View File

@ -3,6 +3,7 @@
ProjectType="Visual C++"
Version="8.00"
Name="pjproject-vs8-debug-defaults"
InheritedPropertySheets=".\pjproject-vs8-common-defaults.vsprops"
DeleteExtensionsOnClean=""
>
<Tool

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="pjproject-vs8-debug-dynamic-defaults"
InheritedPropertySheets=".\pjproject-vs8-debug-defaults.vsprops"
>
</VisualStudioPropertySheet>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="pjproject-vs8-debug-static-defaults"
InheritedPropertySheets=".\pjproject-vs8-debug-defaults.vsprops"
>
</VisualStudioPropertySheet>

View File

@ -1,7 +1,8 @@
<?xml version="1.0"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="pjproject-vs8-release-defaults"
InheritedPropertySheets=".\pjproject-vs8-common-defaults.vsprops"
>
</VisualStudioPropertySheet>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="pjproject-vs8-release-dynamic-defaults"
InheritedPropertySheets=".\pjproject-vs8-release-defaults.vsprops"
>
</VisualStudioPropertySheet>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="pjproject-vs8-release-static-defaults"
InheritedPropertySheets=".\pjproject-vs8-release-defaults.vsprops"
>
</VisualStudioPropertySheet>

View File

@ -3,7 +3,6 @@
ProjectType="Visual C++"
Version="8.00"
Name="pjproject-vs8-win32-common-defaults"
InheritedPropertySheets=".\pjproject-vs8-common-defaults.vsprops"
>
<UserMacro
Name="TargetCPU"

View File

@ -3,6 +3,6 @@
ProjectType="Visual C++"
Version="8.00"
Name="pjproject-vs8-win32-release-defaults"
InheritedPropertySheets=".\pjproject-vs8-win32-common-defaults.vsprops;.\pjproject-vs8-release-defaults.vsprops"
InheritedPropertySheets=".\pjproject-vs8-win32-common-defaults.vsprops"
>
</VisualStudioPropertySheet>

View File

@ -1,7 +1,8 @@
<?xml version="1.0"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="pjproject-vs8-wm6-release-defaults"
InheritedPropertySheets=".\pjproject-vs8-wm6-common-defaults.vsprops"
>
</VisualStudioPropertySheet>