Rename to RehauSku

This commit is contained in:
Sergey Chebotar 2021-12-08 13:58:37 +03:00
parent 89e420a890
commit 74877f874e
13 changed files with 18 additions and 18 deletions

View File

@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Rehau.Sku.Assist")]
[assembly: AssemblyTitle("RehauSku.Assist")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Rehau.Sku.Assist")]
[assembly: AssemblyProduct("RehauSku.Assist")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

View File

@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31829.152
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rehau.Sku.Assist", "Rehau.Sku.Assist.csproj", "{18A2FF67-0E46-4A86-B872-29F2B3F23ADF}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RehauSku.Assist", "RehauSku.Assist.csproj", "{18A2FF67-0E46-4A86-B872-29F2B3F23ADF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rehau.Sku.Testing", "..\Rehau.Sku.Testing\Rehau.Sku.Testing.csproj", "{3D257D07-0D29-4B5E-82E4-B341769E1B3F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RehauSku.Testing", "..\Rehau.Sku.Testing\RehauSku.Testing.csproj", "{3D257D07-0D29-4B5E-82E4-B341769E1B3F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<DnaLibrary Name="Rehau.Sku.Assist Add-In" RuntimeVersion="v4.0" xmlns="http://schemas.excel-dna.net/addin/2020/07/dnalibrary">
<ExternalLibrary Path="Rehau.Sku.Assist.dll" ExplicitRegistration="true" LoadFromBytes="true" Pack="true" IncludePdb="false" />
<DnaLibrary Name="RehauSku.Assist Add-In" RuntimeVersion="v4.0" xmlns="http://schemas.excel-dna.net/addin/2020/07/dnalibrary">
<ExternalLibrary Path="RehauSku.Assist.dll" ExplicitRegistration="true" LoadFromBytes="true" Pack="true" IncludePdb="false" />
<Reference Path="AngleSharp.dll" Pack="true" />
<Reference Path="ExcelDna.Registration.dll" Pack="true" />
<Reference Path="Newtonsoft.Json.dll" Pack="true" />

View File

@ -7,8 +7,8 @@
<ProjectGuid>{18A2FF67-0E46-4A86-B872-29F2B3F23ADF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Rehau.Sku.Assist</RootNamespace>
<AssemblyName>Rehau.Sku.Assist</AssemblyName>
<RootNamespace>RehauSku.Assist</RootNamespace>
<AssemblyName>RehauSku.Assist</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
@ -109,7 +109,7 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Rehau.Sku.Assist-AddIn.dna" />
<None Include="RehauSku.Assist-AddIn.dna" />
<None Include="packages.config" />
<None Include="Properties\ExcelDna.Build.props" />
</ItemGroup>

View File

@ -5,7 +5,7 @@ using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
namespace Rehau.Sku.Assist
namespace RehauSku.Assist
{
static class HttpClientUtil
{

View File

@ -1,4 +1,4 @@
namespace Rehau.Sku.Assist
namespace RehauSku.Assist
{
interface IProduct
{

View File

@ -3,7 +3,7 @@ using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
namespace Rehau.Sku.Assist
namespace RehauSku.Assist
{
public static class RequestModifier
{

View File

@ -9,7 +9,7 @@ using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Rehau.Sku.Assist
namespace RehauSku.Assist
{
public enum ProductField
{

View File

@ -1,6 +1,6 @@
using System.Collections.Generic;
namespace Rehau.Sku.Assist
namespace RehauSku.Assist
{
public class StoreResponce
{

View File

@ -4,7 +4,7 @@ using System;
using System.Collections.Generic;
using System.IO;
namespace Rehau.Sku.Assist
namespace RehauSku.Assist
{
public class DataWriter : IDisposable
{

View File

@ -1,7 +1,7 @@
using System.Runtime.InteropServices;
using System.Windows.Forms;
using ExcelDna.Integration.CustomUI;
using Rehau.Sku.Assist;
using RehauSku.Assist;
namespace Ribbon
{

View File

@ -3,7 +3,7 @@ using ExcelDna.Registration;
using Microsoft.Win32;
using System.Net.Http;
namespace Rehau.Sku.Assist
namespace RehauSku.Assist
{
public enum ResponseOrder
{

View File

@ -1,6 +1,6 @@
using ExcelDna.Integration;
namespace Rehau.Sku.Assist
namespace RehauSku.Assist
{
public class Functions
{