1212 <FileAlignment >512</FileAlignment >
1313 <Deterministic >true</Deterministic >
1414 <TargetFrameworkProfile />
15+ <NuGetPackageImportStamp >
16+ </NuGetPackageImportStamp >
1517 </PropertyGroup >
1618 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1719 <PlatformTarget >AnyCPU</PlatformTarget >
3537 <Prefer32Bit >false</Prefer32Bit >
3638 </PropertyGroup >
3739 <ItemGroup >
40+ <Reference Include =" Microsoft.Bcl.AsyncInterfaces, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
41+ <HintPath >..\packages\Microsoft.Bcl.AsyncInterfaces.6.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
44+ <HintPath >..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
45+ </Reference >
3846 <Reference Include =" System" />
47+ <Reference Include =" System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
48+ <HintPath >..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath >
49+ </Reference >
3950 <Reference Include =" System.Core" />
4051 <Reference Include =" System.Drawing" />
52+ <Reference Include =" System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
53+ <HintPath >..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" System.Numerics" />
56+ <Reference Include =" System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
57+ <HintPath >..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath >
58+ </Reference >
59+ <Reference Include =" System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
60+ <HintPath >..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath >
61+ </Reference >
62+ <Reference Include =" System.Text.Encodings.Web, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
63+ <HintPath >..\packages\System.Text.Encodings.Web.6.0.0\lib\net461\System.Text.Encodings.Web.dll</HintPath >
64+ </Reference >
65+ <Reference Include =" System.Text.Json, Version=6.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
66+ <HintPath >..\packages\System.Text.Json.6.0.2\lib\net461\System.Text.Json.dll</HintPath >
67+ </Reference >
68+ <Reference Include =" System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
69+ <HintPath >..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath >
70+ </Reference >
71+ <Reference Include =" System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
72+ <HintPath >..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath >
73+ </Reference >
4174 <Reference Include =" System.Xml.Linq" />
4275 <Reference Include =" System.Data.DataSetExtensions" />
4376 <Reference Include =" Microsoft.CSharp" />
6295 </ItemGroup >
6396 <ItemGroup >
6497 <None Include =" app.config" />
98+ <None Include =" packages.config" />
6599 <None Include =" Resources\j1.json" />
66100 <None Include =" Resources\j2.json" />
67101 </ItemGroup >
72106 </ProjectReference >
73107 </ItemGroup >
74108 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109+ <Import Project =" ..\packages\System.Text.Json.6.0.2\build\System.Text.Json.targets" Condition =" Exists('..\packages\System.Text.Json.6.0.2\build\System.Text.Json.targets')" />
110+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
111+ <PropertyGroup >
112+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
113+ </PropertyGroup >
114+ <Error Condition =" !Exists('..\packages\System.Text.Json.6.0.2\build\System.Text.Json.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\System.Text.Json.6.0.2\build\System.Text.Json.targets'))" />
115+ </Target >
75116</Project >
0 commit comments