44 lines
1.9 KiB
XML
44 lines
1.9 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<RootNamespace>DigitalData.Controls.LookupGrid</RootNamespace>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<MyType>Windows</MyType>
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>DigitalData.Controls.LookupGrid</AssemblyName>
|
|
<AssemblyTitle>Provides functionality of LookUpGrid for DD products</AssemblyTitle>
|
|
<Company>Digital Data GmbH</Company>
|
|
<Title>$(AssemblyName)</Title>
|
|
<Product>$(AssemblyName)</Product>
|
|
<AssemblyVersion>3.5.0</AssemblyVersion>
|
|
<FileVersion>3.5.0</FileVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="DigitalData.Modules.Logging">
|
|
<HintPath>..\..\DDModules\Logging_.NET8\bin\Debug\net8.0-windows\DigitalData.Modules.Logging.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="DevExpress.Data.Desktop.v21.2">
|
|
<HintPath>D:\ProgramFiles\DevExpress 21.2\Components\Bin\NetCore\DevExpress.Data.Desktop.v21.2.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="DevExpress.Data.v21.2">
|
|
<HintPath>D:\ProgramFiles\DevExpress 21.2\Components\Bin\Framework\DevExpress.Data.v21.2.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="DevExpress.Utils.v21.2">
|
|
<HintPath>D:\ProgramFiles\DevExpress 21.2\Components\Bin\NetCore\DevExpress.Utils.v21.2.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="DevExpress.XtraEditors.v21.2">
|
|
<HintPath>D:\ProgramFiles\DevExpress 21.2\Components\Bin\NetCore\DevExpress.XtraEditors.v21.2.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="DevExpress.XtraGrid.v21.2">
|
|
<HintPath>D:\ProgramFiles\DevExpress 21.2\Components\Bin\NetCore\DevExpress.XtraGrid.v21.2.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
|
|
</Project> |