diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-23 21:10:43 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-23 21:10:43 +0300 |
commit | 0ccbf29382b43d19f7ea0d1f4b5841149137842d (patch) | |
tree | f93cc67ffc387e281c2c8f15f4d645cfa40339cf /src/RhSolutions.csproj | |
parent | 9892b3687f4c896fbaeb85717857f39f5316111c (diff) |
Return to ResetStatusBar Excel macro function
Diffstat (limited to 'src/RhSolutions.csproj')
-rw-r--r-- | src/RhSolutions.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RhSolutions.csproj b/src/RhSolutions.csproj index 6fb6587..d88943e 100644 --- a/src/RhSolutions.csproj +++ b/src/RhSolutions.csproj @@ -97,7 +97,7 @@ <Compile Include="Models\TargetPriceList.cs" /> <Compile Include="Controllers\RibbonController.cs" /> <Compile Include="Controllers\ExportTool.cs" /> - <Compile Include="AddIn\AddIn.cs" /> + <Compile Include="AddIn\RhSolutionsAddIn.cs" /> <Compile Include="AddIn\Functions.cs" /> <Compile Include="Models\WorksheetExtensions.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> |