36 lines
1.0 KiB
XML
36 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||
|
|
<LangVersion>10</LangVersion>
|
||
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
|
||
|
|
<PackageReference Include="System.Numerics.Vectors" Version="4.6.1" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<Reference Include="CommonUsage">
|
||
|
|
<HintPath>ref\CommonUsage.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
<Reference Include="LessokajiWeaverUtilities">
|
||
|
|
<HintPath>ref\LessokajiWeaverUtilities.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
<Reference Include="MDCSToolBox">
|
||
|
|
<HintPath>ref\MDCSToolBox.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
<Reference Include="ClumsyCore">
|
||
|
|
<HintPath>ref\RefClumsyCore.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
<Reference Include="ClumsyDance">
|
||
|
|
<HintPath>ref\RefClumsyDance.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
<Reference Include="FundamentalLib">
|
||
|
|
<HintPath>ref\RefFundamentalLib.dll</HintPath>
|
||
|
|
</Reference>
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|