Designed MainForm

This commit is contained in:
Ferit Yiğit BALABAN
2021-10-28 22:58:37 +03:00
parent 8626415026
commit 9ef45d9cef
6 changed files with 922 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<Compile Update="DescriptionResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>DescriptionResource.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="DescriptionResource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>DescriptionResource.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>