mirror of
https://github.com/hirschmann/nbfc
synced 2025-08-31 14:15:28 +00:00
[fix] Updated project paths in solution file.
[fix] Tray icon tooltip binding errors. [chg] Updated nuget packages. [chg] Removed TaskScheduler nuget package.
This commit is contained in:
@@ -1,37 +1,28 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2012
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StagWare.FanControl", "StagWare.FanControl\StagWare.FanControl.csproj", "{12084B38-C1A2-414C-80A7-B8D02D6F5B84}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StagWare.FanControl", "Libraries\StagWare.FanControl\StagWare.FanControl.csproj", "{12084B38-C1A2-414C-80A7-B8D02D6F5B84}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NbfcService", "NbfcService\NbfcService.csproj", "{820ABB59-7F86-4D7F-89C9-8F7DA013D992}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NbfcService", "Windows\NbfcService\NbfcService.csproj", "{820ABB59-7F86-4D7F-89C9-8F7DA013D992}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StagWare.FanControl.Configurations", "StagWare.Configurations\StagWare.FanControl.Configurations.csproj", "{EB60FFBC-51F9-42F7-B22B-2200C3F0CB64}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StagWare.FanControl.Configurations", "Libraries\StagWare.Configurations\StagWare.FanControl.Configurations.csproj", "{EB60FFBC-51F9-42F7-B22B-2200C3F0CB64}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StagWare.FanControl.Service", "StagWare.FanControl.Service\StagWare.FanControl.Service.csproj", "{15B3E0D2-6217-493A-A690-158C497F5318}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StagWare.FanControl.Service", "Libraries\StagWare.FanControl.Service\StagWare.FanControl.Service.csproj", "{15B3E0D2-6217-493A-A690-158C497F5318}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NbfcServiceTestClient", "NbfcServiceTestClient\NbfcServiceTestClient.csproj", "{B87CEC20-6F16-44E5-B340-DDBCA09B6AA9}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigEditor", "Windows\ConfigEditor\ConfigEditor.csproj", "{A2E2E628-7BDA-4072-83DE-B28DE7EA85A9}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NbfcServiceClient", "Windows\NbfcServiceClient\NbfcServiceClient.csproj", "{DF818D02-6FBC-44E1-88FA-0D62BD73CA95}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{15B3E0D2-6217-493A-A690-158C497F5318} = {15B3E0D2-6217-493A-A690-158C497F5318}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigEditor", "ConfigEditor\ConfigEditor.csproj", "{A2E2E628-7BDA-4072-83DE-B28DE7EA85A9}"
|
||||
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "NbfcSetup", "Windows\Setup\NbfcSetup\NbfcSetup.wixproj", "{D709446B-7DEC-4F18-B2A2-638A2EF8AAA6}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NbfcServiceClient", "NbfcServiceClient\NbfcServiceClient.csproj", "{DF818D02-6FBC-44E1-88FA-0D62BD73CA95}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{15B3E0D2-6217-493A-A690-158C497F5318} = {15B3E0D2-6217-493A-A690-158C497F5318}
|
||||
EndProjectSection
|
||||
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "NbfcBootstrapper", "Windows\Setup\NbfcBootstrapper\NbfcBootstrapper.wixproj", "{088065D5-99ED-4A8B-9301-3666C5B88718}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FanControlTestConsole", "FanControlTestConsole\FanControlTestConsole.csproj", "{65A29D11-8B42-41E4-BECE-1A409E329304}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenHardwareMonitorLib", "Libraries\OpenHardwareMonitorLib\OpenHardwareMonitorLib.csproj", "{B0397530-545A-471D-BB74-027AE456DF1A}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConfigBatchConverter", "ConfigBatchConverter\ConfigBatchConverter.csproj", "{786B5A56-1721-403F-B83F-6D890DBA0324}"
|
||||
EndProject
|
||||
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "NbfcSetup", "NbfcSetup\NbfcSetup.wixproj", "{D709446B-7DEC-4F18-B2A2-638A2EF8AAA6}"
|
||||
EndProject
|
||||
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "NbfcBootstrapper", "NbfcBootstrapper\NbfcBootstrapper.wixproj", "{088065D5-99ED-4A8B-9301-3666C5B88718}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenHardwareMonitorLib", "OpenHardwareMonitorLib\OpenHardwareMonitorLib.csproj", "{B0397530-545A-471D-BB74-027AE456DF1A}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DriverSetupWixAction", "DriverSetupWixAction\DriverSetupWixAction.csproj", "{98EE4668-8F55-43B7-B2F9-A8C4B0DAFA79}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DriverSetupWixAction", "Windows\Setup\DriverSetupWixAction\DriverSetupWixAction.csproj", "{98EE4668-8F55-43B7-B2F9-A8C4B0DAFA79}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
@@ -65,9 +65,24 @@
|
||||
<Reference Include="WindowsBase" />
|
||||
<Reference Include="PresentationCore" />
|
||||
<Reference Include="PresentationFramework" />
|
||||
<Reference Include="Xceed.Wpf.Toolkit, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
||||
<Reference Include="Xceed.Wpf.AvalonDock">
|
||||
<HintPath>..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.AvalonDock.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Aero">
|
||||
<HintPath>..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xceed.Wpf.AvalonDock.Themes.Metro">
|
||||
<HintPath>..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xceed.Wpf.AvalonDock.Themes.VS2010">
|
||||
<HintPath>..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xceed.Wpf.DataGrid">
|
||||
<HintPath>..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.DataGrid.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Xceed.Wpf.Toolkit, Version=2.2.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\packages\Extended.Wpf.Toolkit.2.1.0\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
|
||||
<HintPath>..\packages\Extended.Wpf.Toolkit.2.2.1\lib\net40\Xceed.Wpf.Toolkit.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -171,7 +186,7 @@
|
||||
<AppDesigner Include="Properties\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\StagWare.Configurations\StagWare.FanControl.Configurations.csproj">
|
||||
<ProjectReference Include="..\..\Libraries\StagWare.Configurations\StagWare.FanControl.Configurations.csproj">
|
||||
<Project>{eb60ffbc-51f9-42f7-b22b-2200c3f0cb64}</Project>
|
||||
<Name>StagWare.FanControl.Configurations</Name>
|
||||
</ProjectReference>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Extended.Wpf.Toolkit" version="2.1.0" targetFramework="net40-Client" />
|
||||
<package id="Extended.Wpf.Toolkit" version="2.2.1" targetFramework="net40-Client" />
|
||||
</packages>
|
@@ -115,7 +115,7 @@
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\StagWare.FanControl.Service\StagWare.FanControl.Service.csproj">
|
||||
<ProjectReference Include="..\..\Libraries\StagWare.FanControl.Service\StagWare.FanControl.Service.csproj">
|
||||
<Project>{15b3e0d2-6217-493a-a690-158c497f5318}</Project>
|
||||
<Name>StagWare.FanControl.Service</Name>
|
||||
</ProjectReference>
|
||||
|
@@ -70,7 +70,7 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Hardcodet.Wpf.TaskbarNotification">
|
||||
<HintPath>..\packages\Hardcodet.Wpf.TaskbarNotification.1.0.4.0\lib\net40\Hardcodet.Wpf.TaskbarNotification.dll</HintPath>
|
||||
<HintPath>..\packages\Hardcodet.NotifyIcon.Wpf.1.0.5\lib\net40-client\Hardcodet.Wpf.TaskbarNotification.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
@@ -222,7 +222,7 @@
|
||||
<WCFMetadataStorage Include="Service References\NbfcService\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\StagWare.Configurations\StagWare.FanControl.Configurations.csproj">
|
||||
<ProjectReference Include="..\..\Libraries\StagWare.Configurations\StagWare.FanControl.Configurations.csproj">
|
||||
<Project>{eb60ffbc-51f9-42f7-b22b-2200c3f0cb64}</Project>
|
||||
<Name>StagWare.FanControl.Configurations</Name>
|
||||
</ProjectReference>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18051
|
||||
// Runtime Version:4.0.30319.34014
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18051
|
||||
// Runtime Version:4.0.30319.34014
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18051
|
||||
// Runtime Version:4.0.30319.34014
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
|
@@ -5,7 +5,7 @@
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
|
||||
xmlns:vm="clr-namespace:NbfcServiceClient.ViewModels"
|
||||
mc:Ignorable="d" Height="140" Width="{Binding}" Background="Transparent"
|
||||
mc:Ignorable="d" Height="140" Background="Transparent"
|
||||
d:DesignHeight="140" d:DesignWidth="343" d:DataContext="{d:DesignData Source=../DesignData/FanControllerViewModelData.xaml}">
|
||||
|
||||
<GroupBox Background="Transparent" FontWeight="Bold">
|
||||
|
@@ -6,10 +6,10 @@
|
||||
xmlns:uc="clr-namespace:NbfcServiceClient.UserControls"
|
||||
mc:Ignorable="d"
|
||||
Width="Auto" Height="Auto" MinWidth="235"
|
||||
d:DesignHeight="242" d:DesignWidth="235"
|
||||
d:DataContext="{d:DesignData /DesignData/FanControllerCollection.xaml}">
|
||||
d:DesignHeight="242" d:DesignWidth="235">
|
||||
|
||||
<Border BorderBrush="#FF8B8A87" BorderThickness="1" CornerRadius="0" Width="Auto" Height="Auto">
|
||||
<Border BorderBrush="#FF8B8A87" BorderThickness="1" CornerRadius="0" Width="Auto" Height="Auto"
|
||||
DataContext="{Binding FanControllers}" d:DataContext="{d:DesignData /DesignData/FanControllerCollection.xaml}">
|
||||
<Border.Background>
|
||||
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0">
|
||||
<GradientStop Color="White" Offset="0"/>
|
||||
@@ -28,7 +28,7 @@
|
||||
<Label Content="NoteBook FanControl" Margin="39,5,-4,0"
|
||||
VerticalAlignment="Top" FontWeight="SemiBold" FontSize="16" Foreground="#FF3C3C3C"/>
|
||||
|
||||
<ItemsControl ItemsSource="{Binding}" Margin="0,43,0,0">
|
||||
<ItemsControl ItemsSource="{Binding }" Margin="0,43,0,0">
|
||||
<ItemsControl.ItemTemplate>
|
||||
<DataTemplate>
|
||||
<uc:ToolTipFanInfo/>
|
||||
|
@@ -9,7 +9,8 @@
|
||||
|
||||
Title="NoteBook FanControl" Height="350" Width="430" MinWidth="350" MinHeight="355"
|
||||
WindowStartupLocation="CenterScreen" StateChanged="window_StateChanged" Closing="Window_Closing"
|
||||
d:DataContext="{d:DesignData Source=../DesignData/MainWindowViewModelData.xaml}" mc:Ignorable="d">
|
||||
d:DataContext="{d:DesignData Source=../DesignData/MainWindowViewModelData.xaml}" mc:Ignorable="d"
|
||||
x:Name="window">
|
||||
|
||||
<Grid>
|
||||
<!--Background-->
|
||||
@@ -79,7 +80,7 @@
|
||||
</ContextMenu>
|
||||
</tb:TaskbarIcon.ContextMenu>
|
||||
<tb:TaskbarIcon.TrayToolTip>
|
||||
<uc:TrayToolTip DataContext="{Binding FanControllers}"/>
|
||||
<uc:TrayToolTip />
|
||||
</tb:TaskbarIcon.TrayToolTip>
|
||||
</tb:TaskbarIcon>
|
||||
</Grid>
|
||||
|
@@ -3,15 +3,13 @@
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup><system.serviceModel>
|
||||
<bindings>
|
||||
<netNamedPipeBinding>
|
||||
<binding name="NetNamedPipeBinding_IFanControlService" />
|
||||
<binding name="NetNamedPipeBinding_IFanControlService"/>
|
||||
</netNamedPipeBinding>
|
||||
</bindings>
|
||||
<client>
|
||||
<endpoint address="net.pipe://localhost/StagWare.FanControl.Service/FanControlService"
|
||||
binding="netNamedPipeBinding" bindingConfiguration="NetNamedPipeBinding_IFanControlService"
|
||||
contract="NbfcService.IFanControlService" name="NetNamedPipeBinding_IFanControlService">
|
||||
<endpoint address="net.pipe://localhost/StagWare.FanControl.Service/FanControlService" binding="netNamedPipeBinding" bindingConfiguration="NetNamedPipeBinding_IFanControlService" contract="NbfcService.IFanControlService" name="NetNamedPipeBinding_IFanControlService">
|
||||
<identity>
|
||||
<dns value="localhost" />
|
||||
<dns value="localhost"/>
|
||||
</identity>
|
||||
</endpoint>
|
||||
</client>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Hardcodet.Wpf.TaskbarNotification" version="1.0.4.0" targetFramework="net40" />
|
||||
<package id="Hardcodet.NotifyIcon.Wpf" version="1.0.5" targetFramework="net40-Client" />
|
||||
</packages>
|
@@ -46,7 +46,7 @@
|
||||
<Content Include="CustomAction.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\OpenHardwareMonitorLib\OpenHardwareMonitorLib.csproj">
|
||||
<ProjectReference Include="..\..\..\Libraries\OpenHardwareMonitorLib\OpenHardwareMonitorLib.csproj">
|
||||
<Project>{b0397530-545a-471d-bb74-027ae456df1a}</Project>
|
||||
<Name>OpenHardwareMonitorLib</Name>
|
||||
</ProjectReference>
|
||||
|
@@ -34,7 +34,7 @@
|
||||
</WixExtension>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\NbfcServiceClient\NbfcServiceClient.csproj">
|
||||
<ProjectReference Include="..\..\NbfcServiceClient\NbfcServiceClient.csproj">
|
||||
<Name>NbfcServiceClient</Name>
|
||||
<Project>{df818d02-6fbc-44e1-88fa-0d62bd73ca95}</Project>
|
||||
<Private>True</Private>
|
||||
|
@@ -166,6 +166,9 @@
|
||||
<Component Id="cmp482EBAC6B8AC9E27909928300535944D" Directory="dir42B6B52760D807EF6B53FE218617E2D6" Guid="*">
|
||||
<File Id="fil99798ACFA7BE67D5A13BD0606D362A63" KeyPath="yes" Source="$(var.ConfigsDir)\Lenovo x121e 30515YG.xml" />
|
||||
</Component>
|
||||
<Component Id="cmp9810F83FCDEA0C70094EEFDF34684BD3" Directory="dir42B6B52760D807EF6B53FE218617E2D6" Guid="*">
|
||||
<File Id="fil7F1D6DBDE82DD68726CF163C43FEA243" KeyPath="yes" Source="$(var.ConfigsDir)\Lenovo Yoga 11s.xml" />
|
||||
</Component>
|
||||
<Component Id="cmpC8E2E82E993F2FD4724BCAFEAB7598C1" Directory="dir42B6B52760D807EF6B53FE218617E2D6" Guid="*">
|
||||
<File Id="fil29F9073FD7CF8C3B604AEE9C598BFBCD" KeyPath="yes" Source="$(var.ConfigsDir)\Lenovo Yoga 13 2191.xml" />
|
||||
</Component>
|
||||
|
@@ -40,7 +40,39 @@
|
||||
<Compile Include="Product.wxs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\ConfigEditor\ConfigEditor.csproj">
|
||||
<ProjectReference Include="..\..\..\Libraries\OpenHardwareMonitorLib\OpenHardwareMonitorLib.csproj">
|
||||
<Name>OpenHardwareMonitorLib</Name>
|
||||
<Project>{b0397530-545a-471d-bb74-027ae456df1a}</Project>
|
||||
<Private>True</Private>
|
||||
<DoNotHarvest>True</DoNotHarvest>
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\Libraries\StagWare.Configurations\StagWare.FanControl.Configurations.csproj">
|
||||
<Name>StagWare.FanControl.Configurations</Name>
|
||||
<Project>{eb60ffbc-51f9-42f7-b22b-2200c3f0cb64}</Project>
|
||||
<Private>True</Private>
|
||||
<DoNotHarvest>True</DoNotHarvest>
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\Libraries\StagWare.FanControl.Service\StagWare.FanControl.Service.csproj">
|
||||
<Name>StagWare.FanControl.Service</Name>
|
||||
<Project>{15b3e0d2-6217-493a-a690-158c497f5318}</Project>
|
||||
<Private>True</Private>
|
||||
<DoNotHarvest>True</DoNotHarvest>
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\..\Libraries\StagWare.FanControl\StagWare.FanControl.csproj">
|
||||
<Name>StagWare.FanControl</Name>
|
||||
<Project>{12084b38-c1a2-414c-80a7-b8d02d6f5b84}</Project>
|
||||
<Private>True</Private>
|
||||
<DoNotHarvest>True</DoNotHarvest>
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\ConfigEditor\ConfigEditor.csproj">
|
||||
<Name>ConfigEditor</Name>
|
||||
<Project>{a2e2e628-7bda-4072-83de-b28de7ea85a9}</Project>
|
||||
<Private>True</Private>
|
||||
@@ -48,6 +80,22 @@
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\NbfcServiceClient\NbfcServiceClient.csproj">
|
||||
<Name>NbfcServiceClient</Name>
|
||||
<Project>{df818d02-6fbc-44e1-88fa-0d62bd73ca95}</Project>
|
||||
<Private>True</Private>
|
||||
<DoNotHarvest>True</DoNotHarvest>
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\NbfcService\NbfcService.csproj">
|
||||
<Name>NbfcService</Name>
|
||||
<Project>{820abb59-7f86-4d7f-89c9-8f7da013d992}</Project>
|
||||
<Private>True</Private>
|
||||
<DoNotHarvest>True</DoNotHarvest>
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\DriverSetupWixAction\DriverSetupWixAction.csproj">
|
||||
<Name>DriverSetupWixAction</Name>
|
||||
<Project>{98ee4668-8f55-43b7-b2f9-a8c4b0dafa79}</Project>
|
||||
@@ -56,54 +104,6 @@
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\NbfcServiceClient\NbfcServiceClient.csproj">
|
||||
<Name>NbfcServiceClient</Name>
|
||||
<Project>{df818d02-6fbc-44e1-88fa-0d62bd73ca95}</Project>
|
||||
<Private>True</Private>
|
||||
<DoNotHarvest>True</DoNotHarvest>
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\NbfcService\NbfcService.csproj">
|
||||
<Name>NbfcService</Name>
|
||||
<Project>{820abb59-7f86-4d7f-89c9-8f7da013d992}</Project>
|
||||
<Private>True</Private>
|
||||
<DoNotHarvest>True</DoNotHarvest>
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\OpenHardwareMonitorLib\OpenHardwareMonitorLib.csproj">
|
||||
<Name>OpenHardwareMonitorLib</Name>
|
||||
<Project>{b0397530-545a-471d-bb74-027ae456df1a}</Project>
|
||||
<Private>True</Private>
|
||||
<DoNotHarvest>True</DoNotHarvest>
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\StagWare.Configurations\StagWare.FanControl.Configurations.csproj">
|
||||
<Name>StagWare.FanControl.Configurations</Name>
|
||||
<Project>{eb60ffbc-51f9-42f7-b22b-2200c3f0cb64}</Project>
|
||||
<Private>True</Private>
|
||||
<DoNotHarvest>True</DoNotHarvest>
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\StagWare.FanControl.Service\StagWare.FanControl.Service.csproj">
|
||||
<Name>StagWare.FanControl.Service</Name>
|
||||
<Project>{15b3e0d2-6217-493a-a690-158c497f5318}</Project>
|
||||
<Private>True</Private>
|
||||
<DoNotHarvest>True</DoNotHarvest>
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\StagWare.FanControl\StagWare.FanControl.csproj">
|
||||
<Name>StagWare.FanControl</Name>
|
||||
<Project>{12084b38-c1a2-414c-80a7-b8d02d6f5b84}</Project>
|
||||
<Private>True</Private>
|
||||
<DoNotHarvest>True</DoNotHarvest>
|
||||
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
|
||||
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<WixExtension Include="WixUtilExtension">
|
||||
|
@@ -1,5 +0,0 @@
|
||||
<configuration>
|
||||
<config>
|
||||
<add key="repositoryPath" value=".\packages" />
|
||||
</config>
|
||||
</configuration>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Windows/packages/Extended.Wpf.Toolkit.2.2.1/Extended.Wpf.Toolkit.2.2.1.nupkg
vendored
Normal file
BIN
Windows/packages/Extended.Wpf.Toolkit.2.2.1/Extended.Wpf.Toolkit.2.2.1.nupkg
vendored
Normal file
Binary file not shown.
BIN
Windows/packages/Extended.Wpf.Toolkit.2.2.1/lib/net35/Xceed.Wpf.Toolkit.dll
vendored
Normal file
BIN
Windows/packages/Extended.Wpf.Toolkit.2.2.1/lib/net35/Xceed.Wpf.Toolkit.dll
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Windows/packages/Extended.Wpf.Toolkit.2.2.1/lib/net40/Xceed.Wpf.Toolkit.dll
vendored
Normal file
BIN
Windows/packages/Extended.Wpf.Toolkit.2.2.1/lib/net40/Xceed.Wpf.Toolkit.dll
vendored
Normal file
Binary file not shown.
BIN
Windows/packages/Extended.Wpf.Toolkit.2.2.1/lib/net40/de/Xceed.Wpf.AvalonDock.resources.dll
vendored
Normal file
BIN
Windows/packages/Extended.Wpf.Toolkit.2.2.1/lib/net40/de/Xceed.Wpf.AvalonDock.resources.dll
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Windows/packages/Extended.Wpf.Toolkit.2.2.1/lib/net40/zh-Hans/Xceed.Wpf.AvalonDock.resources.dll
vendored
Normal file
BIN
Windows/packages/Extended.Wpf.Toolkit.2.2.1/lib/net40/zh-Hans/Xceed.Wpf.AvalonDock.resources.dll
vendored
Normal file
Binary file not shown.
BIN
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/Hardcodet.NotifyIcon.Wpf.1.0.5.nupkg
vendored
Normal file
BIN
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/Hardcodet.NotifyIcon.Wpf.1.0.5.nupkg
vendored
Normal file
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net35/Hardcodet.Wpf.TaskbarNotification.dll
vendored
Normal file
BIN
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net35/Hardcodet.Wpf.TaskbarNotification.dll
vendored
Normal file
Binary file not shown.
2050
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net35/Hardcodet.Wpf.TaskbarNotification.xml
vendored
Normal file
2050
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net35/Hardcodet.Wpf.TaskbarNotification.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
2050
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net40-client/Hardcodet.Wpf.TaskbarNotification.xml
vendored
Normal file
2050
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net40-client/Hardcodet.Wpf.TaskbarNotification.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net40/Hardcodet.Wpf.TaskbarNotification.dll
vendored
Normal file
BIN
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net40/Hardcodet.Wpf.TaskbarNotification.dll
vendored
Normal file
Binary file not shown.
2050
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net40/Hardcodet.Wpf.TaskbarNotification.xml
vendored
Normal file
2050
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net40/Hardcodet.Wpf.TaskbarNotification.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net45/Hardcodet.Wpf.TaskbarNotification.dll
vendored
Normal file
BIN
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net45/Hardcodet.Wpf.TaskbarNotification.dll
vendored
Normal file
Binary file not shown.
2050
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net45/Hardcodet.Wpf.TaskbarNotification.xml
vendored
Normal file
2050
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net45/Hardcodet.Wpf.TaskbarNotification.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net451/Hardcodet.Wpf.TaskbarNotification.dll
vendored
Normal file
BIN
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net451/Hardcodet.Wpf.TaskbarNotification.dll
vendored
Normal file
Binary file not shown.
2050
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net451/Hardcodet.Wpf.TaskbarNotification.xml
vendored
Normal file
2050
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/lib/net451/Hardcodet.Wpf.TaskbarNotification.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
10
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/readme.txt
vendored
Normal file
10
Windows/packages/Hardcodet.NotifyIcon.Wpf.1.0.5/readme.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
Hardcodet NotifyIcon for WPF 1.0.5
|
||||
**********************************
|
||||
|
||||
This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform. It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich tooltips, popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file.
|
||||
|
||||
This package contains only binaries. For source code and samples, please visit the project page:
|
||||
http://www.hardcodet.net/projects/wpf-notifyicon
|
||||
|
||||
|
||||
|
Binary file not shown.
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Hardcodet.Wpf.TaskbarNotification</id>
|
||||
<version>1.0.4.0</version>
|
||||
<title>Hardcodet.Wpf.TaskbarNotification</title>
|
||||
<authors>Hardcodet</authors>
|
||||
<owners>Hardcodet</owners>
|
||||
<projectUrl>http://www.hardcodet.net/projects/wpf-notifyicon</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>It does not just rely on the Windows Forms NotifyIcon component, but is a purely independent control which leverages several features of the WPF framework in order to display rich ToolTips, Popups, context menus, and balloon messages. It can be used directly in code or embedded in any XAML file.</description>
|
||||
<summary>This is an implementation of a NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform.</summary>
|
||||
<tags>taskbar tray wpf</tags>
|
||||
</metadata>
|
||||
</package>
|
Binary file not shown.
Binary file not shown.
@@ -1,20 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>TaskScheduler</id>
|
||||
<version>1.9.2</version>
|
||||
<title>Task Scheduler Managed Wrapper</title>
|
||||
<authors>David Hall</authors>
|
||||
<owners>David Hall</owners>
|
||||
<licenseUrl>http://taskscheduler.codeplex.com/license</licenseUrl>
|
||||
<projectUrl>http://taskscheduler.codeplex.com/</projectUrl>
|
||||
<iconUrl>http://download.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=taskscheduler&DownloadId=104367&Build=17672</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Provides a single assembly wrapper for the 1.0 and 2.0 versions of Task Scheduler found in all Microsoft operating systems post Windows 98. It simplifies the coding, aggregates the multiple versions and allows for localization support.</description>
|
||||
<language>en-US</language>
|
||||
<tags>task interop taskscheduler</tags>
|
||||
<references>
|
||||
<reference file="Microsoft.Win32.TaskScheduler.dll" />
|
||||
</references>
|
||||
</metadata>
|
||||
</package>
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
5
nuget.config
Normal file
5
nuget.config
Normal file
@@ -0,0 +1,5 @@
|
||||
<configuration>
|
||||
<config>
|
||||
<add key="repositoryPath" value=".\Windows\packages" />
|
||||
</config>
|
||||
</configuration>
|
Reference in New Issue
Block a user