Files
RedBear-OS/recipes/dev/python312/source/Tools/msi/doc/doc.wixproj
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

37 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{0D62A2BB-5F71-4447-8C8C-9708407B3674}</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>doc</OutputName>
<OutputType>Package</OutputType>
<!-- Shortcut validation is not necessary -->
<SuppressICEs>ICE43</SuppressICEs>
</PropertyGroup>
<Import Project="..\msi.props" />
<PropertyGroup>
<DocHtmlPath>$(PySourcePath)Doc\build\html\</DocHtmlPath>
<DocHtmlPath Condition="!HasTrailingSlash($(DocHtmlPath))">$(DocHtmlPath)\</DocHtmlPath>
</PropertyGroup>
<ItemGroup>
<LinkerBindInputPaths Include="$(DocHtmlPath)">
<BindName>doc_html</BindName>
</LinkerBindInputPaths>
<Compile Include="doc.wxs" />
</ItemGroup>
<ItemGroup>
<WxlTemplate Include="*.wxl_template" />
</ItemGroup>
<ItemGroup>
<InstallFiles Include="$(DocHtmlPath)**\*"
Exclude="$(DocHtmlPath)_sources\**\*">
<SourceBase>$(DocHtmlPath)</SourceBase>
<Source>!(bindpath.doc_html)</Source>
<TargetBase>$(DocHtmlPath)..\</TargetBase>
<Target_>Doc_</Target_>
<Group>doc_html</Group>
</InstallFiles>
</ItemGroup>
<Import Project="..\msi.targets" />
</Project>