Update AvaloniaApp.csproj

This commit is contained in:
ClemensFischer 2024-07-22 18:06:46 +02:00
parent 5ae8dca58c
commit a5e83db79c

View file

@ -3,7 +3,6 @@
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<RootNamespace>SampleApplication</RootNamespace> <RootNamespace>SampleApplication</RootNamespace>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<DefineConstants>AVALONIA</DefineConstants> <DefineConstants>AVALONIA</DefineConstants>
</PropertyGroup> </PropertyGroup>