1 Star 0 Fork 0

DMSRS/Awesome Aop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Build.Debug.props 3.02 KB
一键复制 编辑 原始数据 按行查看 历史
Jimbo Tang 提交于 2023-09-21 11:52 . `
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove($(MSBuildThisFile), $(MSBuildThisFileDirectory)..))"
Condition ="Exists($([MSBuild]::GetPathOfFileAbove($(MSBuildThisFile), $(MSBuildThisFileDirectory)..)))" />
<Target Name="Path" AfterTargets="Build" Condition="false">
<Message Text=" ReadmeInTree: $(ReadmeInTree)" Importance="high" />
<Message Text=" IconPngInTree: $(IconPngInTree)" Importance="high" />
<Message Text=" AppIcoInTree: $(AppIcoInTree)" Importance="high" />
<Message Text=" ChangeLogInTree: $(ChangeLogInTree)" Importance="high" />
<Message Text=" CertificateFileInTree: $(CertificateFileInTree)" Importance="high" />
<Message Text=" ChangeLogFinalPath: $(ChangeLogFinalPath)" Importance="high" />
<Message Text=" DescriptionFinalPath: $(DescriptionFinalPath)" Importance="high" />
<Message Text=" PackageIconFinalPath: $(PackageIconFinalPath)" Importance="high" />
<Message Text=" ApplicationIcon: $(ApplicationIcon)" Importance="high" />
<Message Text=" AssemblyOriginatorKeyFile: $(AssemblyOriginatorKeyFile)" Importance="high" />
<Message Text=" PackageCertificateKeyFile: $(PackageCertificateKeyFile)" Importance="high" />
<!--<Message Text=" IntermediateOutputPath: $(IntermediateOutputPath)" Importance="high" />-->
<!--<Message Text="$(ProjDir)" Importance="high" />
<Message Text="$(AssertDir)" Importance="high" />
<Message Text="$(PropsDir)" Importance="high" />
<Message Text="$(Description)" Importance="high" />-->
</Target>
<Target Name="NameValues" AfterTargets="Build" Condition="false">
<Message Text="=====$(MSBuildProjectName) - $(Configuration) -$(TargetFramework) - $(MSBuildThisFileDirectory) ========================================================" Importance="high" />
<!--<Message Text="==Related: '$(MSBuildProjectName)' - '$(AssemblyName)' with :========================================================"
Importance="high" />-->
<!--
<Message Text="== '$(TargetFramework)' ========================================================" Importance="high" />
<Message Text="== '$(TargetFrameworkVersion)' ========================================================" Importance="high" />-->
<!-- Use $(Property Name) to reference a property -->
<!--<Message Text="$(ProjDir)" Importance="high" />
<Message Text="$(AssertDir)" Importance="high" />
<Message Text="$(PropsDir)" Importance="high" />
<Message Text="$(Description)" Importance="high" />-->
<!-- Use @(Item Name) to output a semi-colon
separated list of items on one line -->
<!--<Message Text="@(SolutionReadme)" Importance="high" />-->
<!-- Use %(Item Name.Metadata Property Name) to
call the Message task once for each item. -->
<!-- This will output each item on a separate line -->
<!--<Message Text="%(None.Identity)" Importance="high" />-->
<!--<Message Text=" " Importance="high" />
<Message Text=" " Importance="high" />-->
</Target>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/dmsrs/awesome-aop.git
[email protected]:dmsrs/awesome-aop.git
dmsrs
awesome-aop
Awesome Aop
master

搜索帮助