2023-01-03 10:41:30 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-01-03 20:43:15 +01:00
|
|
|
|
<Import Project="..\Solution.props" />
|
2021-07-24 18:59:03 +02:00
|
|
|
|
<PropertyGroup>
|
2023-01-03 10:41:30 +01:00
|
|
|
|
<TargetFramework>net48</TargetFramework>
|
2021-07-24 18:59:03 +02:00
|
|
|
|
<OutputType>Library</OutputType>
|
2023-01-03 10:41:30 +01:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
2021-07-24 18:59:03 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
2022-10-01 19:51:14 +02:00
|
|
|
|
<OutputPath>..\Debug\</OutputPath>
|
2021-07-24 18:59:03 +02:00
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2022-10-01 19:51:14 +02:00
|
|
|
|
<OutputPath>..\Release\</OutputPath>
|
2021-07-24 18:59:03 +02:00
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
|
</PropertyGroup>
|
2023-08-13 10:11:22 +02:00
|
|
|
|
<ItemGroup>
|
2023-12-12 19:07:57 +01:00
|
|
|
|
<PackageReference Include="DevExpress.Data.Desktop" Version="23.1.7-pre-23323" />
|
|
|
|
|
|
<PackageReference Include="DevExpress.Printing.Core" Version="23.1.7-pre-23323" />
|
|
|
|
|
|
<PackageReference Include="DevExpress.Utils" Version="23.1.7-pre-23323" />
|
|
|
|
|
|
<PackageReference Include="DevExpress.Win" Version="23.1.7-pre-23323" />
|
2023-08-13 10:11:22 +02:00
|
|
|
|
</ItemGroup>
|
2021-07-24 18:59:03 +02:00
|
|
|
|
<ItemGroup>
|
2023-01-03 10:41:30 +01:00
|
|
|
|
<ProjectReference Include="..\ChanSort.Api\ChanSort.Api.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\ChanSort.Loader.LG\ChanSort.Loader.LG.csproj" />
|
2021-07-24 18:59:03 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2023-08-13 10:11:22 +02:00
|
|
|
|
<Reference Include="DevExpress.Data.Desktop.v23.1">
|
|
|
|
|
|
|
2023-01-03 10:41:30 +01:00
|
|
|
|
</Reference>
|
2023-08-13 10:11:22 +02:00
|
|
|
|
<Reference Include="DevExpress.Data.v23.1">
|
|
|
|
|
|
|
2023-01-03 10:41:30 +01:00
|
|
|
|
</Reference>
|
2023-08-13 10:11:22 +02:00
|
|
|
|
<Reference Include="DevExpress.Drawing.v23.1">
|
|
|
|
|
|
|
2023-01-03 10:41:30 +01:00
|
|
|
|
</Reference>
|
2023-08-13 10:11:22 +02:00
|
|
|
|
<Reference Include="DevExpress.Printing.v23.1.Core">
|
|
|
|
|
|
|
2023-01-03 10:41:30 +01:00
|
|
|
|
</Reference>
|
2023-08-13 10:11:22 +02:00
|
|
|
|
<Reference Include="DevExpress.Utils.v23.1">
|
|
|
|
|
|
|
2023-01-03 10:41:30 +01:00
|
|
|
|
</Reference>
|
2023-08-13 10:11:22 +02:00
|
|
|
|
<Reference Include="DevExpress.XtraEditors.v23.1">
|
|
|
|
|
|
|
2023-01-03 10:41:30 +01:00
|
|
|
|
</Reference>
|
2021-07-24 18:59:03 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|