mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-14 11:22:03 +01:00
48 lines
1.7 KiB
XML
48 lines
1.7 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\Solution.props" />
|
|
<PropertyGroup>
|
|
<TargetFramework>net48</TargetFramework>
|
|
<OutputType>Library</OutputType>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<OutputPath>..\Debug\</OutputPath>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<OutputPath>..\Release\</OutputPath>
|
|
<LangVersion>latest</LangVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ChanSort.Api\ChanSort.Api.csproj" />
|
|
<ProjectReference Include="..\ChanSort.Loader.LG\ChanSort.Loader.LG.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="DevExpress.Data.Desktop.v23.1">
|
|
|
|
</Reference>
|
|
<Reference Include="DevExpress.Data.v23.1">
|
|
|
|
</Reference>
|
|
<Reference Include="DevExpress.Drawing.v23.1">
|
|
|
|
</Reference>
|
|
<Reference Include="DevExpress.Printing.v23.1.Core">
|
|
|
|
</Reference>
|
|
<Reference Include="DevExpress.Utils.v23.1">
|
|
|
|
</Reference>
|
|
<Reference Include="DevExpress.XtraEditors.v23.1">
|
|
|
|
</Reference>
|
|
</ItemGroup>
|
|
</Project> |