1 Star 0 Fork 11

云之梦歌 / CPF.Vlc

forked from csharpui / CPF.Vlc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CPF.Vlc.csproj 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
小红帽 提交于 2023-11-22 23:59 . 初始化
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>TRACE;NET40</DefineConstants>
<DocumentationFile>bin\Debug\CPF.Vlc.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="LibVLCSharp\**" />
<EmbeddedResource Remove="LibVLCSharp\**" />
<None Remove="LibVLCSharp\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="LibVLCSharp" Version="3.8.2" />
</ItemGroup>
<ItemGroup>
<!--<ProjectReference Include="..\CPF\CPF.csproj" />-->
<PackageReference Include="Xhm.CPF" Version="0.9.6.*" />
</ItemGroup>
<PropertyGroup>
<DefineConstants Condition="'$(TargetFramework)'=='net40'">Net4</DefineConstants>
<PackageId>Xhm.CPF.Vlc</PackageId>
<Version>0.9.5</Version>
<Authors>QQ:761716178</Authors>
<Product>QQ:761716178 跨平台UI框架</Product>
<Description>CPF(Cross platform UI framework) QQ:761716178 跨平台UI框架 http://cpf.cskin.net/</Description>
<Copyright>Copyright (c) 2020 by http://cpf.cskin.net/</Copyright>
<PackageReleaseNotes>CPF(Cross platform UI framework) QQ:761716178 跨平台UI框架 http://cpf.cskin.net/</PackageReleaseNotes>
<SignAssembly>false</SignAssembly>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>
</Project>
1
https://gitee.com/dresnclor/cpf.vlc.git
git@gitee.com:dresnclor/cpf.vlc.git
dresnclor
cpf.vlc
CPF.Vlc
master

搜索帮助