It work now?

This commit is contained in:
JFronny 2020-07-01 15:15:45 +02:00
parent 6ab80c5f5b
commit cae2ec845e
4 changed files with 16 additions and 9 deletions

BIN
ILRepack.merge.dll Normal file

Binary file not shown.

View File

@ -2,19 +2,19 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net472</TargetFramework>
<TargetFramework>net48</TargetFramework>
<LangVersion>8</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="ILRepack.merge, Version=2.0.18.0, Culture=neutral, PublicKeyToken=null">
<HintPath>../../DXOS/ILRepack.merge.dll</HintPath>
<Aliases>mc1</Aliases>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Brokenevent.ILStrip" Version="1.1.4" />
</ItemGroup>
<ItemGroup>
<Reference Include="ILRepack.merge, Version=2.0.18.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\ILRepack.merge.dll</HintPath>
<Aliases>mc1</Aliases>
</Reference>
</ItemGroup>
</Project>

View File

@ -3,7 +3,6 @@ using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Numerics;
using System.Reflection;
using System.Security.Cryptography;
using BrokenEvent.ILStrip;

View File

@ -0,0 +1,8 @@
{
"profiles": {
"PostCompile": {
"commandName": "Project",
"commandLineArgs": "\"D:\\SRC\\VisualStudio\\PostCompile\\SimpleTestApp\\bin\\Debug\\net472\\SimpleTestApp.exe\" run"
}
}
}