Skip to content

Commit 1d121a3

Browse files
committed
Add conditional output type for desktop target framework
1 parent 4352d52 commit 1d121a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/WinUI.TableView.SampleApp.Uno/WinUI.TableView.SampleApp.Uno.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</TargetFrameworks>
99

1010
<OutputType>Exe</OutputType>
11+
<OutputType Condition="'$(TargetFramework)'=='$(NetVersion)-desktop'">WinExe</OutputType>
1112
<UnoSingleProject>true</UnoSingleProject>
1213
<AssemblyName>WinUI.TableView.SampleApp</AssemblyName>
1314

0 commit comments

Comments
 (0)