PIBD14-BOYKO-M.S.SuperEasyS.../ProjectElectroTrans/ProjectElectroTrans.csproj

26 lines
737 B
XML
Raw Normal View History

2024-02-13 08:29:23 +04:00
<Project Sdk="Microsoft.NET.Sdk">
2024-02-14 15:51:28 +04:00
<PropertyGroup>
<OutputType>WinExe</OutputType>
2024-02-15 10:41:33 +04:00
<TargetFramework>net7.0-windows</TargetFramework>
2024-02-14 15:51:28 +04:00
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
2024-02-13 08:29:23 +04:00
2024-02-14 15:48:47 +04:00
</Project>