diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-09-20 08:18:22 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-09-20 08:18:22 +0300 |
commit | 0c85e000b401c1bab36d07b82c4a0b727562c42a (patch) | |
tree | 86ed7e6dd9b27f6e21603a60e4006a57dd20f04b /RhSolutions.ML.sln |
Initial commit
Diffstat (limited to 'RhSolutions.ML.sln')
-rw-r--r-- | RhSolutions.ML.sln | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/RhSolutions.ML.sln b/RhSolutions.ML.sln new file mode 100644 index 0000000..ec0bbab --- /dev/null +++ b/RhSolutions.ML.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.6.33815.320 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RhSolutions.ML.Builder", "RhSolutions.ML.Builder\RhSolutions.ML.Builder.csproj", "{0ADAA6BD-87CB-4F92-83B2-6C3788634F31}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RhSolutions.ML.Tests", "RhSolutions.ML.Tests\RhSolutions.ML.Tests.csproj", "{E21FC75D-A7E6-4BC2-AFC5-9E36715240FA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0ADAA6BD-87CB-4F92-83B2-6C3788634F31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0ADAA6BD-87CB-4F92-83B2-6C3788634F31}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0ADAA6BD-87CB-4F92-83B2-6C3788634F31}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0ADAA6BD-87CB-4F92-83B2-6C3788634F31}.Release|Any CPU.Build.0 = Release|Any CPU + {E21FC75D-A7E6-4BC2-AFC5-9E36715240FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E21FC75D-A7E6-4BC2-AFC5-9E36715240FA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E21FC75D-A7E6-4BC2-AFC5-9E36715240FA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E21FC75D-A7E6-4BC2-AFC5-9E36715240FA}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {113E4C47-4B6F-4FC3-A0E8-9ABCAB65668F} + EndGlobalSection +EndGlobal |