1 Star 0 Fork 0

须臾人生/dnSpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
DnSpyCommon.props 3.52 KB
一键复制 编辑 原始数据 按行查看 历史
ElektroKill 提交于 2024-03-17 20:18 . Update Roslyn to 4.9.2
<Project>
<PropertyGroup>
<!--
- build.ps1
- .github/workflows/build.yml
- DnSpyRoslyn.props
NOTE: Update the ABOVE files when TargetFrameworks is updated -->
<TargetFrameworks>net48;net8.0-windows</TargetFrameworks>
<IsDotNetFramework>false</IsDotNetFramework>
<IsDotNet>false</IsDotNet>
<IsSelfContainedDotNet>false</IsSelfContainedDotNet>
<IsDotNetFramework Condition=" $(TargetFramework.StartsWith(net4)) ">true</IsDotNetFramework>
<IsDotNet Condition=" !$(TargetFramework.StartsWith(net4)) ">true</IsDotNet>
<IsSelfContainedDotNet Condition=" '$(IsDotNet)' == 'true' ">true</IsSelfContainedDotNet>
<Features>strict;nullablePublicOnly</Features>
<LangVersion>latest</LangVersion>
<LangVersion Condition=" $(MSBuildProjectFile.EndsWith('.vbproj')) " >latest</LangVersion>
<NeutralLanguage>en</NeutralLanguage>
<AppDesignerFolderContentsVisibleOnlyInShowAllFiles>false</AppDesignerFolderContentsVisibleOnlyInShowAllFiles>
<!-- Make sure we don't have to publish each extension to get all their refs -->
<CopyLocalLockFileAssemblies Condition=" '$(IsDotNet)' == 'true' ">true</CopyLocalLockFileAssemblies>
<!-- If this gets updated, also update .github/workflows/build.yml and build.ps1 -->
<DnSpyRuntimeIdentifiers>win-x86;win-x64</DnSpyRuntimeIdentifiers>
<SatelliteResourceLanguages>cs;de;es;es-ES;fa;fr;hu;it;pt-BR;pt-PT;ru;tr;uk;zh-CN;vi</SatelliteResourceLanguages>
<!-- Allow compiling for windows on non-windows platforms -->
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<!-- Enable Visual Studio Build Acceleration -->
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
<!-- Update app.config whenever this value changes -->
<DnSpyAssemblyVersion>6.5.0.0</DnSpyAssemblyVersion>
<!-- This is shown in the title bar -->
<DnSpyAssemblyInformationalVersion>v6.5.0</DnSpyAssemblyInformationalVersion>
<!-- Prevent .NET SDK from appening the git commit hash to the information version -->
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<DnSpyAssemblyCopyright>Copyright (C) 2014-2020 [email protected]</DnSpyAssemblyCopyright>
<!-- AD0001: buggy Roslyn analyzer(s) crash, disable that warning -->
<!-- WFAC010: Prevent warning about app.manifest properties -->
<NoWarn>NU1701;AD0001;WFAC010;NETSDK1189</NoWarn>
<NoWarn Condition=" '$(IsDotNetFramework)' == 'true' ">$(NoWarn);CS8767</NoWarn>
<!-- Update app.config whenever some of these versions change (eg. dnlib version) -->
<DiaSymReaderVersion>1.7.0</DiaSymReaderVersion>
<DnlibVersion>4.4.0</DnlibVersion>
<IcedVersion>1.21.0</IcedVersion>
<MSBuildNuGetVersion>17.1.0</MSBuildNuGetVersion>
<MSDiagRuntimeVersion>1.1.142101</MSDiagRuntimeVersion>
<MSVSCompositionVersion>17.7.40</MSVSCompositionVersion>
<MSVSIntellisenseVersion>15.5.27130</MSVSIntellisenseVersion>
<MSVSTextVersion>15.5.27130</MSVSTextVersion>
<NewtonsoftJsonVersion>13.0.3</NewtonsoftJsonVersion>
<OokiiDialogsWpfVersion>5.0.1</OokiiDialogsWpfVersion>
<RoslynVersion>4.9.2</RoslynVersion>
<SCCompositionVersion>8.0.0</SCCompositionVersion>
<NuGetVersion>6.9.1</NuGetVersion>
<DbgShimVersion>8.0.510501</DbgShimVersion>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)Build\ConvertToNetstandardReferences\ConvertToNetstandardReferences.tasks" Condition=" '$(IsDotNet)' == 'true' " />
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a-moment-of-life/dnSpy.git
[email protected]:a-moment-of-life/dnSpy.git
a-moment-of-life
dnSpy
dnSpy
master

搜索帮助