|
|
|
@ -5,16 +5,16 @@
@@ -5,16 +5,16 @@
|
|
|
|
|
<Nullable>enable</Nullable> |
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
|
<WarningsAsErrors>nullable</WarningsAsErrors> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<SignAssembly>True</SignAssembly> |
|
|
|
|
<AssemblyOriginatorKeyFile>..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.snk</AssemblyOriginatorKeyFile> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<NeutralLanguage>en-US</NeutralLanguage> |
|
|
|
|
<GenerateAssemblyVersionAttribute>False</GenerateAssemblyVersionAttribute> |
|
|
|
|
<GenerateAssemblyFileVersionAttribute>False</GenerateAssemblyFileVersionAttribute> |
|
|
|
|
<GenerateAssemblyInformationalVersionAttribute>False</GenerateAssemblyInformationalVersionAttribute> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
<PackageId>ICSharpCode.ILSpyX</PackageId> |
|
|
|
|
<PackageVersion>8.0.0.0-noversion</PackageVersion> |
|
|
|
@ -32,22 +32,27 @@
@@ -32,22 +32,27 @@
|
|
|
|
|
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
|
|
|
|
<Copyright>Copyright 2022-$([System.DateTime]::Now.Year) AlphaSierraPapa</Copyright> |
|
|
|
|
<PackageTags>C# Decompiler ILSpy</PackageTags> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
|
|
|
|
<DebugType>embedded</DebugType> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<EmbedUntrackedSources>true</EmbedUntrackedSources> |
|
|
|
|
<PublishRepositoryUrl>true</PublishRepositoryUrl> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<InternalsVisibleTo Include="ILSpy" Key="00240000048000009400000006020000002400005253413100040000010001004dcf3979c4e902efa4dd2163a039701ed5822e6f1134d77737296abbb97bf0803083cfb2117b4f5446a217782f5c7c634f9fe1fc60b4c11d62c5b3d33545036706296d31903ddcf750875db38a8ac379512f51620bb948c94d0831125fbc5fe63707cbb93f48c1459c4d1749eb7ac5e681a2f0d6d7c60fa527a3c0b8f92b02bf" /> |
|
|
|
|
<InternalsVisibleTo Include="ILSpy.Tests" Key="00240000048000009400000006020000002400005253413100040000010001004dcf3979c4e902efa4dd2163a039701ed5822e6f1134d77737296abbb97bf0803083cfb2117b4f5446a217782f5c7c634f9fe1fc60b4c11d62c5b3d33545036706296d31903ddcf750875db38a8ac379512f51620bb948c94d0831125fbc5fe63707cbb93f48c1459c4d1749eb7ac5e681a2f0d6d7c60fa527a3c0b8f92b02bf" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Include="PackageReadme.md" Pack="true" PackagePath="\" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<Compile Remove="Properties\AssemblyInfo.template.cs" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> |
|
|
|
|
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
|
|
|
|
</PropertyGroup> |
|
|
|
@ -77,7 +82,7 @@
@@ -77,7 +82,7 @@
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<ProjectReference Include="..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.csproj" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Target Name="ILSpyUpdateAssemblyInfo" AfterTargets="ResolveProjectReferences"> |
|
|
|
|
<ReadLinesFromFile ContinueOnError="true" File="..\VERSION"> |
|
|
|
|
<Output TaskParameter="Lines" PropertyName="PackageVersion" /> |
|
|
|
|