PIbd-12_Alkin_D.V_AirBomber.../AirBomber/AirBomber.csproj

26 lines
744 B
XML
Raw Permalink Normal View History

2024-02-27 13:52:33 +04:00
 <Project Sdk="Microsoft.NET.Sdk">
2024-02-27 12:54:24 +04:00
<PropertyGroup>
<OutputType>WinExe</OutputType>
2024-04-09 13:54:43 +04:00
<TargetFramework>net7.0-windows7.0</TargetFramework>
2024-02-27 12:54:24 +04:00
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2024-02-27 13:03:57 +04:00
<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-27 12:54:24 +04:00
</Project>