diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-06 19:49:29 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-06 19:49:29 +0300 |
commit | c061564c27834ebb8ff607491194f88fa3990a57 (patch) | |
tree | 6ab95952ebaad0bec56dcf93d6e552623a68f1a9 /Rehau.Sku.Assist.csproj | |
parent | fa195001bc1f90c28a08ac05aac0d47344e517a6 (diff) |
Add Interop package
Diffstat (limited to 'Rehau.Sku.Assist.csproj')
-rw-r--r-- | Rehau.Sku.Assist.csproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Rehau.Sku.Assist.csproj b/Rehau.Sku.Assist.csproj index 4b67017..880105e 100644 --- a/Rehau.Sku.Assist.csproj +++ b/Rehau.Sku.Assist.csproj @@ -46,9 +46,21 @@ <HintPath>packages\ExcelDna.Registration.1.5.0\lib\net452\ExcelDna.Registration.dll</HintPath> <Private>True</Private> </Reference> + <Reference Include="Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL"> + <HintPath>packages\ExcelDna.Interop.14.0.1\lib\Microsoft.Office.Interop.Excel.dll</HintPath> + <EmbedInteropTypes>True</EmbedInteropTypes> + </Reference> + <Reference Include="Microsoft.Vbe.Interop, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL"> + <HintPath>packages\ExcelDna.Interop.14.0.1\lib\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.1\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference> + <Reference Include="Office, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL"> + <HintPath>packages\ExcelDna.Interop.14.0.1\lib\Office.dll</HintPath> + <EmbedInteropTypes>True</EmbedInteropTypes> + </Reference> <Reference Include="System" /> <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> @@ -74,6 +86,7 @@ <HintPath>packages\System.Text.Encoding.CodePages.6.0.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath> </Reference> <Reference Include="System.Transactions" /> + <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> @@ -83,8 +96,10 @@ <Reference Include="WindowsBase" /> </ItemGroup> <ItemGroup> + <Compile Include="Source\DataExport\RibbonController.cs" /> <Compile Include="Source\Assistant\HttpClientUtil.cs" /> <Compile Include="Source\Assistant\StoreResponse.cs" /> + <Compile Include="Source\DataExport\DataWriter.cs" /> <Compile Include="Source\ExcelDNA\AddIn.cs" /> <Compile Include="Source\Assistant\IProduct.cs" /> <Compile Include="Source\ExcelDNA\Functions.cs" /> |