diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-29 00:05:17 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-29 00:05:17 +0300 |
commit | 3be0df94c032b945af803d5056fb01df7af417f3 (patch) | |
tree | 32f163fffa86afd02df3c93fe62a041038513464 /RhSolutions.ML.Builder | |
parent | a3cc89ce049a09aeebf068e6013a7e9b142e695f (diff) |
Remove RhSolutions.Console
Diffstat (limited to 'RhSolutions.ML.Builder')
-rw-r--r-- | RhSolutions.ML.Builder/Program.cs | 11 | ||||
-rw-r--r-- | RhSolutions.ML.Builder/RhSolutions.ML.Builder.csproj | 14 |
2 files changed, 0 insertions, 25 deletions
diff --git a/RhSolutions.ML.Builder/Program.cs b/RhSolutions.ML.Builder/Program.cs deleted file mode 100644 index 3f89f06..0000000 --- a/RhSolutions.ML.Builder/Program.cs +++ /dev/null @@ -1,11 +0,0 @@ -using RhSolutions.ML.Lib; - -try -{ - RhSolutionsMLBuilder.RebuildModel(); - Console.WriteLine("Complete"); -} -catch (Exception ex) -{ - Console.WriteLine(ex.Message); -}
\ No newline at end of file diff --git a/RhSolutions.ML.Builder/RhSolutions.ML.Builder.csproj b/RhSolutions.ML.Builder/RhSolutions.ML.Builder.csproj deleted file mode 100644 index e034a8f..0000000 --- a/RhSolutions.ML.Builder/RhSolutions.ML.Builder.csproj +++ /dev/null @@ -1,14 +0,0 @@ -<Project Sdk="Microsoft.NET.Sdk"> - - <ItemGroup> - <ProjectReference Include="..\RhSolutions.ML.Lib\RhSolutions.ML.Lib.csproj" /> - </ItemGroup> - - <PropertyGroup> - <OutputType>Exe</OutputType> - <TargetFramework>net7.0</TargetFramework> - <ImplicitUsings>enable</ImplicitUsings> - <Nullable>enable</Nullable> - </PropertyGroup> - -</Project> |