mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-02 23:26:35 +08:00
33 lines
1.7 KiB
XML
33 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<package >
|
|
<metadata>
|
|
<id>Dragablz</id>
|
|
<version>0.0.0.0</version>
|
|
<title>Dragablz - Dragable and tearable tab control for WPF</title>
|
|
<authors>James Willock</authors>
|
|
<owners>James Willock</owners>
|
|
<iconUrl>https://raw.githubusercontent.com/ButchersBoy/Dragablz/master/Resources/D32.png</iconUrl>
|
|
<licenseUrl>https://raw.githubusercontent.com/ButchersBoy/Dragablz/master/LICENSE</licenseUrl>
|
|
<projectUrl>http://dragablz.net</projectUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Dragable and tearable tab control for WPF</description>
|
|
<releaseNotes>Support for .NET Core 3.0</releaseNotes>
|
|
<copyright>Copyright 2014-20 James Willock/Mulholland Software Ltd</copyright>
|
|
<tags>WPF TabControl Tab Tearable</tags>
|
|
</metadata>
|
|
<files>
|
|
<file src="..\bin\Release\netcoreapp3.0\Dragablz.dll" target="lib\netcoreapp3.0" />
|
|
<file src="..\bin\Release\netcoreapp3.0\Dragablz.pdb" target="lib\netcoreapp3.0" />
|
|
<file src="..\bin\Release\netcoreapp3.0\Dragablz.xml" target="lib\netcoreapp3.0" />
|
|
<file src="..\bin\Release\net45\Dragablz.dll" target="lib\net45" />
|
|
<file src="..\bin\Release\net45\Dragablz.pdb" target="lib\net45" />
|
|
<file src="..\bin\Release\net45\Dragablz.xml" target="lib\net45" />
|
|
<file src="..\bin\Release\net40\Dragablz.dll" target="lib\net40" />
|
|
<file src="..\bin\Release\net40\Dragablz.pdb" target="lib\net40" />
|
|
<file src="..\bin\Release\net40\Dragablz.xml" target="lib\net40" />
|
|
<file src="..\Dragablz\**\*.cs" target="src\netcoreapp3.0" />
|
|
<file src="..\Dragablz\**\*.cs" target="src\net45" />
|
|
<file src="..\Dragablz\**\*.cs" target="src\net40" />
|
|
</files>
|
|
</package>
|