You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
|
|
|
|
|
<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 />
|
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="Designcontest-Ecommerce-Business-Idea.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\WoL\WakeOnLan.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\..\Resource\Designcontest-Ecommerce-Business-Idea.ico">
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
<PackagePath></PackagePath>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|