| 1234567891011121314151617181920212223242526272829303132333435363738394041 | Microsoft Visual Studio Solution File, Format Version 12.00# Visual Studio 2013VisualStudioVersion = 12.0.21005.1MinimumVisualStudioVersion = 10.0.40219.1Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "iBemsDataService", "iBemsDataService\iBemsDataService.csproj", "{8E75E2C8-27B1-4BB1-89A5-A2B11BE634B8}"EndProjectProject("{1B19158F-E398-40A6-8E3B-350508E125F1}") = "BemsWebApplication.Shared", "BemsWebApplication.Shared\BemsWebApplication.Shared.dxjsproj", "{21C49A0D-71C4-4699-A478-ABFB7A02C377}"EndProjectProject("{1B19158F-E398-40A6-8E3B-350508E125F1}") = "BemsWebApplication.Desktop", "BemsWebApplication.Desktop\BemsWebApplication.Desktop.dxjsproj", "{A6E4F01B-6FE6-42F1-B192-329B017B20BA}"EndProjectProject("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{717A81C6-4BB3-40E5-90FE-9C5A918DD3B2}"	ProjectSection(SolutionItems) = preProject		.nuget\NuGet.Config = .nuget\NuGet.Config		.nuget\NuGet.exe = .nuget\NuGet.exe		.nuget\NuGet.targets = .nuget\NuGet.targets	EndProjectSectionEndProjectGlobal	GlobalSection(SolutionConfigurationPlatforms) = preSolution		Debug|Any CPU = Debug|Any CPU		Release|Any CPU = Release|Any CPU	EndGlobalSection	GlobalSection(ProjectConfigurationPlatforms) = postSolution		{8E75E2C8-27B1-4BB1-89A5-A2B11BE634B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU		{8E75E2C8-27B1-4BB1-89A5-A2B11BE634B8}.Debug|Any CPU.Build.0 = Debug|Any CPU		{8E75E2C8-27B1-4BB1-89A5-A2B11BE634B8}.Release|Any CPU.ActiveCfg = Release|Any CPU		{8E75E2C8-27B1-4BB1-89A5-A2B11BE634B8}.Release|Any CPU.Build.0 = Release|Any CPU		{21C49A0D-71C4-4699-A478-ABFB7A02C377}.Debug|Any CPU.ActiveCfg = Debug|Any CPU		{21C49A0D-71C4-4699-A478-ABFB7A02C377}.Debug|Any CPU.Build.0 = Debug|Any CPU		{21C49A0D-71C4-4699-A478-ABFB7A02C377}.Release|Any CPU.ActiveCfg = Release|Any CPU		{21C49A0D-71C4-4699-A478-ABFB7A02C377}.Release|Any CPU.Build.0 = Release|Any CPU		{A6E4F01B-6FE6-42F1-B192-329B017B20BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU		{A6E4F01B-6FE6-42F1-B192-329B017B20BA}.Debug|Any CPU.Build.0 = Debug|Any CPU		{A6E4F01B-6FE6-42F1-B192-329B017B20BA}.Release|Any CPU.ActiveCfg = Release|Any CPU		{A6E4F01B-6FE6-42F1-B192-329B017B20BA}.Release|Any CPU.Build.0 = Release|Any CPU	EndGlobalSection	GlobalSection(SolutionProperties) = preSolution		HideSolutionNode = FALSE	EndGlobalSectionEndGlobal
 |