commonservicelocator/package.sln

37 строки
1.8 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История


Microsoft Visual Studio Solution File, Format Version 12.00
2023-02-22 04:13:13 +03:00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
2017-09-20 18:21:49 +03:00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonServiceLocator", "src\CommonServiceLocator.csproj", "{FAF6D6B2-1EC9-4A1B-83BB-48F772E948CF}"
EndProject
2017-10-10 23:46:34 +03:00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonServiceLocator.Tests", "test\CommonServiceLocator.Tests.csproj", "{69BC47D2-947A-43BC-A3AB-B810CB2FAE62}"
EndProject
2023-02-22 04:13:13 +03:00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{48F538EA-AD83-42AD-AB2E-4787331C946A}"
ProjectSection(SolutionItems) = preProject
package.props = package.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2017-09-20 18:21:49 +03:00
{FAF6D6B2-1EC9-4A1B-83BB-48F772E948CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAF6D6B2-1EC9-4A1B-83BB-48F772E948CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAF6D6B2-1EC9-4A1B-83BB-48F772E948CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAF6D6B2-1EC9-4A1B-83BB-48F772E948CF}.Release|Any CPU.Build.0 = Release|Any CPU
{69BC47D2-947A-43BC-A3AB-B810CB2FAE62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69BC47D2-947A-43BC-A3AB-B810CB2FAE62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69BC47D2-947A-43BC-A3AB-B810CB2FAE62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69BC47D2-947A-43BC-A3AB-B810CB2FAE62}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72B4A8E1-7322-442A-8D97-5FAB12C9B0FC}
EndGlobalSection
EndGlobal