Skip to content
Snippets Groups Projects
LaskeMatka.csproj 625 B
Newer Older
Vesa Lappalainen's avatar
Vesa Lappalainen committed
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <OutputType>WinExe</OutputType>
Vesa Lappalainen's avatar
Vesa Lappalainen committed
        <TargetFramework>net6.0</TargetFramework>
Vesa Lappalainen's avatar
Vesa Lappalainen committed
        <PublishReadyToRun>false</PublishReadyToRun>
        <TieredCompilation>false</TieredCompilation>
    </PropertyGroup>

    <ItemGroup>
        <PackageReference Include="Jypeli.NET" Version="10.*" />
        <PackageReference Include="Jypeli.FarseerPhysics.NET" Version="1.0.*" />
    </ItemGroup>
    <ItemGroup>
            <None Update="Icon.ico">
            <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
        </None>

    </ItemGroup>
</Project>