remotes/origin/master
syneffort 3 years ago
parent 02f6ade40c
commit fcfd0dfdda
  1. 8
      WoL/Waker/Properties/launchSettings.json
  2. 13
      WoL/Waker/Waker.csproj

@ -0,0 +1,8 @@
{
"profiles": {
"Waker": {
"commandName": "Project",
"remoteDebugEnabled": false
}
}
}

@ -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>
Loading…
Cancel
Save