SUBD/Forum/Forum.sln

38 lines
2.0 KiB
Plaintext
Raw Normal View History

2023-04-28 19:20:27 +04:00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Forum", "Forum\Forum.csproj", "{39D0273E-0669-416F-BB28-BA53D9B39A9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ForumDataModels", "ForumDataModels\ForumDataModels.csproj", "{24B317C8-C032-4D6E-8568-B8E849356296}"
EndProject
2023-04-28 19:36:06 +04:00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ForumContracts", "ForumContracts\ForumContracts.csproj", "{5C97629C-A864-4DF7-9371-04F7E6CE0E71}"
EndProject
2023-04-28 19:20:27 +04:00
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39D0273E-0669-416F-BB28-BA53D9B39A9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39D0273E-0669-416F-BB28-BA53D9B39A9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39D0273E-0669-416F-BB28-BA53D9B39A9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39D0273E-0669-416F-BB28-BA53D9B39A9E}.Release|Any CPU.Build.0 = Release|Any CPU
{24B317C8-C032-4D6E-8568-B8E849356296}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24B317C8-C032-4D6E-8568-B8E849356296}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24B317C8-C032-4D6E-8568-B8E849356296}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24B317C8-C032-4D6E-8568-B8E849356296}.Release|Any CPU.Build.0 = Release|Any CPU
2023-04-28 19:36:06 +04:00
{5C97629C-A864-4DF7-9371-04F7E6CE0E71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C97629C-A864-4DF7-9371-04F7E6CE0E71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C97629C-A864-4DF7-9371-04F7E6CE0E71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C97629C-A864-4DF7-9371-04F7E6CE0E71}.Release|Any CPU.Build.0 = Release|Any CPU
2023-04-28 19:20:27 +04:00
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8E4D9026-29AD-4516-AA5A-6EDB2A04382A}
EndGlobalSection
EndGlobal