2024-02-13 02:59:40 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
|
|
|
|
|
|
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
|
2024-02-14 02:07:22 +01:00
|
|
|
|
<RootNamespace>VDownload.Services.UI.StringResources</RootNamespace>
|
2024-02-13 02:59:40 +01:00
|
|
|
|
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
|
|
|
|
|
|
<UseWinUI>true</UseWinUI>
|
2024-02-14 02:07:22 +01:00
|
|
|
|
<UseRidGraph>true</UseRidGraph>
|
2024-02-28 01:54:55 +01:00
|
|
|
|
<EnableCoreMrtTooling Condition=" '$(BuildingInsideVisualStudio)' != 'true' ">false</EnableCoreMrtTooling>
|
2024-02-13 02:59:40 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-03-03 03:14:07 +01:00
|
|
|
|
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.240211001" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.2428" />
|
2024-02-13 02:59:40 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-02-14 02:07:22 +01:00
|
|
|
|
<ProjectReference Include="..\..\..\VDownload.Core\VDownload.Core.Strings\VDownload.Core.Strings.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\VDownload.Services.Data\VDownload.Services.Data.Configuration\VDownload.Services.Data.Configuration.csproj" />
|
2024-02-13 02:59:40 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|