Skip to content

Commit

Permalink
- #68: Remove the Scheduler 3rd party controls
Browse files Browse the repository at this point in the history
- Fix fallout from removal
- Up the version of Krypton and NLog
- Update Readme.md
- Reissue installer
  • Loading branch information
Smurf-IV committed Dec 12, 2019
1 parent caf8c5a commit acdd151
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 726 deletions.
33 changes: 0 additions & 33 deletions Elucidate/Elucidate Windows Installer/Elucidate.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@
<File Source="$(var.MgtSource)\Elucidate.exe.config" KeyPath="yes" />
</Component>

<Component>
<File Source="$(var.MgtSource)\ActiveDirectoryObjectPicker.dll" KeyPath="yes" >
<netfx:NativeImage Id="ngen.ActiveDirectoryObjectPicker" Platform="all" Priority="2" AppBaseDirectory="ClientDIR" />
</File>
</Component>
<Component>
<File Source="$(var.MgtSource)\AeroWizard.dll" KeyPath="yes" >
<netfx:NativeImage Id="ngen.AeroWizard" Platform="all" Priority="2" AppBaseDirectory="ClientDIR" />
</File>
</Component>
<Component>
<File Source="$(var.MgtSource)\AlphaFS.dll" KeyPath="yes" >
<netfx:NativeImage Id="ngen.AlphaFS" Platform="all" Priority="2" AppBaseDirectory="ClientDIR" />
Expand Down Expand Up @@ -77,11 +67,6 @@
<netfx:NativeImage Id="ngen.Exceptionless.Windows" Platform="all" Priority="2" AppBaseDirectory="ClientDIR" />
</File>
</Component>
<Component>
<File Source="$(var.MgtSource)\GroupControls.dll" KeyPath="yes" >
<netfx:NativeImage Id="ngen.GroupControls" Platform="all" Priority="2" AppBaseDirectory="ClientDIR" />
</File>
</Component>
<Component>
<File Source="$(var.MgtSource)\JCS.ToggleSwitch.dll" KeyPath="yes" >
<netfx:NativeImage Id="ngen.JCS.ToggleSwitch" Platform="all" Priority="2" AppBaseDirectory="ClientDIR" />
Expand All @@ -103,32 +88,14 @@
<netfx:NativeImage Id="ngen.Toolkit" Platform="all" Priority="2" AppBaseDirectory="ClientDIR" />
</File>
</Component>
<Component>
<File Source="$(var.MgtSource)\Microsoft.Win32.TaskScheduler.dll" KeyPath="yes" >
<netfx:NativeImage Id="ngen.Microsoft.Win32.TaskScheduler" Platform="all" Priority="2" AppBaseDirectory="ClientDIR" />
</File>
</Component>
<Component>
<File Source="$(var.MgtSource)\Microsoft.Win32.TaskSchedulerEditor.dll" KeyPath="yes" >
<netfx:NativeImage Id="ngen.Microsoft.Win32.TaskSchedulerEditor" Platform="all" Priority="2" AppBaseDirectory="ClientDIR" />
</File>
</Component>
<Component>
<File Source="$(var.MgtSource)\NLog.dll" KeyPath="yes" >
<netfx:NativeImage Id="ngen.NLog" Platform="all" Priority="2" AppBaseDirectory="ClientDIR" />
</File>
</Component>
<Component>
<File Source="$(var.MgtSource)\TimeSpan2.dll" KeyPath="yes" >
<netfx:NativeImage Id="ngen.TimeSpan2" Platform="all" Priority="2" AppBaseDirectory="ClientDIR" />
</File>
</Component>


<!-- Text and help files-->
<Component>
<File Source="$(var.MgtSource)\snapraid.ps1" KeyPath="yes"/>
</Component>
<Component>
<File Source="$(sys.SOURCEFILEDIR)GPLv2.rtf" KeyPath="yes" />
</Component>
Expand Down
14 changes: 4 additions & 10 deletions Elucidate/Elucidate/Elucidate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</AssemblyInfoVersionSettings>
<PrimaryVersionType>AssemblyVersionAttribute</PrimaryVersionType>
<AssemblyInfoFilePath>Properties\AssemblyInfo.cs</AssemblyInfoFilePath>
<AssemblyVersion>2019.8.993.4</AssemblyVersion>
<AssemblyVersion>2019.12.997.12</AssemblyVersion>
<UpdatePackageVersion>False</UpdatePackageVersion>
<AssemblyInfoVersionType>SettingsVersion</AssemblyInfoVersionType>
<InheritWinAppVersionFrom>None</InheritWinAppVersionFrom>
Expand Down Expand Up @@ -276,9 +276,6 @@
<ItemGroup>
<EmbeddedResource Include="snapraid.conf.example" />
<None Include="Resources\errorprovidericon.gif" />
<Content Include="snapraid.ps1">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="wyDay.Controls\License.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -308,20 +305,17 @@
<Version>4.3.2027</Version>
</PackageReference>
<PackageReference Include="KryptonToolkitSuite5472">
<Version>5.472.1251</Version>
<Version>5.472.2000</Version>
</PackageReference>
<PackageReference Include="NLog">
<Version>4.6.6</Version>
</PackageReference>
<PackageReference Include="TaskSchedulerEditor">
<Version>2.8.15</Version>
<Version>4.6.8</Version>
</PackageReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<UserProperties BuildVersion_UseUniversalClock="False" BuildVersion_UpdateFileVersion="False" BuildVersion_UpdateAssemblyVersion="False" BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="YearStamp.MonthStamp.DayStamp.Increment" />
<UserProperties BuildVersion_BuildVersioningStyle="YearStamp.MonthStamp.DayStamp.Increment" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" BuildVersion_UpdateAssemblyVersion="False" BuildVersion_UpdateFileVersion="False" BuildVersion_UseUniversalClock="False" />
</VisualStudio>
</ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
2 changes: 1 addition & 1 deletion Elucidate/Elucidate/Forms/ElucidateForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ private void tabControl_SelectedPageChanged(object sender, EventArgs e)
}
else if (currentTab == tabSchedulePage)
{
tpSchedule.ReLoad();
//tpSchedule.Reset();
}
else if (currentTab == tabRecoverFiles)
{
Expand Down
4 changes: 2 additions & 2 deletions Elucidate/Elucidate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
// Build Number - Increment
// Revision - Day
//
[assembly: AssemblyVersion("2019.8.993.4")]
[assembly: AssemblyFileVersion("19.8.993.4")]
[assembly: AssemblyVersion("2019.12.997.12")]
[assembly: AssemblyFileVersion("19.12.997.12")]
[assembly: NeutralResourcesLanguage("en-US")]
// TODO: Add more relevant hints here
[assembly: Dependency("System", LoadHint.Always)]
Expand Down
Loading

0 comments on commit acdd151

Please sign in to comment.