mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<?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>
|
|
|