mirror of
https://github.com/HolographicHat/Yae.git
synced 2025-12-09 07:58:14 +08:00
19 lines
573 B
XML
19 lines
573 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<ApplicationManifest>res\app.manifest</ApplicationManifest>
|
|
<AssemblyVersion>2.0.0</AssemblyVersion>
|
|
<FileVersion>2.0.0</FileVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Google.Protobuf" Version="3.21.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|