|
66 | 66 | <ApplicationManifest>app.manifest</ApplicationManifest>
|
67 | 67 | </PropertyGroup>
|
68 | 68 | <ItemGroup>
|
69 |
| - <Reference Include="Hardcodet.Wpf.TaskbarNotification"> |
70 |
| - <HintPath>..\packages\Hardcodet.NotifyIcon.Wpf.1.0.8\lib\net40\Hardcodet.Wpf.TaskbarNotification.dll</HintPath> |
71 |
| - </Reference> |
72 |
| - <Reference Include="LibUsbDotNet, Version=2.2.8.104, Culture=neutral, processorArchitecture=MSIL"> |
73 |
| - <HintPath>..\packages\LibUsbDotNet.2.2.8\lib\LibUsbDotNet.dll</HintPath> |
74 |
| - </Reference> |
75 |
| - <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
76 |
| - <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net40\Newtonsoft.Json.dll</HintPath> |
77 |
| - </Reference> |
78 |
| - <Reference Include="SharpDX, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> |
79 |
| - <HintPath>..\packages\SharpDX.4.0.1\lib\net40\SharpDX.dll</HintPath> |
80 |
| - <Private>True</Private> |
81 |
| - </Reference> |
82 |
| - <Reference Include="SharpDX.DirectInput, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> |
83 |
| - <HintPath>..\packages\SharpDX.DirectInput.4.0.1\lib\net40\SharpDX.DirectInput.dll</HintPath> |
84 |
| - <Private>True</Private> |
85 |
| - </Reference> |
86 |
| - <Reference Include="SharpDX.RawInput, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL"> |
87 |
| - <HintPath>..\packages\SharpDX.RawInput.4.0.1\lib\net40\SharpDX.RawInput.dll</HintPath> |
88 |
| - </Reference> |
89 | 69 | <Reference Include="System" />
|
90 | 70 | <Reference Include="System.Data" />
|
91 | 71 | <Reference Include="System.Drawing" />
|
|
300 | 280 | <None Include="lang_test.json">
|
301 | 281 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
302 | 282 | </None>
|
303 |
| - <None Include="packages.config" /> |
304 | 283 | <None Include="Properties\Settings.settings">
|
305 | 284 | <Generator>SettingsSingleFileGenerator</Generator>
|
306 | 285 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
587 | 566 | <ItemGroup>
|
588 | 567 | <Resource Include="Images\Controllers\Guitar\gWhammy.png" />
|
589 | 568 | </ItemGroup>
|
| 569 | + <ItemGroup> |
| 570 | + <PackageReference Include="Hardcodet.NotifyIcon.Wpf"> |
| 571 | + <Version>1.0.8</Version> |
| 572 | + </PackageReference> |
| 573 | + <PackageReference Include="LibUsbDotNet"> |
| 574 | + <Version>2.2.8</Version> |
| 575 | + </PackageReference> |
| 576 | + <PackageReference Include="Newtonsoft.Json"> |
| 577 | + <Version>13.0.1</Version> |
| 578 | + </PackageReference> |
| 579 | + <PackageReference Include="SharpDX.DirectInput"> |
| 580 | + <Version>4.0.1</Version> |
| 581 | + </PackageReference> |
| 582 | + <PackageReference Include="SharpDX.RawInput"> |
| 583 | + <Version>4.0.1</Version> |
| 584 | + </PackageReference> |
| 585 | + </ItemGroup> |
590 | 586 | <Import Project="..\Shared\Shared.projitems" Label="Shared" />
|
591 | 587 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
592 | 588 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
0 commit comments