|
|
|
@ -5,9 +5,16 @@ |
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework> |
|
|
|
|
<UseWindowsForms>true</UseWindowsForms> |
|
|
|
|
<GeneratePackageOnBuild>False</GeneratePackageOnBuild> |
|
|
|
|
<AssemblyVersion>1.0.0.0</AssemblyVersion> |
|
|
|
|
<AssemblyVersion>1.0.0.1</AssemblyVersion> |
|
|
|
|
<StartupObject>Waker.Program</StartupObject> |
|
|
|
|
<ApplicationIcon>Designcontest-Ecommerce-Business-Idea.ico</ApplicationIcon> |
|
|
|
|
<Version>1.0.0.1</Version> |
|
|
|
|
<PackageIcon>Designcontest-Ecommerce-Business-Idea.ico</PackageIcon> |
|
|
|
|
<PackageIconUrl /> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
@ -31,6 +38,10 @@ |
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator> |
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
|
|
|
</None> |
|
|
|
|
<None Include="..\..\Resource\Designcontest-Ecommerce-Business-Idea.ico"> |
|
|
|
|
<Pack>True</Pack> |
|
|
|
|
<PackagePath></PackagePath> |
|
|
|
|
</None> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
</Project> |