Skip to content

Commit

Permalink
Update to add OneOf dependency with PackageReference
Browse files Browse the repository at this point in the history
  • Loading branch information
xgwang-uw committed Aug 20, 2024
1 parent c9918e9 commit 416c9d2
Show file tree
Hide file tree
Showing 4 changed files with 358 additions and 340 deletions.
10 changes: 10 additions & 0 deletions pwiz_tools/Skyline/Skyline.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions pwiz_tools/Skyline/Skyline.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OneOf" Version="3.0.271" />
<Reference Include="DigitalRune.Windows.Docking, Version=1.3.5.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Shared\Lib\DigitalRune.Windows.Docking.dll</HintPath>
Expand Down Expand Up @@ -151,9 +152,6 @@
<HintPath>..\Shared\Lib\MathNet.Numerics.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="OneOf, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\OneOf.3.0.271\lib\net45\OneOf.dll</HintPath>
</Reference>
<Reference Include="PrmPasefScheduler, Version=0.0.0.0, Culture=neutral, processorArchitecture=AnyCPU">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Shared\ProteowizardWrapper\obj\$(Platform)\PrmPasefScheduler.dll</HintPath>
Expand Down Expand Up @@ -4052,7 +4050,6 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Model\Koina\Config\KoinaConfig_development.xml" />
<None Include="packages.config" />
<None Include="ProtocolBuffers\google\protobuf\wrappers.proto" />
<None Include="PreBuildEvents.bat" />
<Protobuf Include="ProtocolBuffers\grpc_service.proto" />
Expand Down
Loading

0 comments on commit 416c9d2

Please sign in to comment.