mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
23 lines
700 B
XML
23 lines
700 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Rule Name="BootableConfiguration"
|
|
DisplayName="Bootable Configuration"
|
|
PageTemplate="generic"
|
|
Description="Bootable configuration."
|
|
xmlns="http://schemas.microsoft.com/build/2009/properties">
|
|
|
|
<Rule.DataSource>
|
|
<DataSource Persistence="ProjectFile"
|
|
Label="Configuration"
|
|
SourceOfDefaultValue="AfterContext" />
|
|
</Rule.DataSource>
|
|
<Rule.Categories>
|
|
<Category Name="General"
|
|
DisplayName="General"
|
|
Description="General" />
|
|
</Rule.Categories>
|
|
|
|
<StringProperty Name="IsoFile" />
|
|
|
|
<StringProperty Name="BinFile" />
|
|
|
|
</Rule>
|