-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathImageSort.csproj
More file actions
30 lines (24 loc) · 934 Bytes
/
Copy pathImageSort.csproj
File metadata and controls
30 lines (24 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Configurations>Debug;Release;MSIX</Configurations>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DynamicData" Version="9.4.32" />
<PackageReference Include="ReactiveUI" Version="23.2.28" />
<PackageReference Include="GitVersionTask" Version="5.5.1">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="MetadataExtractor" Version="2.9.3" />
</ItemGroup>
<ItemGroup>
<Using Include="System.Reactive.Disposables.Fluent" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImageSort.Localization\ImageSort.Localization.csproj" />
</ItemGroup>
<PropertyGroup>
<WriteVersionInfoToBuildLog>false</WriteVersionInfoToBuildLog>
</PropertyGroup>
</Project>