mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-02-18 07:32:30 +00:00
18 lines
428 B
XML
18 lines
428 B
XML
![]() |
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFramework>net7.0</TargetFramework>
|
|||
|
<ImplicitUsings>enable</ImplicitUsings>
|
|||
|
<Nullable>enable</Nullable>
|
|||
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\Capy64\Capy64.csproj">
|
|||
|
<Private>false</Private>
|
|||
|
<ExcludeAssets>runtime</ExcludeAssets>
|
|||
|
</ProjectReference>
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|