2019-07-26 19:53:28 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="Current">
|
2014-08-13 10:39:27 +01:00
|
|
|
|
<PropertyGroup>
|
2019-07-26 19:53:28 +00:00
|
|
|
|
<TargetFrameworks>netstandard2.0;net40</TargetFrameworks>
|
2014-08-13 10:39:27 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2016-11-10 13:04:39 +00:00
|
|
|
|
<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" />
|
2014-08-13 10:39:27 +01:00
|
|
|
|
</ItemGroup>
|
2017-06-07 13:16:24 +00:00
|
|
|
|
</Project>
|