Skip to content

Commit 3bc7070

Browse files
committed
include HidSharp into OpenHardwareMonitor solution
1 parent 542aacd commit 3bc7070

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

OpenHardwareMonitor.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1717
.editorconfig = .editorconfig
1818
EndProjectSection
1919
EndProject
20+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HidSharp.NETStandard", "HidSharp\HidSharp.NETStandard.csproj", "{9CE1E1E2-8F82-4170-92B2-0F7F8A66F4E8}"
21+
EndProject
2022
Global
2123
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2224
Debug|Any CPU = Debug|Any CPU
@@ -35,6 +37,10 @@ Global
3537
{E73BB233-D88B-44A7-A98F-D71EE158381D}.Debug|Any CPU.Build.0 = Debug|Any CPU
3638
{E73BB233-D88B-44A7-A98F-D71EE158381D}.Release|Any CPU.ActiveCfg = Release|Any CPU
3739
{E73BB233-D88B-44A7-A98F-D71EE158381D}.Release|Any CPU.Build.0 = Release|Any CPU
40+
{9CE1E1E2-8F82-4170-92B2-0F7F8A66F4E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41+
{9CE1E1E2-8F82-4170-92B2-0F7F8A66F4E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
42+
{9CE1E1E2-8F82-4170-92B2-0F7F8A66F4E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
43+
{9CE1E1E2-8F82-4170-92B2-0F7F8A66F4E8}.Release|Any CPU.Build.0 = Release|Any CPU
3844
EndGlobalSection
3945
GlobalSection(SolutionProperties) = preSolution
4046
HideSolutionNode = FALSE

OpenHardwareMonitorLib/OpenHardwareMonitorLib.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
3333
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
3434
</ItemGroup>
35-
<ItemGroup>
36-
<PackageReference Include="HidSharp" Version="2.1.0" />
37-
</ItemGroup>
3835
<ItemGroup>
3936
<None Include="Resources\packageicon.png" PackagePath="">
4037
<Pack>True</Pack>
4138
</None>
4239
</ItemGroup>
40+
<ItemGroup>
41+
<ProjectReference Include="..\HidSharp\HidSharp.NETStandard.csproj" />
42+
</ItemGroup>
4343
<ItemGroup>
4444
<Reference Include="System.Management" />
4545
</ItemGroup>

0 commit comments

Comments
 (0)