diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-03 12:57:22 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-03 12:57:22 +0300 |
commit | b5c71350700a486b8a8d1fa0fe7db32220963eba (patch) | |
tree | d49cfb62454f68333d2c19f5645e13d81cc108c1 /Rehau.Sku.Assist.csproj | |
parent | 3ea18ae25e98527aa85835c9221ea01b36560b33 (diff) |
Add Caching and replace HttpClientUtil class to external file
Diffstat (limited to 'Rehau.Sku.Assist.csproj')
-rw-r--r-- | Rehau.Sku.Assist.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Rehau.Sku.Assist.csproj b/Rehau.Sku.Assist.csproj index 6667639..cc83173 100644 --- a/Rehau.Sku.Assist.csproj +++ b/Rehau.Sku.Assist.csproj @@ -85,6 +85,7 @@ <Reference Include="WindowsBase" /> </ItemGroup> <ItemGroup> + <Compile Include="Source\Assistant\HttpClientUtil.cs" /> <Compile Include="Source\ExcelDNA\AddIn.cs" /> <Compile Include="Source\Assistant\IProduct.cs" /> <Compile Include="Source\Assistant\Product.cs" /> |