Skip to content

Commit

Permalink
Merge pull request #5 from MichaelEllnebrand/development
Browse files Browse the repository at this point in the history
Build settings for v.1.0.1
  • Loading branch information
MichaelEllnebrand authored Jul 18, 2023
2 parents 802d7f0 + 9c43cfa commit 5f5fc79
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions WindowTool.csproj
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows10.0.17763.0</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<PublishSingleFile>true</PublishSingleFile>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>WindowTool 128x128.ico</ApplicationIcon>
<StartupObject>WindowTool.Program</StartupObject>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>none</DebugType>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5f5fc79

Please sign in to comment.