|
|
@@ -25,6 +25,7 @@
|
|
25
|
25
|
<NuGetPackageImportStamp>
|
|
26
|
26
|
</NuGetPackageImportStamp>
|
|
27
|
27
|
<TargetFrameworkProfile />
|
|
|
28
|
+ <Use64BitIISExpress />
|
|
28
|
29
|
</PropertyGroup>
|
|
29
|
30
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
30
|
31
|
<DebugSymbols>true</DebugSymbols>
|
|
|
@@ -80,6 +81,9 @@
|
|
80
|
81
|
<Private>True</Private>
|
|
81
|
82
|
</Reference>
|
|
82
|
83
|
<Reference Include="Microsoft.CSharp" />
|
|
|
84
|
+ <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
85
|
+ <HintPath>..\..\..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
86
|
+ </Reference>
|
|
83
|
87
|
<Reference Include="NPOI, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
|
84
|
88
|
<SpecificVersion>False</SpecificVersion>
|
|
85
|
89
|
<HintPath>..\..\..\packages\NPOI.2.3.0\lib\net40\NPOI.dll</HintPath>
|