mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Support setting overridden python path via VS properties page
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ProjectSchemaDefinitions xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<Rule Name="python_sheet"
|
||||
DisplayName="Python Configuration"
|
||||
PageTemplate="generic"
|
||||
Description="Configuring where the python install is obtained from"
|
||||
xmlns="http://schemas.microsoft.com/build/2009/properties">
|
||||
|
||||
<Rule.Categories>
|
||||
<Category Name="Build" DisplayName="Build" />
|
||||
</Rule.Categories>
|
||||
|
||||
<Rule.DataSource>
|
||||
<DataSource Persistence="UserFile" HasConfigurationCondition="true" />
|
||||
</Rule.DataSource>
|
||||
|
||||
<StringProperty Name="VSPythonOverridePath" DisplayName="Custom Python Path" Description="Path to a custom python install. Requires python headers, lib, dll, and standard library zip." Category="Build" IncludeInCommandLine="false">
|
||||
<StringProperty.ValueEditors>
|
||||
<ValueEditor EditorType="DefaultStringPropertyEditor" DisplayName="<Edit...>"/>
|
||||
<ValueEditor EditorType="DefaultFolderPropertyEditor" DisplayName="<Browse...>"/>
|
||||
</StringProperty.ValueEditors>
|
||||
</StringProperty>
|
||||
</Rule>
|
||||
</ProjectSchemaDefinitions>
|
||||
|
||||
Reference in New Issue
Block a user