Skip to content

Commit d035e8e

Browse files
committed
Updated library (ScheduleChartDataGrid default Columns fix)
1 parent 1874743 commit d035e8e

File tree

886 files changed

+3377
-3377
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

886 files changed

+3377
-3377
lines changed

GanttChartLightLibraryDemos/Demos/Demos.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
3131
<WebPage>publish.htm</WebPage>
3232
<TrustUrlParameters>true</TrustUrlParameters>
33-
<ApplicationRevision>19</ApplicationRevision>
33+
<ApplicationRevision>20</ApplicationRevision>
3434
<ApplicationVersion>1.1.1.%2a</ApplicationVersion>
3535
<UseApplicationTrust>false</UseApplicationTrust>
3636
<PublishWizardCompleted>true</PublishWizardCompleted>
@@ -75,14 +75,14 @@
7575
<GenerateManifests>true</GenerateManifests>
7676
</PropertyGroup>
7777
<ItemGroup>
78-
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.10.1, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
79-
<HintPath>..\packages\DlhSoft.HierarchicalDataLightLibrary.4.0.10.1\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
78+
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.10.2, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
79+
<HintPath>..\packages\DlhSoft.HierarchicalDataLightLibrary.4.0.10.6\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
8080
</Reference>
81-
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.43.4, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
82-
<HintPath>..\packages\DlhSoft.GanttChartLightLibrary.4.3.43.4\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
81+
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.43.9, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
82+
<HintPath>..\packages\DlhSoft.GanttChartLightLibrary.4.3.43.15\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
8383
</Reference>
84-
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.42.1, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
85-
<HintPath>..\packages\DlhSoft.GanttChartLightLibrary.4.3.43.4\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
84+
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.43.8, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
85+
<HintPath>..\packages\DlhSoft.GanttChartLightLibrary.4.3.43.15\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
8686
</Reference>
8787
<Reference Include="System" />
8888
<Reference Include="System.Data" />
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MainFeatures", "MainFeatures.csproj", "{D41EAE97-4CCF-4987-85B1-10B9172B1B67}"
2+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MainFeatures", "MainFeatures.csproj", "{59E6245A-B1A7-4B55-857A-FBBC3672F236}"
33
EndProject
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MainFeatures", "MainFeatures.vbproj", "{82F5DF83-CB52-4F65-B469-333A2124BB56}"
2+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MainFeatures", "MainFeatures.vbproj", "{47F21ED2-BE06-4A05-90BE-9BBD72968D26}"
33
EndProject

GanttChartLightLibraryDemos/Demos/Samples.Resources/WPF-CSharp/GanttChartDataGrid/AssigningResources/AssigningResources.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
<StartupObject />
3737
</PropertyGroup>
3838
<ItemGroup>
39-
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.10.1, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
40-
<HintPath>packages\DlhSoft.HierarchicalDataLightLibrary.4.0.10.1\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
39+
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.10.2, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
40+
<HintPath>packages\DlhSoft.HierarchicalDataLightLibrary.4.0.10.6\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
4141
<Private>True</Private>
4242
</Reference>
43-
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.43.4, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
44-
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.4\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
43+
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.43.9, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
44+
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.15\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
4545
<Private>True</Private>
4646
</Reference>
47-
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.42.1, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
48-
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.4\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
47+
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.42.8, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
48+
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.15\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
4949
<Private>True</Private>
5050
</Reference>
5151
<Reference Include="PresentationCore" />
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssigningResources", "AssigningResources.csproj", "{11C31482-AFDF-413C-A5EB-A2FFA7B0A61E}"
2+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssigningResources", "AssigningResources.csproj", "{7DD43965-E7AC-4161-B5D5-5349A00ADCD0}"
33
EndProject
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.43.4" targetFramework="net40-client" />
4-
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.10.1" targetFramework="net40-client" />
3+
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.43.15" targetFramework="net40-client" />
4+
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.10.6" targetFramework="net40-client" />
55
</packages>

GanttChartLightLibraryDemos/Demos/Samples.Resources/WPF-CSharp/GanttChartDataGrid/AssignmentsTemplate/AssignmentsTemplate.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
<StartupObject />
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.10.1, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
38-
<HintPath>packages\DlhSoft.HierarchicalDataLightLibrary.4.0.10.1\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
37+
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.10.2, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
38+
<HintPath>packages\DlhSoft.HierarchicalDataLightLibrary.4.0.10.6\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
41-
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.43.4, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
42-
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.4\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
41+
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.43.9, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
42+
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.15\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
45-
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.42.1, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
46-
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.4\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
45+
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.42.8, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
46+
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.15\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="PresentationCore" />
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssignmentsTemplate", "AssignmentsTemplate.csproj", "{F8D7D38F-EBFD-4A8F-8079-AD97E4BCD165}"
2+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssignmentsTemplate", "AssignmentsTemplate.csproj", "{052E9734-519A-42E9-B660-C4EB31A2CC50}"
33
EndProject
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.43.4" targetFramework="net40-client" />
4-
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.10.1" targetFramework="net40-client" />
3+
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.43.15" targetFramework="net40-client" />
4+
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.10.6" targetFramework="net40-client" />
55
</packages>

GanttChartLightLibraryDemos/Demos/Samples.Resources/WPF-CSharp/GanttChartDataGrid/AssignmentsTree/AssignmentsTree.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
<StartupObject />
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.10.1, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
38-
<HintPath>packages\DlhSoft.HierarchicalDataLightLibrary.4.0.10.1\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
37+
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.10.2, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
38+
<HintPath>packages\DlhSoft.HierarchicalDataLightLibrary.4.0.10.6\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
41-
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.43.4, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
42-
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.4\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
41+
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.43.9, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
42+
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.15\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
45-
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.42.1, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
46-
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.4\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
45+
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.42.8, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
46+
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.15\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="PresentationCore" />
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssignmentsTree", "AssignmentsTree.csproj", "{4F86B56C-7A8E-4BC7-AAC0-EEE03CF6EB63}"
2+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssignmentsTree", "AssignmentsTree.csproj", "{B26AC578-6CAA-4216-88DA-E9230EB22542}"
33
EndProject
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.43.4" targetFramework="net40-client" />
4-
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.10.1" targetFramework="net40-client" />
3+
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.43.15" targetFramework="net40-client" />
4+
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.10.6" targetFramework="net40-client" />
55
</packages>

GanttChartLightLibraryDemos/Demos/Samples.Resources/WPF-CSharp/GanttChartDataGrid/AutomaticScheduling/AutomaticScheduling.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
<StartupObject />
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.10.1, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
38-
<HintPath>packages\DlhSoft.HierarchicalDataLightLibrary.4.0.10.1\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
37+
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.10.2, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
38+
<HintPath>packages\DlhSoft.HierarchicalDataLightLibrary.4.0.10.6\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
41-
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.43.4, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
42-
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.4\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
41+
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.43.9, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
42+
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.15\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
45-
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.42.1, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
46-
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.4\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
45+
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.42.8, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
46+
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.15\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="PresentationCore" />
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutomaticScheduling", "AutomaticScheduling.csproj", "{69FD2FEC-4A84-4A9B-9AD0-323174A1CA63}"
2+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutomaticScheduling", "AutomaticScheduling.csproj", "{257423A0-CC32-4590-BCEB-8BEF9D9FE009}"
33
EndProject
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.43.4" targetFramework="net40-client" />
4-
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.10.1" targetFramework="net40-client" />
3+
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.43.15" targetFramework="net40-client" />
4+
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.10.6" targetFramework="net40-client" />
55
</packages>

GanttChartLightLibraryDemos/Demos/Samples.Resources/WPF-CSharp/GanttChartDataGrid/BarTemplating/BarTemplating.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
<StartupObject />
3535
</PropertyGroup>
3636
<ItemGroup>
37-
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.10.1, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
38-
<HintPath>packages\DlhSoft.HierarchicalDataLightLibrary.4.0.10.1\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
37+
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.10.2, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
38+
<HintPath>packages\DlhSoft.HierarchicalDataLightLibrary.4.0.10.6\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
3939
<Private>True</Private>
4040
</Reference>
41-
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.43.4, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
42-
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.4\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
41+
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.43.9, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
42+
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.15\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
45-
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.42.1, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
46-
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.4\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
45+
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.42.8, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
46+
<HintPath>packages\DlhSoft.GanttChartLightLibrary.4.3.43.15\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
4949
<Reference Include="PresentationCore" />
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BarTemplating", "BarTemplating.csproj", "{712D1F66-083C-4CAC-A0A5-93420557CD25}"
2+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BarTemplating", "BarTemplating.csproj", "{8C5477F2-D7B9-489C-8588-EF335986B180}"
33
EndProject
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.43.4" targetFramework="net40-client" />
4-
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.10.1" targetFramework="net40-client" />
3+
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.43.15" targetFramework="net40-client" />
4+
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.10.6" targetFramework="net40-client" />
55
</packages>

0 commit comments

Comments
 (0)