mirror of
https://github.com/Ellpeck/Coroutine.git
synced 2024-10-31 21:40:51 +01:00
11 lines
324 B
XML
11 lines
324 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<OutputType>Exe</OutputType>
|
|
<IsPackable>false</IsPackable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Coroutine\Coroutine.csproj"/>
|
|
</ItemGroup>
|
|
</Project>
|