|
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