Skip to content

Commit

Permalink
build: Fix typo in Gtk UWP project
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Sep 4, 2024
1 parent f5e70a9 commit b31b010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType Condition="'$(Configuration)'=='Reelase'">WinExe</OutputType>
<OutputType Condition="'$(Configuration)'=='Release'">WinExe</OutputType>
<OutputType Condition="'$(Configuration)'=='Debug'">Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
Expand Down

0 comments on commit b31b010

Please sign in to comment.