Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Mono.Cecil.Mdb.csproj « mdb « symbols - github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5977a443ebe640926097126146010f1d232ef9c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>$(ToolsFramework)</TargetFramework>
    <DefineConstants>$(DefineConstants);CECIL</DefineConstants>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\Mono.Cecil.csproj">
      <Name>Mono.Cecil</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\..\ProjectInfo.cs" />
    <Compile Include="Mono.Cecil.Mdb\*.cs" />
    <Compile Include="Mono.CompilerServices.SymbolWriter\*.cs" />
  </ItemGroup>
</Project>