ef583813eb
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
17 lines
622 B
XML
17 lines
622 B
XML
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ProjectInfo.cs" />
|
|
<Compile Include="Mono\*.cs" />
|
|
<Compile Include="Mono.Cecil\*.cs" />
|
|
<Compile Include="Mono.Cecil.Cil\*.cs" />
|
|
<Compile Include="Mono.Cecil.Metadata\*.cs" />
|
|
<Compile Include="Mono.Cecil.PE\*.cs" />
|
|
<Compile Include="Mono.Collections.Generic\*.cs" />
|
|
<Compile Include="Mono.Security.Cryptography\*.cs" />
|
|
</ItemGroup>
|
|
</Project>
|