diff options
author | Serghei Cebotari <51533848+schebotar@users.noreply.github.com> | 2022-01-09 15:48:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 15:48:16 +0300 |
commit | bca7f64880bdbcade4a613c8223f82353a326b44 (patch) | |
tree | d14ea8875b8b348c1f3e03256ec304ea992d635f /RehauSku.Assist.sln | |
parent | 72908aaaf7da74fe1b3de4d939faaf829d4a80e2 (diff) | |
parent | 846547d6d905e0dbee73cd9c62760ea43bb88134 (diff) |
Merge pull request #11 from schebotar/dev
Dev
Diffstat (limited to 'RehauSku.Assist.sln')
-rw-r--r-- | RehauSku.Assist.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/RehauSku.Assist.sln b/RehauSku.Assist.sln new file mode 100644 index 0000000..440314a --- /dev/null +++ b/RehauSku.Assist.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32014.148 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RehauSku.Assist", "src\RehauSku.Assist.csproj", "{18A2FF67-0E46-4A86-B872-29F2B3F23ADF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {18A2FF67-0E46-4A86-B872-29F2B3F23ADF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {18A2FF67-0E46-4A86-B872-29F2B3F23ADF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {18A2FF67-0E46-4A86-B872-29F2B3F23ADF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {18A2FF67-0E46-4A86-B872-29F2B3F23ADF}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {3CF61093-14A6-4A2D-AC13-53EBA2253BAA} + EndGlobalSection +EndGlobal |