1 Star 0 Fork 60

PJF / CookPopularControl

forked from CookCSharp / CookPopularControl
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Directory.Build.props 2.84 KB
一键复制 编辑 原始数据 按行查看 历史
写代码的厨子 提交于 2022-10-25 20:02 . fixed bug of all controls
<Project>
<Import Project="Version.props" />
<PropertyGroup>
<TargetFrameworks>net46;net461;netcoreapp3.1;net5.0-windows;net6.0-windows</TargetFrameworks>
<Platforms>AnyCPU;x64;x86</Platforms>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<LangVersion>latest</LangVersion>
<OutputPath>$(SolutionDir)Output\bin\$(Configuration)\$(MSBuildProjectName)</OutputPath>
<PackageOutputPath>$(SolutionDir)Output\bin\$(Configuration)</PackageOutputPath>
<BaseIntermediateOutputPath>$(SolutionDir)Output\obj\$(Configuration)\$(MSBuildProjectName)</BaseIntermediateOutputPath>
<!--<IntermediateOutputPath>$(SolutionDir)Output\obj\$(Configuration)\$(MSBuildProjectName)</IntermediateOutputPath>-->
<UseHostCompilerIfAvailable>false</UseHostCompilerIfAvailable>
<!--设定语言-->
<SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
<!--不生成ReferenceAssembly,即ref文件夹-->
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<!--指示编译器是否应为相同的输入产生相同的程序集-->
<Deterministic>true</Deterministic>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<!--CookPopularControl Nuget包说明配置 $(MSBuildToolsPath)-->
<PackageId>$(MSBuildProjectName)</PackageId>
<Authors>写代码的厨子</Authors>
<Company>写代码的厨子</Company>
<Product>$(MSBuildProjectName)</Product>
<Title>$(MSBuildProjectName)</Title>
<Description>兼容.NetFramework与.NetCore/.Net的WPF控件库</Description>
<Copyright>Copyright © $(MSBuildProjectName) 2019-2022</Copyright>
<PackageTags>xaml,wpf,ui,controls,windows,desktop,cookpopularcontrol,library</PackageTags>
<RepositoryUrl>https://gitee.com/cook-csharp/$(MSBuildProjectName)</RepositoryUrl>
<PackageProjectUrl>https://github.com/chancezheng/CookPopularControl</PackageProjectUrl>
<PackageReleaseNotes>兼容.NetFramework与.NetCore/.Net的WPF控件库</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>$(SolutionDir)Output\bin\Debug\$(MSBuildProjectName)</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>$(SolutionDir)Output\bin\Release\$(MSBuildProjectName)</OutputPath>
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<Target Name="RemoveWpfTempFolder" AfterTargets="Build">
<ItemGroup>
<WpfTempDirectories Include="$([System.IO.Directory]::GetDirectories(&quot;$(MSBuildThisFileDirectory)Output\bin\$(Configuration)&quot;,&quot;$(MSBuildProjectName)_*_wpftmp&quot;))" />
</ItemGroup>
<RemoveDir Directories="@(WpfTempDirectories)" />
</Target>
</Project>
C#
1
https://gitee.com/yinyupjf/CookPopularControl.git
git@gitee.com:yinyupjf/CookPopularControl.git
yinyupjf
CookPopularControl
CookPopularControl
chance_dev

搜索帮助

53164aa7 5694891 3bd8fe86 5694891