From 74877f874e401d29f0576c5027abba83587103f3 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 8 Dec 2021 13:58:37 +0300 Subject: Rename to RehauSku --- RehauSku.Assist.csproj | 124 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 RehauSku.Assist.csproj (limited to 'RehauSku.Assist.csproj') diff --git a/RehauSku.Assist.csproj b/RehauSku.Assist.csproj new file mode 100644 index 0000000..55d279c --- /dev/null +++ b/RehauSku.Assist.csproj @@ -0,0 +1,124 @@ + + + + + Debug + AnyCPU + {18A2FF67-0E46-4A86-B872-29F2B3F23ADF} + Library + Properties + RehauSku.Assist + RehauSku.Assist + v4.8 + 512 + true + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + packages\AngleSharp.0.16.1\lib\net472\AngleSharp.dll + True + + + packages\ExcelDna.Integration.1.5.0\lib\net452\ExcelDna.Integration.dll + False + + + packages\ExcelDna.Registration.1.5.0\lib\net452\ExcelDna.Registration.dll + True + + + packages\ExcelDna.Interop.14.0.1\lib\Microsoft.Office.Interop.Excel.dll + True + + + packages\ExcelDna.Interop.14.0.1\lib\Microsoft.Vbe.Interop.dll + True + + + packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + + + packages\ExcelDna.Interop.14.0.1\lib\Office.dll + True + + + + packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + + + + + packages\System.Memory.4.5.4\lib\net461\System.Memory.dll + + + + + packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + + + + packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + + + packages\System.Text.Encoding.CodePages.6.0.0\lib\net461\System.Text.Encoding.CodePages.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + \ No newline at end of file -- cgit v1.2.3 From 75f6653fc7096c0c459f33eb16a324f073c3e3c8 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 8 Dec 2021 14:01:19 +0300 Subject: Create Ribbon dir --- RehauSku.Assist.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RehauSku.Assist.csproj') diff --git a/RehauSku.Assist.csproj b/RehauSku.Assist.csproj index 55d279c..1e5c81a 100644 --- a/RehauSku.Assist.csproj +++ b/RehauSku.Assist.csproj @@ -97,7 +97,7 @@ - + -- cgit v1.2.3 From 8a869e73fb1873b1f85203b7a4a18dc8a2325a11 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 8 Dec 2021 14:38:23 +0300 Subject: Rename dir ExcelDNA -> AddIn --- RehauSku.Assist.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RehauSku.Assist.csproj') diff --git a/RehauSku.Assist.csproj b/RehauSku.Assist.csproj index 1e5c81a..5fd5051 100644 --- a/RehauSku.Assist.csproj +++ b/RehauSku.Assist.csproj @@ -101,9 +101,9 @@ - + - + -- cgit v1.2.3 From dc1fc8b221e9324fe0f82c4ea4a32d87d282bd25 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 8 Dec 2021 14:45:14 +0300 Subject: refactoring namespaces --- RehauSku.Assist.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RehauSku.Assist.csproj') diff --git a/RehauSku.Assist.csproj b/RehauSku.Assist.csproj index 5fd5051..63b4063 100644 --- a/RehauSku.Assist.csproj +++ b/RehauSku.Assist.csproj @@ -100,7 +100,7 @@ - + -- cgit v1.2.3 From e175a634cefc6e8c0ecd49514a89b1d4f30ce33b Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 13 Dec 2021 20:39:41 +0300 Subject: Refactoring. ExcelDNA.IntelliSense library add. Add description to Excel functions. --- RehauSku.Assist.csproj | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'RehauSku.Assist.csproj') diff --git a/RehauSku.Assist.csproj b/RehauSku.Assist.csproj index 63b4063..6f12a34 100644 --- a/RehauSku.Assist.csproj +++ b/RehauSku.Assist.csproj @@ -42,6 +42,9 @@ packages\ExcelDna.Integration.1.5.0\lib\net452\ExcelDna.Integration.dll False + + packages\ExcelDna.IntelliSense.1.5.0\lib\net452\ExcelDna.IntelliSense.dll + packages\ExcelDna.Registration.1.5.0\lib\net452\ExcelDna.Registration.dll True @@ -96,7 +99,10 @@ + + + -- cgit v1.2.3 From aaaa6b45859e74c791f35e18c220118a54a345ad Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 17 Dec 2021 09:07:34 +0300 Subject: Create simple base form for settings window --- RehauSku.Assist.csproj | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'RehauSku.Assist.csproj') diff --git a/RehauSku.Assist.csproj b/RehauSku.Assist.csproj index 6f12a34..1497201 100644 --- a/RehauSku.Assist.csproj +++ b/RehauSku.Assist.csproj @@ -71,6 +71,7 @@ + packages\System.Memory.4.5.4\lib\net461\System.Memory.dll @@ -99,6 +100,7 @@ + @@ -112,6 +114,12 @@ + + Form + + + SettingsForm.cs + -- cgit v1.2.3 From ce5597d042062c820288c63b4e571ee77ac23ab0 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 22 Dec 2021 17:07:37 +0300 Subject: RegistryUtil and some fixes --- RehauSku.Assist.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'RehauSku.Assist.csproj') diff --git a/RehauSku.Assist.csproj b/RehauSku.Assist.csproj index 1497201..411a8b2 100644 --- a/RehauSku.Assist.csproj +++ b/RehauSku.Assist.csproj @@ -100,11 +100,12 @@ + - + -- cgit v1.2.3 From 2a4076d6eef1b4556f6af8cb074638d440927c5e Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Thu, 23 Dec 2021 15:31:45 +0300 Subject: Rename to ExportTool --- RehauSku.Assist.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RehauSku.Assist.csproj') diff --git a/RehauSku.Assist.csproj b/RehauSku.Assist.csproj index 411a8b2..0088743 100644 --- a/RehauSku.Assist.csproj +++ b/RehauSku.Assist.csproj @@ -109,7 +109,7 @@ - + -- cgit v1.2.3 From 24024b5729c1c44bb01cb29813868743d1753e31 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 24 Dec 2021 16:22:03 +0300 Subject: MergeTool, MemoryUtil anf stuff --- RehauSku.Assist.csproj | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'RehauSku.Assist.csproj') diff --git a/RehauSku.Assist.csproj b/RehauSku.Assist.csproj index 0088743..8783034 100644 --- a/RehauSku.Assist.csproj +++ b/RehauSku.Assist.csproj @@ -100,25 +100,28 @@ - + - + + + + - + - + Form - + SettingsForm.cs @@ -128,6 +131,9 @@ + + + -- cgit v1.2.3 From 20cfbfcca3a779c04aecdca5e4b465651e2be42a Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 24 Dec 2021 17:42:20 +0300 Subject: New release --- RehauSku.Assist.csproj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'RehauSku.Assist.csproj') diff --git a/RehauSku.Assist.csproj b/RehauSku.Assist.csproj index 8783034..e8ba584 100644 --- a/RehauSku.Assist.csproj +++ b/RehauSku.Assist.csproj @@ -131,9 +131,7 @@ - - - + -- cgit v1.2.3