mirror of
https://github.com/ficed/Braver.git
synced 2024-11-23 05:10:08 +00:00
ef2ed5ffc9
Start adding packed files, use for savegames Use trace output and add trace logger Basic gamepad input
11 lines
249 B
XML
11 lines
249 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|