mirror of
https://github.com/ivabus/roulette
synced 2024-11-10 10:35:19 +03:00
10 lines
222 B
Plaintext
10 lines
222 B
Plaintext
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<RootNamespace>Ruletka</RootNamespace>
|
||
|
<TargetFramework>net5.0</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
</Project>
|