mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-04-04 23:39:26 +08:00
72 lines
2.6 KiB
XML
72 lines
2.6 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net40;netstandard2.0;net5</TargetFrameworks>
|
|
<Product>QQ:761716178 跨平台UI框架</Product>
|
|
<Version>0.9.6.7</Version>
|
|
<PackageId>Xhm.CPF.Windows</PackageId>
|
|
<Description>CPF(Cross platform UI framework) QQ:761716178 跨平台UI框架 http://cpf.cskin.net/</Description>
|
|
<PackageProjectUrl>http://cpf.cskin.net/</PackageProjectUrl>
|
|
<Copyright>Copyright (c) 2020 by http://cpf.cskin.net/</Copyright>
|
|
<PackageReleaseNotes>CPF(Cross platform UI framework) QQ:761716178 跨平台UI框架 http://cpf.cskin.net/</PackageReleaseNotes>
|
|
<Authors>QQ:761716178</Authors>
|
|
<Company>QQ:761716178</Company>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DefineConstants />
|
|
<DocumentationFile>bin\Debug\CPF.Windows.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Json\**" />
|
|
<Compile Remove="MicroCom\**" />
|
|
<EmbeddedResource Remove="Json\**" />
|
|
<EmbeddedResource Remove="MicroCom\**" />
|
|
<None Remove="Json\**" />
|
|
<None Remove="MicroCom\**" />
|
|
</ItemGroup>
|
|
<ItemGroup Condition="'$(TargetFramework)'=='net40' Or '$(TargetFramework)'=='netstandard2.0'">
|
|
<Compile Remove="ComWrapper\**" />
|
|
<EmbeddedResource Remove="ComWrapper\**" />
|
|
<None Remove="ComWrapper\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="ClipboardFormats.cs" />
|
|
<Compile Remove="CommandMessage.cs" />
|
|
<Compile Remove="OpenGL\OpenGl.cs" />
|
|
<Compile Remove="OpenGL\OpenGLEnumerations.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CPF\CPF.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup Condition="'$(TargetFramework)'=='net40'">
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
</ItemGroup>
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
|
<PackageReference Include="System.Drawing.Common">
|
|
<Version>8.0.6</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'net5'">
|
|
<PackageReference Include="System.Drawing.Common">
|
|
<Version>8.0.6</Version>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<DefineConstants Condition="'$(TargetFramework)'=='net40'">Net4</DefineConstants>
|
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|