diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-19 09:13:14 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-19 09:13:14 +0300 |
commit | 012ec9d01016faa0a6ee0cbbae169311b959897d (patch) | |
tree | bf79e8d036542f9672ecc0f50cca260f816d2bd8 /src/RehauSku.Assist.csproj | |
parent | 75e7f9aae48724fd7eea042642e8e17304c03de4 (diff) |
Basic remote database implementation
Diffstat (limited to 'src/RehauSku.Assist.csproj')
-rw-r--r-- | src/RehauSku.Assist.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/RehauSku.Assist.csproj b/src/RehauSku.Assist.csproj index b74f82f..2f14d69 100644 --- a/src/RehauSku.Assist.csproj +++ b/src/RehauSku.Assist.csproj @@ -52,6 +52,9 @@ <HintPath>..\packages\ExcelDna.Interop.15.0.0\lib\net452\Microsoft.Vbe.Interop.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> </Reference> + <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> + <HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> + </Reference> <Reference Include="Office, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL"> <HintPath>..\packages\ExcelDna.Interop.15.0.0\lib\net452\Office.dll</HintPath> <EmbedInteropTypes>True</EmbedInteropTypes> |