Skip to content

Commit

Permalink
Switched to Newtonsoft.JSON because of compatibility issue with Syste…
Browse files Browse the repository at this point in the history
…m.Text.Json
  • Loading branch information
dariomangoni committed Jun 20, 2023
1 parent b9a16d6 commit ec1d743
Show file tree
Hide file tree
Showing 20 changed files with 88,564 additions and 3,022 deletions.
23 changes: 9 additions & 14 deletions ChronoSolidworksAddIn/ChronoSolidworksAddIn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,15 @@
<HintPath>..\chrono-solidworks_install\hacd_CLI.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\chrono-solidworks_install\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="netstandard" />
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="PresentationCore">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
Expand Down Expand Up @@ -99,24 +106,11 @@
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Drawing.Design" />
<Reference Include="System.Management" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Numerics" />
<Reference Include="System.Text.Json, Version=7.0.0.3, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Program Files\SOLIDWORKS Corp\SOLIDWORKS\System.Text.Json.dll</HintPath>
</Reference>
<Reference Include="System.Transactions" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
Expand Down Expand Up @@ -174,6 +168,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
<None Include="signature.snk" />
</ItemGroup>
<ItemGroup>
Expand Down
437 changes: 187 additions & 250 deletions ChronoSolidworksAddIn/ConvertMates.cs

Large diffs are not rendered by default.

Loading

0 comments on commit ec1d743

Please sign in to comment.