|
|
@@ -55,8 +55,9 @@
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup />
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="Aspose.Words">
|
|
|
- <HintPath>..\packages\Aspose.Words.dll</HintPath>
|
|
|
+ <Reference Include="Aspose.Words, Version=15.12.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ <HintPath>bin\Debug\Aspose.Words.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
|
|
|
@@ -67,6 +68,12 @@
|
|
|
<Reference Include="JsonDiffPatchDotNet, Version=2.3.0.0, Culture=neutral, PublicKeyToken=a407b9994a6d66d5, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\JsonDiffPatch.Net.2.3.0\lib\net45\JsonDiffPatchDotNet.dll</HintPath>
|
|
|
</Reference>
|
|
|
+ <Reference Include="JsonDiffPatchDotNet.Fakes">
|
|
|
+ <HintPath>FakesAssemblies\JsonDiffPatchDotNet.Fakes.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
+ </Reference>
|
|
|
<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>
|
|
|
</Reference>
|
|
|
@@ -601,6 +608,7 @@
|
|
|
<None Include="DB.edmx.diagram">
|
|
|
<DependentUpon>DB.edmx</DependentUpon>
|
|
|
</None>
|
|
|
+ <Fakes Include="Fakes\JsonDiffPatchDotNet.fakes" />
|
|
|
<None Include="packages.config" />
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|