mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-05-03 04:13:36 +08:00
移除key
This commit is contained in:
parent
af4341fbec
commit
fff14d9211
@ -13,6 +13,7 @@
|
||||
<PackageId>Xhm.CPF.Linux</PackageId>
|
||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<SignAssembly>false</SignAssembly>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
|
@ -4,8 +4,7 @@
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
<Product>QQ:761716178 跨平台UI框架</Product>
|
||||
<Version>0.9.6.5</Version>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>key.pfx</AssemblyOriginatorKeyFile>
|
||||
<SignAssembly>false</SignAssembly>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<PackageId>Xhm.CPF.Mac</PackageId>
|
||||
<Description>CPF(Cross platform UI framework) QQ:761716178 跨平台UI框架 http://cpf.cskin.net/</Description>
|
||||
|
@ -4,8 +4,7 @@
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<Product>QQ:761716178 跨平台UI框架</Product>
|
||||
<Version>0.9.6.5</Version>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>key.pfx</AssemblyOriginatorKeyFile>
|
||||
<SignAssembly>false</SignAssembly>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<PackageId>Xhm.CPF.Skia</PackageId>
|
||||
<Description>CPF(Cross platform UI framework) QQ:761716178 跨平台UI框架 http://cpf.cskin.net/</Description>
|
||||
|
@ -4,8 +4,7 @@
|
||||
<TargetFrameworks>net40;netstandard2.0;net5</TargetFrameworks>
|
||||
<Product>QQ:761716178 跨平台UI框架</Product>
|
||||
<Version>0.9.6.5</Version>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<AssemblyOriginatorKeyFile>key.pfx</AssemblyOriginatorKeyFile>
|
||||
<SignAssembly>false</SignAssembly>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<PackageId>Xhm.CPF.Windows</PackageId>
|
||||
<Description>CPF(Cross platform UI framework) QQ:761716178 跨平台UI框架 http://cpf.cskin.net/</Description>
|
||||
|
@ -8,9 +8,8 @@
|
||||
<Description>CPF(Cross platform UI framework) QQ:761716178 跨平台UI框架 http://cpf.cskin.net/</Description>
|
||||
<Version>0.9.6.5</Version>
|
||||
<LangVersion>9.0</LangVersion>
|
||||
<SignAssembly>true</SignAssembly>
|
||||
<SignAssembly>false</SignAssembly>
|
||||
<DelaySign>false</DelaySign>
|
||||
<AssemblyOriginatorKeyFile>key.pfx</AssemblyOriginatorKeyFile>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<PackageId>Xhm.CPF</PackageId>
|
||||
<PackageProjectUrl></PackageProjectUrl>
|
||||
|
@ -30,6 +30,7 @@
|
||||
<Compile Remove="OpenGLWindow.cs" />
|
||||
<Compile Remove="SqliteDataAdapter.cs" />
|
||||
<Compile Remove="VideoPlayTest.cs" />
|
||||
<Compile Remove="Window3.cs" />
|
||||
<Compile Remove="Window7.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@ -94,7 +95,7 @@
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\CPF.Windows\CPF.Windows.csproj" />
|
||||
<ProjectReference Include="..\CPF\CPF.csproj" />
|
||||
<ProjectReference Include="..\CPF.Cef\CPF.Cef.csproj" />
|
||||
<!--<ProjectReference Include="..\CPF.Cef\CPF.Cef.csproj" />-->
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(TargetFramework)'!='net40'">
|
||||
<ProjectReference Include="..\CPF.Skia\CPF.Skia.csproj" />
|
||||
|
Loading…
Reference in New Issue
Block a user