当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 62

LuckyJoke/CookPopularControl
暂停

forked from CookCSharp/CookPopularControl
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Directory.Build.props 3.30 KB
一键复制 编辑 原始数据 按行查看 历史
写代码的厨子 提交于 2023-12-18 14:01 . the last time for push
<Project>
<Import Project="Version.props" />
<PropertyGroup>
<TargetFrameworks>net46;netcoreapp3.1;net6.0-windows</TargetFrameworks>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<Platforms>AnyCPU;x64;x86</Platforms>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>latest</LangVersion>
<OutputPath>$(SolutionDir)Output\bin\$(Configuration)\$(MSBuildProjectName)</OutputPath>
<BaseIntermediateOutputPath>$(SolutionDir)Output\obj\$(Configuration)\$(MSBuildProjectName)</BaseIntermediateOutputPath>
<!--<IntermediateOutputPath>$(SolutionDir)Output\obj\$(Configuration)\$(MSBuildProjectName)</IntermediateOutputPath>-->
<UseHostCompilerIfAvailable>false</UseHostCompilerIfAvailable>
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
<!--是否将引用的nuget包复制到输出目录-->
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<!--是否生成.config文件-->
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<!--是否将Framework运行时输出-->
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<!--<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<AppendRuntimeIdentifierToOutputPath>true</AppendRuntimeIdentifierToOutputPath>-->
<!--设定语言-->
<SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
<!--不生成ReferenceAssembly,即ref文件夹-->
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<!--指示编译器是否应为相同的输入产生相同的程序集-->
<Deterministic>true</Deterministic>
<WarningLevel>4</WarningLevel>
<!--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-2023</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageOutputPath>$(SolutionDir)Output\bin\$(Configuration)</PackageOutputPath>
<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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/lucky-joke/CookPopularControl.git
git@gitee.com:lucky-joke/CookPopularControl.git
lucky-joke
CookPopularControl
CookPopularControl
chance_dev

搜索帮助

0d507c66 1850385 C8b1a773 1850385