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>
|
|
|
|
<DefineConstants>$(DefineConstants);INSIDE_ROCKS</DefineConstants>
|
2014-08-13 10:39:27 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Mono.Cecil.csproj">
|
|
|
|
<Name>Mono.Cecil</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
2019-07-26 19:53:28 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="..\ProjectInfo.cs" />
|
|
|
|
<Compile Include="Mono.Cecil.Rocks\*.cs" />
|
|
|
|
</ItemGroup>
|
2014-08-13 10:39:27 +01:00
|
|
|
</Project>
|