mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 23:56:30 +00:00
20 lines
507 B
XML
20 lines
507 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<UseWPF>true</UseWPF>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Page Update="Loader.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<XamlRuntime>Wpf</XamlRuntime>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
|
|
</Project>
|