|
11 | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
12 | 12 | <description>A Designer Framework for WPF UIs</description> |
13 | 13 | <summary>WpfDesigner is the graphical WPF UI designer used in SharpDevelop</summary> |
14 | | - <copyright>Copyright (c) 2015-2019 IC#Code</copyright> |
| 14 | + <copyright>Copyright (c) 2015-2021 IC#Code</copyright> |
15 | 15 | <language>en-US</language> |
16 | 16 | <tags>WPF XAML Designer UI Editor SharpDevelop WpfDesigner</tags> |
| 17 | + <dependencies> |
| 18 | + <group targetFramework=".NETFramework4.5" /> |
| 19 | + <group targetFramework="net5.0-windows" /> |
| 20 | + </dependencies> |
17 | 21 | </metadata> |
18 | 22 | <files> |
19 | 23 | <file src="..\bin\net45\ICSharpCode.WpfDesign.Designer.dll" target="lib\net45" /> |
|
25 | 29 | <file src="..\bin\net45\ICSharpCode.WpfDesign.XamlDom.dll" target="lib\net45" /> |
26 | 30 | <file src="..\bin\net45\ICSharpCode.WpfDesign.XamlDom.pdb" target="lib\net45" /> |
27 | 31 | <file src="..\bin\net45\ICSharpCode.WpfDesign.XamlDom.xml" target="lib\net45" /> |
28 | | - <file src="..\bin\netcoreapp3.0\ICSharpCode.WpfDesign.Designer.dll" target="lib\netcoreapp3.0" /> |
29 | | - <file src="..\bin\netcoreapp3.0\ICSharpCode.WpfDesign.Designer.pdb" target="lib\netcoreapp3.0" /> |
30 | | - <file src="..\bin\netcoreapp3.0\ICSharpCode.WpfDesign.Designer.xml" target="lib\netcoreapp3.0" /> |
31 | | - <file src="..\bin\netcoreapp3.0\ICSharpCode.WpfDesign.dll" target="lib\netcoreapp3.0" /> |
32 | | - <file src="..\bin\netcoreapp3.0\ICSharpCode.WpfDesign.pdb" target="lib\netcoreapp3.0" /> |
33 | | - <file src="..\bin\netcoreapp3.0\ICSharpCode.WpfDesign.xml" target="lib\netcoreapp3.0" /> |
34 | | - <file src="..\bin\netcoreapp3.0\ICSharpCode.WpfDesign.XamlDom.dll" target="lib\netcoreapp3.0" /> |
35 | | - <file src="..\bin\netcoreapp3.0\ICSharpCode.WpfDesign.XamlDom.pdb" target="lib\netcoreapp3.0" /> |
36 | | - <file src="..\bin\netcoreapp3.0\ICSharpCode.WpfDesign.XamlDom.xml" target="lib\netcoreapp3.0" /> |
| 32 | + <file src="..\bin\net5.0-windows\ICSharpCode.WpfDesign.Designer.dll" target="lib\net5.0-windows" /> |
| 33 | + <file src="..\bin\net5.0-windows\ICSharpCode.WpfDesign.Designer.pdb" target="lib\net5.0-windows" /> |
| 34 | + <file src="..\bin\net5.0-windows\ICSharpCode.WpfDesign.Designer.xml" target="lib\net5.0-windows" /> |
| 35 | + <file src="..\bin\net5.0-windows\ICSharpCode.WpfDesign.dll" target="lib\net5.0-windows" /> |
| 36 | + <file src="..\bin\net5.0-windows\ICSharpCode.WpfDesign.pdb" target="lib\net5.0-windows" /> |
| 37 | + <file src="..\bin\net5.0-windows\ICSharpCode.WpfDesign.xml" target="lib\net5.0-windows" /> |
| 38 | + <file src="..\bin\net5.0-windows\ICSharpCode.WpfDesign.XamlDom.dll" target="lib\net5.0-windows" /> |
| 39 | + <file src="..\bin\net5.0-windows\ICSharpCode.WpfDesign.XamlDom.pdb" target="lib\net5.0-windows" /> |
| 40 | + <file src="..\bin\net5.0-windows\ICSharpCode.WpfDesign.XamlDom.xml" target="lib\net5.0-windows" /> |
37 | 41 | </files> |
38 | 42 | </package> |
0 commit comments