2026-05-29 01:29:36 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.WebAssembly">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net10.0-browser</TargetFramework>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<Nullable>enable</Nullable>
|
2026-08-18 17:20:59 +01:00
|
|
|
<AssemblyVersion>1.1.0.0</AssemblyVersion>
|
|
|
|
|
<FileVersion>1.1.0.0</FileVersion>
|
2026-08-23 23:19:48 +01:00
|
|
|
<InformationalVersion>1.1.0-beta.1+49.Branch.release-1.0.8-rc3.Sha.5274d7bdf5d14406748a2063b5ae15191aac4359</InformationalVersion>
|
2026-08-18 17:20:59 +01:00
|
|
|
<Version>1.1.0-beta.1</Version>
|
2026-05-29 01:29:36 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Avalonia.Browser" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\PostIt\PostIt.csproj" />
|
|
|
|
|
</ItemGroup>
|
2026-08-22 16:58:08 +01:00
|
|
|
</Project>
|