Skip to content

Commit

Permalink
Updated package, minor sample comments added
Browse files Browse the repository at this point in the history
  • Loading branch information
DlhSoftTeam committed Apr 1, 2017
1 parent e5cf22b commit 494b1bd
Show file tree
Hide file tree
Showing 272 changed files with 1,383 additions and 603 deletions.
10 changes: 5 additions & 5 deletions GanttChartLightLibraryDemos/Demos/Demos.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<TrustUrlParameters>true</TrustUrlParameters>
<ApplicationRevision>26</ApplicationRevision>
<ApplicationRevision>27</ApplicationRevision>
<ApplicationVersion>1.0.1.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -79,12 +79,12 @@
<HintPath>..\packages\DlhSoft.HierarchicalDataLightLibrary.4.0.9.1\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.37.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\packages\DlhSoft.GanttChartLightLibrary.4.3.37.3\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.38.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\packages\DlhSoft.GanttChartLightLibrary.4.3.38.1\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.36.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\packages\DlhSoft.GanttChartLightLibrary.4.3.37.3\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.38.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\packages\DlhSoft.GanttChartLightLibrary.4.3.38.1\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>624879771A2DCA2C0DE5CF0D98682E002702B6BC</ManifestCertificateThumbprint>
Expand All @@ -79,12 +79,12 @@
<HintPath>..\..\..\..\..\packages\DlhSoft.HierarchicalDataLightLibrary.4.0.9.1\lib\sl50\DlhSoft.HierarchicalData.Silverlight.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DlhSoft.ProjectData.GanttChart.Silverlight.Controls, Version=4.3.37.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.37.3\lib\sl50\DlhSoft.ProjectData.GanttChart.Silverlight.Controls.dll</HintPath>
<Reference Include="DlhSoft.ProjectData.GanttChart.Silverlight.Controls, Version=4.3.38.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.38.1\lib\sl50\DlhSoft.ProjectData.GanttChart.Silverlight.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DlhSoft.ProjectData.PertChart.Silverlight.Controls, Version=4.3.36.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.37.3\lib\sl50\DlhSoft.ProjectData.PertChart.Silverlight.Controls.dll</HintPath>
<Reference Include="DlhSoft.ProjectData.PertChart.Silverlight.Controls, Version=4.3.38.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.38.1\lib\sl50\DlhSoft.ProjectData.PertChart.Silverlight.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib" />
Expand Down Expand Up @@ -134,9 +134,6 @@
</Page>
</ItemGroup>
<ItemGroup>
<None Include="..\..\..\..\Utilities\Certificates\DlhSoft.GlobalSign.pfx">
<Link>DlhSoft.GlobalSign.pfx</Link>
</None>
<None Include="packages.config" />
<None Include="Properties\AppManifest.xml" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.37.3" targetFramework="sl5" />
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.38.1" targetFramework="sl5" />
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.9.1" targetFramework="sl5" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
<HintPath>..\..\..\..\..\packages\DlhSoft.HierarchicalDataLightLibrary.4.0.9.1\lib\sl50\DlhSoft.HierarchicalData.Silverlight.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DlhSoft.ProjectData.GanttChart.Silverlight.Controls, Version=4.3.37.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.37.3\lib\sl50\DlhSoft.ProjectData.GanttChart.Silverlight.Controls.dll</HintPath>
<Reference Include="DlhSoft.ProjectData.GanttChart.Silverlight.Controls, Version=4.3.38.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.38.1\lib\sl50\DlhSoft.ProjectData.GanttChart.Silverlight.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DlhSoft.ProjectData.PertChart.Silverlight.Controls, Version=4.3.36.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.37.3\lib\sl50\DlhSoft.ProjectData.PertChart.Silverlight.Controls.dll</HintPath>
<Reference Include="DlhSoft.ProjectData.PertChart.Silverlight.Controls, Version=4.3.38.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.38.1\lib\sl50\DlhSoft.ProjectData.PertChart.Silverlight.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="mscorlib" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.37.3" targetFramework="sl5" />
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.38.1" targetFramework="sl5" />
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.9.1" targetFramework="sl5" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.8.5, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\DlhSoft.HierarchicalDataLightLibrary.4.0.9.1\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
<HintPath>..\..\..\..\..\packages\DlhSoft.HierarchicalDataLightLibrary.4.0.9.1\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.37.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.37.3\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.38.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.38.1\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.36.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.37.3\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.38.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.38.1\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PresentationCore" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="DlhSoft.ProjectData.PertChart.LightWPF.Controls" publicKeyToken="6071b28da0134838" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.3.36.0" newVersion="4.3.36.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.37.3" targetFramework="net40-client" />
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.38.1" targetFramework="net40-client" />
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.9.1" targetFramework="net40-client" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
<HintPath>..\..\..\..\..\packages\DlhSoft.HierarchicalDataLightLibrary.4.0.9.1\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.37.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.37.3\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.38.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.38.1\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.36.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.37.3\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.38.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.38.1\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PresentationCore" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="DlhSoft.ProjectData.PertChart.LightWPF.Controls" publicKeyToken="6071b28da0134838" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.3.36.0" newVersion="4.3.36.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.37.3" targetFramework="net40-client" />
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.38.1" targetFramework="net40-client" />
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.9.1" targetFramework="net40-client" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.8.5, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\DlhSoft.HierarchicalDataLightLibrary.4.0.9.1\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
<HintPath>..\..\..\..\..\packages\DlhSoft.HierarchicalDataLightLibrary.4.0.9.1\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.37.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.37.3\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.38.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.38.1\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.36.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.37.3\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.38.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.38.1\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PresentationCore" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="DlhSoft.ProjectData.PertChart.LightWPF.Controls" publicKeyToken="6071b28da0134838" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.3.36.0" newVersion="4.3.36.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.37.3" targetFramework="net40-client" />
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.38.1" targetFramework="net40-client" />
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.9.1" targetFramework="net40-client" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="DlhSoft.HierarchicalData.LightWPF.Controls, Version=4.0.8.5, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.HierarchicalDataLightLibrary.4.0.9\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
<HintPath>..\..\..\..\..\packages\DlhSoft.HierarchicalDataLightLibrary.4.0.9.1\lib\net40-client\DlhSoft.HierarchicalData.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.37.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.37.1\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
<Reference Include="DlhSoft.ProjectData.GanttChart.LightWPF.Controls, Version=4.3.38.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.38.1\lib\net40-client\DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.36.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.37.1\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
<Reference Include="DlhSoft.ProjectData.PertChart.LightWPF.Controls, Version=4.3.38.0, Culture=neutral, PublicKeyToken=6071b28da0134838, processorArchitecture=MSIL">
<HintPath>..\..\..\..\..\packages\DlhSoft.GanttChartLightLibrary.4.3.38.1\lib\net40-client\DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="DlhSoft.ProjectData.PertChart.LightWPF.Controls" publicKeyToken="6071b28da0134838" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.3.36.0" newVersion="4.3.36.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.37.3" targetFramework="net40-client" />
<package id="DlhSoft.GanttChartLightLibrary" version="4.3.38.1" targetFramework="net40-client" />
<package id="DlhSoft.HierarchicalDataLightLibrary" version="4.0.9.1" targetFramework="net40-client" />
</packages>
Loading

0 comments on commit 494b1bd

Please sign in to comment.