aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2021-11-29 17:12:56 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2021-11-29 17:12:56 +0300
commit2afcbbf08c21aa7368361269f24240147aa79a00 (patch)
tree9f6494fb2f70d086059619c0dce6316b338b69ca
parentd176a023f06d70cb577e64d1a917e77d677d2a2b (diff)
Организация директорий проекта
-rw-r--r--Rehau.Sku.Assist.csproj10
-rw-r--r--src/Assistant/IProduct.cs (renamed from Assistant/IProduct.cs)0
-rw-r--r--src/Assistant/Product.cs (renamed from Assistant/Product.cs)0
-rw-r--r--src/Assistant/SkuAssist.cs (renamed from Assistant/SkuAssist.cs)0
-rw-r--r--src/ExcelDNA/AddIn.cs (renamed from AddIn.cs)0
-rw-r--r--src/ExcelDNA/Functions.cs (renamed from Functions.cs)0
6 files changed, 5 insertions, 5 deletions
diff --git a/Rehau.Sku.Assist.csproj b/Rehau.Sku.Assist.csproj
index 86fe220..5b7438a 100644
--- a/Rehau.Sku.Assist.csproj
+++ b/Rehau.Sku.Assist.csproj
@@ -80,12 +80,12 @@
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
- <Compile Include="AddIn.cs" />
- <Compile Include="Assistant\IProduct.cs" />
- <Compile Include="Assistant\Product.cs" />
- <Compile Include="Functions.cs" />
+ <Compile Include="src\ExcelDNA\AddIn.cs" />
+ <Compile Include="src\Assistant\IProduct.cs" />
+ <Compile Include="src\Assistant\Product.cs" />
+ <Compile Include="src\ExcelDNA\Functions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Assistant\SkuAssist.cs" />
+ <Compile Include="src\Assistant\SkuAssist.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
diff --git a/Assistant/IProduct.cs b/src/Assistant/IProduct.cs
index aca3ff5..aca3ff5 100644
--- a/Assistant/IProduct.cs
+++ b/src/Assistant/IProduct.cs
diff --git a/Assistant/Product.cs b/src/Assistant/Product.cs
index 17a7065..17a7065 100644
--- a/Assistant/Product.cs
+++ b/src/Assistant/Product.cs
diff --git a/Assistant/SkuAssist.cs b/src/Assistant/SkuAssist.cs
index dc36dc0..dc36dc0 100644
--- a/Assistant/SkuAssist.cs
+++ b/src/Assistant/SkuAssist.cs
diff --git a/AddIn.cs b/src/ExcelDNA/AddIn.cs
index dd99667..dd99667 100644
--- a/AddIn.cs
+++ b/src/ExcelDNA/AddIn.cs
diff --git a/Functions.cs b/src/ExcelDNA/Functions.cs
index 6792195..6792195 100644
--- a/Functions.cs
+++ b/src/ExcelDNA/Functions.cs