Skip to content

Commit b34a716

Browse files
committed
2 parents 300938a + 0d135d5 commit b34a716

File tree

4 files changed

+25
-36
lines changed

4 files changed

+25
-36
lines changed

WiinUPro/WiinUPro.csproj

+17-21
Original file line numberDiff line numberDiff line change
@@ -66,26 +66,6 @@
6666
<ApplicationManifest>app.manifest</ApplicationManifest>
6767
</PropertyGroup>
6868
<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>
8969
<Reference Include="System" />
9070
<Reference Include="System.Data" />
9171
<Reference Include="System.Drawing" />
@@ -300,7 +280,6 @@
300280
<None Include="lang_test.json">
301281
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
302282
</None>
303-
<None Include="packages.config" />
304283
<None Include="Properties\Settings.settings">
305284
<Generator>SettingsSingleFileGenerator</Generator>
306285
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -587,6 +566,23 @@
587566
<ItemGroup>
588567
<Resource Include="Images\Controllers\Guitar\gWhammy.png" />
589568
</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>
590586
<Import Project="..\Shared\Shared.projitems" Label="Shared" />
591587
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
592588
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

WiinUPro/packages.config

-9
This file was deleted.

WiinUSoft/WiinUSoft.csproj

+8-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@
171171
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
172172
</EmbeddedResource>
173173
<None Include="app.manifest" />
174-
<None Include="packages.config" />
175174
<None Include="Properties\Settings.settings">
176175
<Generator>SettingsSingleFileGenerator</Generator>
177176
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -271,6 +270,14 @@
271270
<ItemGroup>
272271
<Resource Include="Images\Sync.png" />
273272
</ItemGroup>
273+
<ItemGroup>
274+
<PackageReference Include="Hardcodet.NotifyIcon.Wpf">
275+
<Version>1.0.5</Version>
276+
</PackageReference>
277+
<PackageReference Include="InputSimulator">
278+
<Version>1.0.4</Version>
279+
</PackageReference>
280+
</ItemGroup>
274281
<Import Project="..\Shared\Shared.projitems" Label="Shared" />
275282
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
276283
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

WiinUSoft/packages.config

-5
This file was deleted.

0 commit comments

Comments
 (0)