mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Support property-page customisation on python module projects
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user