diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-02-02 18:02:35 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-02-02 18:02:35 +0300 |
commit | 8f9cc1a46247fb3304340618068a7e3498d2630e (patch) | |
tree | e0f820d693a5c32b7b215929d0433b3e7dffd986 /src | |
parent | cb5fee18918b5a29ccff23a0fb74bb13151f2e42 (diff) |
Rename Abstract tool
Diffstat (limited to 'src')
-rw-r--r-- | src/RehauSku.Assist.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RehauSku.Assist.csproj b/src/RehauSku.Assist.csproj index e2d9794..94ac5c0 100644 --- a/src/RehauSku.Assist.csproj +++ b/src/RehauSku.Assist.csproj @@ -125,7 +125,7 @@ <Compile Include="PriceListTools\CombineTool.cs" /> <Compile Include="PriceListTools\ConvertTool.cs" /> <Compile Include="PriceListTools\Position.cs" /> - <Compile Include="PriceListTools\PriceListTool.cs" /> + <Compile Include="PriceListTools\AbstractTool.cs" /> <Compile Include="PriceListTools\MergeTool.cs" /> <Compile Include="PriceListTools\PriceList.cs" /> <Compile Include="PriceListTools\Source.cs" /> |