Skip to content

Commit

Permalink
Merge pull request #43 from Infragistics/mdd-color-editor-and-tool
Browse files Browse the repository at this point in the history
Mdd color editor and tool and version update
  • Loading branch information
agoldenbaum authored Jan 28, 2025
2 parents 8a3e355 + b3d6a7a commit 9ad7c29
Show file tree
Hide file tree
Showing 151 changed files with 1,532 additions and 1,421 deletions.
14 changes: 7 additions & 7 deletions Examples/IGBarcode/IGBarcode.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="InfragisticsWPF, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Trial.24.2.36\lib\net40\InfragisticsWPF.dll</HintPath>
<Reference Include="InfragisticsWPF, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Trial.24.2.53\lib\net40\InfragisticsWPF.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.Controls.Barcodes, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Barcodes.Trial.24.2.36\lib\net40\InfragisticsWPF.Controls.Barcodes.dll</HintPath>
<Reference Include="InfragisticsWPF.Controls.Barcodes, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Barcodes.Trial.24.2.53\lib\net40\InfragisticsWPF.Controls.Barcodes.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.DataVisualization, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.DataVisualization.Trial.24.2.36\lib\net40\InfragisticsWPF.DataVisualization.dll</HintPath>
<Reference Include="InfragisticsWPF.DataVisualization, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.DataVisualization.Trial.24.2.53\lib\net40\InfragisticsWPF.DataVisualization.dll</HintPath>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
Expand Down Expand Up @@ -251,4 +251,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
10 changes: 5 additions & 5 deletions Examples/IGBarcode/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Infragistics.WPF.Barcodes.Trial" version="24.2.36" targetFramework="net40" />
<package id="Infragistics.WPF.DataVisualization.Trial" version="24.2.36" targetFramework="net40" />
<package id="Infragistics.WPF.Trial" version="24.2.36" targetFramework="net40" />
</packages>
<package id="Infragistics.WPF.Barcodes.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.DataVisualization.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.Trial" version="24.2.53" targetFramework="net47" />
</packages>
18 changes: 9 additions & 9 deletions Examples/IGBarcodeReader/IGBarcodeReader.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="InfragisticsWPF, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Trial.24.2.36\lib\net40\InfragisticsWPF.dll</HintPath>
<Reference Include="InfragisticsWPF, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Trial.24.2.53\lib\net40\InfragisticsWPF.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.Controls.Barcodes, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Barcodes.Trial.24.2.36\lib\net40\InfragisticsWPF.Controls.Barcodes.dll</HintPath>
<Reference Include="InfragisticsWPF.Controls.Barcodes, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Barcodes.Trial.24.2.53\lib\net40\InfragisticsWPF.Controls.Barcodes.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.Controls.Barcodes.BarcodeReader, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.BarcodeReader.Trial.24.2.36\lib\net40\InfragisticsWPF.Controls.Barcodes.BarcodeReader.dll</HintPath>
<Reference Include="InfragisticsWPF.Controls.Barcodes.BarcodeReader, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.BarcodeReader.Trial.24.2.53\lib\net40\InfragisticsWPF.Controls.Barcodes.BarcodeReader.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.DataVisualization, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.DataVisualization.Trial.24.2.36\lib\net40\InfragisticsWPF.DataVisualization.dll</HintPath>
<Reference Include="InfragisticsWPF.DataVisualization, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.DataVisualization.Trial.24.2.53\lib\net40\InfragisticsWPF.DataVisualization.dll</HintPath>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
Expand Down Expand Up @@ -148,4 +148,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
12 changes: 6 additions & 6 deletions Examples/IGBarcodeReader/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Infragistics.WPF.BarcodeReader.Trial" version="24.2.36" targetFramework="net40" />
<package id="Infragistics.WPF.Barcodes.Trial" version="24.2.36" targetFramework="net40" />
<package id="Infragistics.WPF.DataVisualization.Trial" version="24.2.36" targetFramework="net40" />
<package id="Infragistics.WPF.Trial" version="24.2.36" targetFramework="net40" />
</packages>
<package id="Infragistics.WPF.BarcodeReader.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.Barcodes.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.DataVisualization.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.Trial" version="24.2.53" targetFramework="net47" />
</packages>
22 changes: 11 additions & 11 deletions Examples/IGBulletGraph/IGBulletGraph.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="InfragisticsWPF, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Trial.24.2.36\lib\net40\InfragisticsWPF.dll</HintPath>
<Reference Include="InfragisticsWPF, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Trial.24.2.53\lib\net40\InfragisticsWPF.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.Controls.Gauges, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Gauges.Trial.24.2.36\lib\net40\InfragisticsWPF.Controls.Gauges.dll</HintPath>
<Reference Include="InfragisticsWPF.Controls.Gauges, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Gauges.Trial.24.2.53\lib\net40\InfragisticsWPF.Controls.Gauges.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.DataPresenter, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.DataGrids.Trial.24.2.36\lib\net40\InfragisticsWPF.DataPresenter.dll</HintPath>
<Reference Include="InfragisticsWPF.DataPresenter, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.DataGrids.Trial.24.2.53\lib\net40\InfragisticsWPF.DataPresenter.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.DataVisualization, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.DataVisualization.Trial.24.2.36\lib\net40\InfragisticsWPF.DataVisualization.dll</HintPath>
<Reference Include="InfragisticsWPF.DataVisualization, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.DataVisualization.Trial.24.2.53\lib\net40\InfragisticsWPF.DataVisualization.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.Editors, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Editors.Trial.24.2.36\lib\net40\InfragisticsWPF.Editors.dll</HintPath>
<Reference Include="InfragisticsWPF.Editors, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Editors.Trial.24.2.53\lib\net40\InfragisticsWPF.Editors.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="WindowsBase" />
Expand Down Expand Up @@ -221,4 +221,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
14 changes: 7 additions & 7 deletions Examples/IGBulletGraph/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Infragistics.WPF.DataGrids.Trial" version="24.2.36" targetFramework="net40" />
<package id="Infragistics.WPF.DataVisualization.Trial" version="24.2.36" targetFramework="net40" />
<package id="Infragistics.WPF.Editors.Trial" version="24.2.36" targetFramework="net40" />
<package id="Infragistics.WPF.Gauges.Trial" version="24.2.36" targetFramework="net40" />
<package id="Infragistics.WPF.Trial" version="24.2.36" targetFramework="net40" />
</packages>
<package id="Infragistics.WPF.DataGrids.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.DataVisualization.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.Editors.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.Gauges.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.Trial" version="24.2.53" targetFramework="net47" />
</packages>
46 changes: 23 additions & 23 deletions Examples/IGBusyIndicator/IGBusyIndicator.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,38 +38,38 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="InfragisticsWPF, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Trial.24.2.36\lib\net40\InfragisticsWPF.dll</HintPath>
<Reference Include="InfragisticsWPF, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Trial.24.2.53\lib\net40\InfragisticsWPF.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.Controls.Editors.XamCalendar, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Calendar.Trial.24.2.36\lib\net40\InfragisticsWPF.Controls.Editors.XamCalendar.dll</HintPath>
<Reference Include="InfragisticsWPF.Controls.Editors.XamCalendar, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Calendar.Trial.24.2.53\lib\net40\InfragisticsWPF.Controls.Editors.XamCalendar.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.Controls.Editors.XamColorPicker, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.ColorPicker.Trial.24.2.36\lib\net40\InfragisticsWPF.Controls.Editors.XamColorPicker.dll</HintPath>
<Reference Include="InfragisticsWPF.Controls.Editors.XamColorPicker, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.ColorPicker.Trial.24.2.53\lib\net40\InfragisticsWPF.Controls.Editors.XamColorPicker.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.Controls.Editors.XamSlider, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Slider.Trial.24.2.36\lib\net40\InfragisticsWPF.Controls.Editors.XamSlider.dll</HintPath>
<Reference Include="InfragisticsWPF.Controls.Editors.XamSlider, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Slider.Trial.24.2.53\lib\net40\InfragisticsWPF.Controls.Editors.XamSlider.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.Controls.Grids.XamGrid, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Controls.Grids.XamGrid.Trial.24.2.36\lib\net40\InfragisticsWPF.Controls.Grids.XamGrid.dll</HintPath>
<Reference Include="InfragisticsWPF.Controls.Grids.XamGrid, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Controls.Grids.XamGrid.Trial.24.2.53\lib\net40\InfragisticsWPF.Controls.Grids.XamGrid.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.Controls.Menus.XamMenu, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Menus.Trial.24.2.36\lib\net40\InfragisticsWPF.Controls.Menus.XamMenu.dll</HintPath>
<Reference Include="InfragisticsWPF.Controls.Menus.XamMenu, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Menus.Trial.24.2.53\lib\net40\InfragisticsWPF.Controls.Menus.XamMenu.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.Controls.Schedules, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Schedules.Trial.24.2.36\lib\net40\InfragisticsWPF.Controls.Schedules.dll</HintPath>
<Reference Include="InfragisticsWPF.Controls.Schedules, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Schedules.Trial.24.2.53\lib\net40\InfragisticsWPF.Controls.Schedules.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.Controls.Schedules.XamGantt, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Gantt.Trial.24.2.36\lib\net40\InfragisticsWPF.Controls.Schedules.XamGantt.dll</HintPath>
<Reference Include="InfragisticsWPF.Controls.Schedules.XamGantt, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Gantt.Trial.24.2.53\lib\net40\InfragisticsWPF.Controls.Schedules.XamGantt.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.DataManager, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.DataManager.Trial.24.2.36\lib\net40\InfragisticsWPF.DataManager.dll</HintPath>
<Reference Include="InfragisticsWPF.DataManager, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.DataManager.Trial.24.2.53\lib\net40\InfragisticsWPF.DataManager.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.DataPresenter, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.DataGrids.Trial.24.2.36\lib\net40\InfragisticsWPF.DataPresenter.dll</HintPath>
<Reference Include="InfragisticsWPF.DataPresenter, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.DataGrids.Trial.24.2.53\lib\net40\InfragisticsWPF.DataPresenter.dll</HintPath>
</Reference>
<Reference Include="InfragisticsWPF.Editors, Version=24.2.20242.36, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Editors.Trial.24.2.36\lib\net40\InfragisticsWPF.Editors.dll</HintPath>
<Reference Include="InfragisticsWPF.Editors, Version=24.2.20242.53, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
<HintPath>..\packages\Infragistics.WPF.Editors.Trial.24.2.53\lib\net40\InfragisticsWPF.Editors.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down Expand Up @@ -217,4 +217,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
26 changes: 13 additions & 13 deletions Examples/IGBusyIndicator/packages.config
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Infragistics.WPF.Calendar.Trial" version="24.2.36" targetFramework="net40-client" />
<package id="Infragistics.WPF.ColorPicker.Trial" version="24.2.36" targetFramework="net40-client" />
<package id="Infragistics.WPF.Controls.Grids.XamGrid.Trial" version="24.2.36" targetFramework="net40-client" />
<package id="Infragistics.WPF.DataGrids.Trial" version="24.2.36" targetFramework="net40-client" />
<package id="Infragistics.WPF.DataManager.Trial" version="24.2.36" targetFramework="net40-client" />
<package id="Infragistics.WPF.Editors.Trial" version="24.2.36" targetFramework="net40-client" />
<package id="Infragistics.WPF.Gantt.Trial" version="24.2.36" targetFramework="net40-client" />
<package id="Infragistics.WPF.Menus.Trial" version="24.2.36" targetFramework="net40-client" />
<package id="Infragistics.WPF.Schedules.Trial" version="24.2.36" targetFramework="net40-client" />
<package id="Infragistics.WPF.Slider.Trial" version="24.2.36" targetFramework="net40-client" />
<package id="Infragistics.WPF.Trial" version="24.2.36" targetFramework="net40-client" />
</packages>
<package id="Infragistics.WPF.Calendar.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.ColorPicker.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.Controls.Grids.XamGrid.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.DataGrids.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.DataManager.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.Editors.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.Gantt.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.Menus.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.Schedules.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.Slider.Trial" version="24.2.53" targetFramework="net47" />
<package id="Infragistics.WPF.Trial" version="24.2.53" targetFramework="net47" />
</packages>
Loading

0 comments on commit 9ad7c29

Please sign in to comment.