TSCHMI_done/ТСЧМИ.csproj

29 lines
665 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
2024-03-13 17:58:41 +04:00
<ItemGroup>
2024-03-14 15:12:29 +04:00
<None Remove="Images\bad.png" />
<None Remove="Images\good.png" />
2024-03-13 17:58:41 +04:00
</ItemGroup>
<ItemGroup>
2024-03-14 15:12:29 +04:00
<Resource Include="Images\bad.png" />
<Resource Include="Images\good.png">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Resource>
</ItemGroup>
<ItemGroup>
<None Update="Videos\nap.mp4">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
2024-03-13 17:58:41 +04:00
</ItemGroup>
</Project>