12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.9.34616.47
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reks", "Reks\Reks.csproj", "{1DB9C5A6-B601-4176-8C94-3574B0463B36}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1DB9C5A6-B601-4176-8C94-3574B0463B36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1DB9C5A6-B601-4176-8C94-3574B0463B36}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1DB9C5A6-B601-4176-8C94-3574B0463B36}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1DB9C5A6-B601-4176-8C94-3574B0463B36}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {420AC04B-A2D7-47D6-BD73-20D1524804A6}
- EndGlobalSection
- EndGlobal
|