Support property-page customisation on python module projects

This commit is contained in:
baldurk
2024-01-30 20:31:35 +00:00
parent 1e70124bd6
commit faa0695323
2 changed files with 14 additions and 2 deletions
@@ -26,7 +26,6 @@
</PropertyGroup>
<Import Project="$(SolutionDir)\util\WindowsSDKTarget.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(SolutionDir)\qrenderdoc\Code\pyrenderdoc\python.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
@@ -159,4 +158,11 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ItemGroup>
<ProjectTools Include="python_sheet" />
<PropertyPageSchema Include="python_sheet.xml">
<Context>Project</Context>
</PropertyPageSchema>
</ItemGroup>
<Import Project="$(SolutionDir)\qrenderdoc\Code\pyrenderdoc\python.props" />
</Project>
@@ -26,7 +26,6 @@
</PropertyGroup>
<Import Project="$(SolutionDir)\util\WindowsSDKTarget.props" />
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(SolutionDir)\qrenderdoc\Code\pyrenderdoc\python.props" />
<PropertyGroup Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
@@ -160,4 +159,11 @@
<ClInclude Include="..\Interface\RemoteHost.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ItemGroup>
<ProjectTools Include="python_sheet" />
<PropertyPageSchema Include="python_sheet.xml">
<Context>Project</Context>
</PropertyPageSchema>
</ItemGroup>
<Import Project="$(SolutionDir)\qrenderdoc\Code\pyrenderdoc\python.props" />
</Project>