2024-08-05 00:36:26 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2025-02-14 01:43:52 +01:00
|
|
|
<PropertyGroup>
|
2025-09-29 11:16:14 +02:00
|
|
|
<TargetFramework>net10.0</TargetFramework>
|
2025-02-14 01:43:52 +01:00
|
|
|
<Platforms>x86;x64;arm64</Platforms>
|
|
|
|
|
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
|
|
|
|
|
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
|
|
|
|
|
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
|
2025-11-14 13:59:38 +01:00
|
|
|
<IsTrimmable>true</IsTrimmable>
|
|
|
|
|
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2025-02-14 01:43:52 +01:00
|
|
|
</PropertyGroup>
|
2024-08-05 00:36:26 +02:00
|
|
|
<ItemGroup>
|
2025-02-14 01:43:52 +01:00
|
|
|
<ProjectReference Include="..\Wino.Core.Domain\Wino.Core.Domain.csproj" />
|
2024-08-05 00:36:26 +02:00
|
|
|
</ItemGroup>
|
2025-02-14 01:43:52 +01:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Client\Authorization\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|