30 lines
1008 B
XML
30 lines
1008 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>UnicornSamples</RootNamespace>
|
|
<AssemblyName>UnicornSamples</AssemblyName>
|
|
<Copyright>Copyright © Antonio Parata 2016</Copyright>
|
|
<RepositoryUrl>https://github.com/unicorn-engine/unicorn</RepositoryUrl>
|
|
<Version>2.1.3</Version>
|
|
<ProjectGuid>{B80B5987-1E24-4309-8BF9-C4F91270F21C}</ProjectGuid>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\UnicornEngine\UnicornEngine.fsproj">
|
|
<Project>{0c21f1c1-2725-4a46-9022-1905f85822a5}</Project>
|
|
<Name>UnicornEngine</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Gee.External.Capstone" Version="2.2.0" />
|
|
</ItemGroup>
|
|
</Project>
|