1
0
Fork 0
Okruh13/Okruh13Priklad.csproj

17 lines
404 B
XML
Raw Normal View History

2024-04-02 20:11:47 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-04-02 20:35:51 +02:00
<ItemGroup>
<None Update="vstup.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
2024-04-02 20:11:47 +02:00
</Project>