|
52 | 52 | <ApplicationManifest>app.manifest</ApplicationManifest>
|
53 | 53 | </PropertyGroup>
|
54 | 54 | <ItemGroup>
|
55 |
| - <Reference Include="Hardcodet.Wpf.TaskbarNotification, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL"> |
56 |
| - <HintPath>..\packages\Hardcodet.NotifyIcon.Wpf.1.0.8\lib\net451\Hardcodet.Wpf.TaskbarNotification.dll</HintPath> |
| 55 | + <Reference Include="Hardcodet.NotifyIcon.Wpf, Version=1.1.0.0, Culture=neutral, PublicKeyToken=682384a853a08aad, processorArchitecture=MSIL"> |
| 56 | + <HintPath>..\packages\Hardcodet.NotifyIcon.Wpf.1.1.0\lib\net472\Hardcodet.NotifyIcon.Wpf.dll</HintPath> |
57 | 57 | </Reference>
|
58 | 58 | <Reference Include="HtmlRenderer, Version=1.5.0.6, Culture=neutral, processorArchitecture=MSIL">
|
59 | 59 | <HintPath>..\packages\HtmlRenderer.Core.1.5.0.6\lib\net45\HtmlRenderer.dll</HintPath>
|
|
70 | 70 | <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
71 | 71 | <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
72 | 72 | </Reference>
|
73 |
| - <Reference Include="NAudio, Version=1.10.0.0, Culture=neutral, processorArchitecture=MSIL"> |
74 |
| - <HintPath>..\packages\NAudio.1.10.0\lib\net35\NAudio.dll</HintPath> |
| 73 | + <Reference Include="Microsoft.Win32.Registry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 74 | + <HintPath>..\packages\Microsoft.Win32.Registry.5.0.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath> |
75 | 75 | </Reference>
|
76 |
| - <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
77 |
| - <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 76 | + <Reference Include="MQTTnet, Version=3.0.15.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL"> |
| 77 | + <HintPath>..\packages\MQTTnet.3.0.15\lib\net461\MQTTnet.dll</HintPath> |
| 78 | + </Reference> |
| 79 | + <Reference Include="NAudio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL"> |
| 80 | + <HintPath>..\packages\NAudio.2.0.0\lib\netstandard2.0\NAudio.dll</HintPath> |
| 81 | + </Reference> |
| 82 | + <Reference Include="NAudio.Asio, Version=2.0.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL"> |
| 83 | + <HintPath>..\packages\NAudio.Asio.2.0.0\lib\netstandard2.0\NAudio.Asio.dll</HintPath> |
| 84 | + </Reference> |
| 85 | + <Reference Include="NAudio.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL"> |
| 86 | + <HintPath>..\packages\NAudio.Core.2.0.0\lib\netstandard2.0\NAudio.Core.dll</HintPath> |
| 87 | + </Reference> |
| 88 | + <Reference Include="NAudio.Midi, Version=2.0.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL"> |
| 89 | + <HintPath>..\packages\NAudio.Midi.2.0.0\lib\netstandard2.0\NAudio.Midi.dll</HintPath> |
| 90 | + </Reference> |
| 91 | + <Reference Include="NAudio.Wasapi, Version=2.0.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL"> |
| 92 | + <HintPath>..\packages\NAudio.Wasapi.2.0.0\lib\netstandard2.0\NAudio.Wasapi.dll</HintPath> |
| 93 | + </Reference> |
| 94 | + <Reference Include="NAudio.WinForms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL"> |
| 95 | + <HintPath>..\packages\NAudio.WinForms.2.0.0\lib\net472\NAudio.WinForms.dll</HintPath> |
| 96 | + </Reference> |
| 97 | + <Reference Include="NAudio.WinMM, Version=2.0.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL"> |
| 98 | + <HintPath>..\packages\NAudio.WinMM.2.0.0\lib\netstandard2.0\NAudio.WinMM.dll</HintPath> |
| 99 | + </Reference> |
| 100 | + <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 101 | + <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
78 | 102 | </Reference>
|
79 | 103 | <Reference Include="PresentationCore" />
|
80 | 104 | <Reference Include="PresentationFramework" />
|
|
100 | 124 | <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
101 | 125 | </Reference>
|
102 | 126 | <Reference Include="System.Runtime.Serialization" />
|
| 127 | + <Reference Include="System.Security.AccessControl, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 128 | + <HintPath>..\packages\System.Security.AccessControl.5.0.0\lib\net461\System.Security.AccessControl.dll</HintPath> |
| 129 | + </Reference> |
| 130 | + <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 131 | + <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath> |
| 132 | + </Reference> |
103 | 133 | <Reference Include="System.ServiceModel" />
|
104 | 134 | <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
105 | 135 | <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
131 | 161 | <Compile Include="Audio\CachedSoundSampleProvider.cs" />
|
132 | 162 | <Compile Include="ChartCircularBuffer.cs" />
|
133 | 163 | <Compile Include="HWInfo.cs" />
|
| 164 | + <Compile Include="Mqtt.cs" /> |
134 | 165 | <Compile Include="SplashScreenWindow.xaml.cs">
|
135 | 166 | <DependentUpon>SplashScreenWindow.xaml</DependentUpon>
|
136 | 167 | </Compile>
|
|
165 | 196 | <ItemGroup>
|
166 | 197 | <None Include="app.config" />
|
167 | 198 | <None Include="app.manifest" />
|
| 199 | + <None Include="mqtt.config"> |
| 200 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 201 | + </None> |
168 | 202 | <None Include="appsettings.config">
|
169 | 203 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
170 | 204 | </None>
|
|
0 commit comments