<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0-windows10.0.17763.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpVectors" Version="1.8.5" />
<PackageReference Include="WpfAnimatedGif" Version="2.0.2" />
<PackageReference Include="XFEExtension.NetCore.XUnit" Version="4.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\XFEToolBox\XFEToolBox.Client.csproj" />
<ProjectReference Include="..\XFEToolBox.Client.Core\XFEToolBox.Client.Core.csproj" />
<ProjectReference Include="..\XFEToolBox.WpfCore\XFEToolBox.WpfCore.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\XFEToolBox.Client.Installer\Utilities\InstallationService.cs" Link="Installer\InstallationService.cs" />
<Compile Include="..\XFEToolBox.Client.Installer\Utilities\ZipHelper.cs" Link="Installer\ZipHelper.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\XFEToolBox\Resources\Icon\XFEToolBoxIcon.ico" Link="TestAssets\XFEToolBoxIcon.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0-windows10.0.17763.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpVectors" Version="1.8.5" />
<PackageReference Include="WpfAnimatedGif" Version="2.0.2" />
<PackageReference Include="XFEExtension.NetCore.XUnit" Version="4.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\XFEToolBox\XFEToolBox.Client.csproj" />
<ProjectReference Include="..\XFEToolBox.Client.Core\XFEToolBox.Client.Core.csproj" />
<ProjectReference Include="..\XFEToolBox.WpfCore\XFEToolBox.WpfCore.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\XFEToolBox.Client.Installer\Utilities\InstallationService.cs" Link="Installer\InstallationService.cs" />
<Compile Include="..\XFEToolBox.Client.Installer\Utilities\ZipHelper.cs" Link="Installer\ZipHelper.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\XFEToolBox\Resources\Icon\XFEToolBoxIcon.ico" Link="TestAssets\XFEToolBoxIcon.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>