forked from MoonsideGames/Refresh
10 lines
201 B
XML
10 lines
201 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net7.0</TargetFramework>
|
||
|
<TargetName>refreshc</TargetName>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|