Skip to content

Commit 5a6688a

Browse files
committed
Revert BenchmarkDotNet.Disassembler changes
1 parent 99af383 commit 5a6688a

File tree

2 files changed

+48
-54
lines changed

2 files changed

+48
-54
lines changed
Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<Import Project="..\..\build\common.props" />
3-
<PropertyGroup>
4-
<TargetFramework>net462</TargetFramework>
5-
<OutputType>Exe</OutputType>
6-
<AssemblyTitle>BenchmarkDotNet.Disassembler.x64</AssemblyTitle>
7-
<AssemblyName>BenchmarkDotNet.Disassembler.x64</AssemblyName>
8-
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
9-
<PlatformTarget>x64</PlatformTarget>
10-
<SuppressNETCoreSdkPreviewMessage>True</SuppressNETCoreSdkPreviewMessage>
11-
<DefineConstants>$(DefineConstants);CLRMDV1</DefineConstants>
12-
</PropertyGroup>
13-
<PropertyGroup>
14-
<OutputPath>..\BenchmarkDotNet\Disassemblers</OutputPath>
15-
<RootNamespace>BenchmarkDotNet.Disassembler</RootNamespace>
16-
</PropertyGroup>
17-
<ItemGroup>
18-
<PackageReference Include="Iced" Version="1.21.0" />
19-
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="[1.1.142101]" />
20-
</ItemGroup>
21-
<ItemGroup>
22-
<PackageReference Update="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
23-
</ItemGroup>
24-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<Import Project="..\..\build\common.props" />
3+
<PropertyGroup>
4+
<TargetFramework>net462</TargetFramework>
5+
<OutputType>Exe</OutputType>
6+
<AssemblyTitle>BenchmarkDotNet.Disassembler.x64</AssemblyTitle>
7+
<AssemblyName>BenchmarkDotNet.Disassembler.x64</AssemblyName>
8+
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
9+
<PlatformTarget>x64</PlatformTarget>
10+
<SuppressNETCoreSdkPreviewMessage>True</SuppressNETCoreSdkPreviewMessage>
11+
<DefineConstants>$(DefineConstants);CLRMDV1</DefineConstants>
12+
</PropertyGroup>
13+
<PropertyGroup>
14+
<OutputPath>..\BenchmarkDotNet\Disassemblers</OutputPath>
15+
<RootNamespace>BenchmarkDotNet.Disassembler</RootNamespace>
16+
</PropertyGroup>
17+
<ItemGroup>
18+
<PackageReference Include="Iced" Version="1.21.0" />
19+
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="[1.1.142101]" />
20+
</ItemGroup>
21+
</Project>
Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,27 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<Import Project="..\..\build\common.props" />
3-
<PropertyGroup>
4-
<TargetFramework>net462</TargetFramework>
5-
<OutputType>Exe</OutputType>
6-
<AssemblyTitle>BenchmarkDotNet.Disassembler.x86</AssemblyTitle>
7-
<AssemblyName>BenchmarkDotNet.Disassembler.x86</AssemblyName>
8-
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
9-
<PlatformTarget>x86</PlatformTarget>
10-
<SuppressNETCoreSdkPreviewMessage>True</SuppressNETCoreSdkPreviewMessage>
11-
<DefineConstants>$(DefineConstants);CLRMDV1</DefineConstants>
12-
</PropertyGroup>
13-
<PropertyGroup>
14-
<OutputPath>..\BenchmarkDotNet\Disassemblers</OutputPath>
15-
<RootNamespace>BenchmarkDotNet.Disassembler</RootNamespace>
16-
</PropertyGroup>
17-
<ItemGroup>
18-
<Compile Include="..\BenchmarkDotNet.Disassembler.x64\DataContracts.cs" Link="DataContracts.cs" />
19-
<Compile Include="..\BenchmarkDotNet.Disassembler.x64\ClrMdV1Disassembler.cs" Link="ClrMdV1Disassembler.cs" />
20-
<Compile Include="..\BenchmarkDotNet.Disassembler.x64\SourceCodeProvider.cs" Link="SourceCodeProvider.cs" />
21-
<Compile Include="..\BenchmarkDotNet.Disassembler.x64\Program.cs" Link="Program.cs" />
22-
</ItemGroup>
23-
<ItemGroup>
24-
<PackageReference Include="Iced" Version="1.21.0" />
25-
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="[1.1.142101]" />
26-
</ItemGroup>
27-
<ItemGroup>
28-
<PackageReference Update="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" />
29-
</ItemGroup>
30-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<Import Project="..\..\build\common.props" />
3+
<PropertyGroup>
4+
<TargetFramework>net462</TargetFramework>
5+
<OutputType>Exe</OutputType>
6+
<AssemblyTitle>BenchmarkDotNet.Disassembler.x86</AssemblyTitle>
7+
<AssemblyName>BenchmarkDotNet.Disassembler.x86</AssemblyName>
8+
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
9+
<PlatformTarget>x86</PlatformTarget>
10+
<SuppressNETCoreSdkPreviewMessage>True</SuppressNETCoreSdkPreviewMessage>
11+
<DefineConstants>$(DefineConstants);CLRMDV1</DefineConstants>
12+
</PropertyGroup>
13+
<PropertyGroup>
14+
<OutputPath>..\BenchmarkDotNet\Disassemblers</OutputPath>
15+
<RootNamespace>BenchmarkDotNet.Disassembler</RootNamespace>
16+
</PropertyGroup>
17+
<ItemGroup>
18+
<Compile Include="..\BenchmarkDotNet.Disassembler.x64\DataContracts.cs" Link="DataContracts.cs" />
19+
<Compile Include="..\BenchmarkDotNet.Disassembler.x64\ClrMdV1Disassembler.cs" Link="ClrMdV1Disassembler.cs" />
20+
<Compile Include="..\BenchmarkDotNet.Disassembler.x64\SourceCodeProvider.cs" Link="SourceCodeProvider.cs" />
21+
<Compile Include="..\BenchmarkDotNet.Disassembler.x64\Program.cs" Link="Program.cs" />
22+
</ItemGroup>
23+
<ItemGroup>
24+
<PackageReference Include="Iced" Version="1.21.0" />
25+
<PackageReference Include="Microsoft.Diagnostics.Runtime" Version="[1.1.142101]" />
26+
</ItemGroup>
27+
</Project>

0 commit comments

Comments
 (0)