We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5506e85 commit 51c7741Copy full SHA for 51c7741
ExtLibs/Comms/MissionPlanner.Comms.csproj
@@ -24,6 +24,7 @@
24
<Compile Remove="System.IO.Ports\**" />
25
<EmbeddedResource Remove="System.IO.Ports\**" />
26
<None Remove="System.IO.Ports\**" />
27
+ <Compile Remove="CommsWinUSB.cs" Condition="'$(OS)' != 'Windows_NT'" />
28
</ItemGroup>
29
30
<ItemGroup>
@@ -44,7 +45,7 @@
44
45
46
47
<ProjectReference Include="..\Interfaces\Interfaces.csproj" />
- <ProjectReference Include="..\WinUSBNet\Nefarius.Drivers.WinUSB.csproj" />
48
+ <ProjectReference Include="..\WinUSBNet\Nefarius.Drivers.WinUSB.csproj" Condition="'$(OS)' == 'Windows_NT'" />
49
50
51
0 commit comments