|
1 | 1 | <!-- Copyright (c) 2024 Files Community. Licensed under the MIT License. See the LICENSE. -->
|
2 | 2 | <Project Sdk="Microsoft.NET.Sdk">
|
3 | 3 |
|
4 |
| - <PropertyGroup> |
5 |
| - <TargetFramework>net8.0-windows10.0.22621.0</TargetFramework> |
6 |
| - <TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion> |
7 |
| - <UseWinUI>true</UseWinUI> |
8 |
| - <SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion> |
9 |
| - <Nullable>enable</Nullable> |
10 |
| - <Configurations>Debug;Release;Stable;Preview;Store</Configurations> |
11 |
| - <Platforms>x86;x64;arm64</Platforms> |
12 |
| - <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> |
13 |
| - <DefineConstants Condition="'$(Configuration)' == 'Debug'">TRACE;DEBUG;NETFX_CORE</DefineConstants> |
14 |
| - <DefineConstants Condition="'$(Configuration)' != 'Debug'">TRACE;RELEASE;NETFX_CORE</DefineConstants> |
15 |
| - <Optimize Condition="'$(Configuration)' != 'Debug'">true</Optimize> |
16 |
| - </PropertyGroup> |
| 4 | + <PropertyGroup> |
| 5 | + <TargetFramework>net8.0-windows10.0.22621.0</TargetFramework> |
| 6 | + <TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion> |
| 7 | + <UseWinUI>true</UseWinUI> |
| 8 | + <SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion> |
| 9 | + <Nullable>enable</Nullable> |
| 10 | + <Configurations>Debug;Release;Stable;Preview;Store</Configurations> |
| 11 | + <Platforms>x86;x64;arm64</Platforms> |
| 12 | + <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> |
| 13 | + <DefineConstants Condition="'$(Configuration)' == 'Debug'">TRACE;DEBUG;NETFX_CORE</DefineConstants> |
| 14 | + <DefineConstants Condition="'$(Configuration)' != 'Debug'">TRACE;RELEASE;NETFX_CORE</DefineConstants> |
| 15 | + <Optimize Condition="'$(Configuration)' != 'Debug'">true</Optimize> |
| 16 | + </PropertyGroup> |
17 | 17 |
|
18 |
| - <ItemGroup> |
19 |
| - <PackageReference Include="CommunityToolkit.WinUI.UI" Version="7.1.2" /> |
20 |
| - <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" /> |
21 |
| - <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" /> |
22 |
| - </ItemGroup> |
| 18 | + <ItemGroup> |
| 19 | + <PackageReference Include="CommunityToolkit.WinUI.UI" Version="7.1.2" /> |
| 20 | + <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" /> |
| 21 | + <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" /> |
| 22 | + </ItemGroup> |
| 23 | + |
| 24 | + <ItemGroup> |
| 25 | + <ProjectReference Include="..\Files.Shared\Files.Shared.csproj" /> |
| 26 | + <ProjectReference Include="..\Files.Core.SourceGenerator\Files.Core.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" /> |
| 27 | + </ItemGroup> |
23 | 28 |
|
24 | 29 | </Project>
|
0 commit comments