Skip to content

Commit

Permalink
Remove third_party/ToggleSwitch
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoona committed Aug 16, 2022
1 parent 8b24654 commit abfd728
Show file tree
Hide file tree
Showing 53 changed files with 8 additions and 6,041 deletions.
1 change: 1 addition & 0 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
<PackageReference Update="Serilog.Sinks.Async" Version="1.4.0" />
<PackageReference Update="Serilog.Sinks.Console" Version="3.1.1" />
<PackageReference Update="Serilog.Sinks.File" Version="4.1.0" />
<PackageReference Update="ToggleSwitch" Version="1.2.0" />
<PackageReference Update="Unity.Container" Version="5.11.4" />
<PackageReference Update="Unity.Microsoft.DependencyInjection" Version="5.11.5" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion codelab/ProtocolLab/ProtocolLab.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" />
<PackageReference Include="System.Collections.Immutable" />
<PackageReference Include="ToggleSwitch" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\GeothermalResearchInstitute\GeothermalResearchInstitute.PlcV2\GeothermalResearchInstitute.PlcV2.csproj" />
<ProjectReference Include="..\..\third_party\ToggleSwitch\WPF\ToggleSwitch\ToggleSwitch.csproj" />
</ItemGroup>

</Project>
9 changes: 6 additions & 3 deletions codelab/ProtocolLab/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
"resolved": "1.7.0",
"contentHash": "RVSM6wZUo6L2y6P3vN6gjUtyJ2IF2RVtrepF3J7nrDKfFQd5u/SnSUFclchYQis8/k5scHy9E+fVeKVQLnnkzw=="
},
"ToggleSwitch": {
"type": "Direct",
"requested": "[1.2.0, )",
"resolved": "1.2.0",
"contentHash": "Rhv4kXlH8Zo8Hb5ZEBECwONAF9HKmYyz1AR5RFyOrU5trbyyu1FCjDQ9E1Njo8ocsfYdjzbsdxgYYEQ3Oh9v9w=="
},
"Google.Protobuf": {
"type": "Transitive",
"resolved": "3.15.0",
Expand Down Expand Up @@ -234,9 +240,6 @@
"System.Memory": "[4.5.3, )",
"System.Threading.Tasks.Dataflow": "[4.11.0, )"
}
},
"toggleswitch": {
"type": "Project"
}
}
}
Expand Down
323 changes: 0 additions & 323 deletions third_party/ToggleSwitch/Common/Borders/ClippingBorder.cs

This file was deleted.

Loading

0 comments on commit abfd728

Please sign in to comment.