diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-20 12:03:20 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-12-20 12:03:20 +0300 |
commit | 3d186c22e8665b80839495fdcf4b176c2f3e03b9 (patch) | |
tree | 11f4cdeb3d215d8ca92cb72450b0da8a92ec17b8 /src/RhSolutions.csproj | |
parent | bfada8d605619e80702391c7f8fb326f021df18b (diff) |
Rename Sku class
Diffstat (limited to 'src/RhSolutions.csproj')
-rw-r--r-- | src/RhSolutions.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/RhSolutions.csproj b/src/RhSolutions.csproj index 3348605..630d440 100644 --- a/src/RhSolutions.csproj +++ b/src/RhSolutions.csproj @@ -78,7 +78,8 @@ </ItemGroup> <ItemGroup> <Compile Include="AddIn\EventsUtil.cs" /> - <Compile Include="AddIn\RehauSku.cs" /> + <Compile Include="AddIn\RhDatabaseClient.cs" /> + <Compile Include="AddIn\Sku.cs" /> <Compile Include="Interface\StatusbarBase.cs" /> <Compile Include="Interface\Dialog.cs" /> <Compile Include="AddIn\RegistryUtil.cs" /> |