1Microsoft Visual Studio Solution File, Format Version 12.00
2# Visual Studio 14
3VisualStudioVersion = 14.0.25420.1
4MinimumVisualStudioVersion = 10.0.40219.1
5Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Security.SecureString.Tests", "tests\System.Security.SecureString.Tests.csproj", "{69609238-62C7-479D-A8CE-709F41101D3C}"
6	ProjectSection(ProjectDependencies) = postProject
7		{A958BBDD-3238-4E58-AB7F-390AB6D88233} = {A958BBDD-3238-4E58-AB7F-390AB6D88233}
8	EndProjectSection
9EndProject
10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Security.SecureString", "src\System.Security.SecureString.csproj", "{A958BBDD-3238-4E58-AB7F-390AB6D88233}"
11	ProjectSection(ProjectDependencies) = postProject
12		{899EC05D-7861-447F-9216-67F8547516DD} = {899EC05D-7861-447F-9216-67F8547516DD}
13	EndProjectSection
14EndProject
15Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Security.SecureString", "ref\System.Security.SecureString.csproj", "{899EC05D-7861-447F-9216-67F8547516DD}"
16EndProject
17Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{1A2F9F4A-A032-433E-B914-ADD5992BB178}"
18EndProject
19Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E107E9C1-E893-4E87-987E-04EF0DCEAEFD}"
20EndProject
21Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ref", "ref", "{2E666815-2EDB-464B-9DF6-380BF4789AD4}"
22EndProject
23Global
24	GlobalSection(SolutionConfigurationPlatforms) = preSolution
25		Debug|Any CPU = Debug|Any CPU
26		Release|Any CPU = Release|Any CPU
27	EndGlobalSection
28	GlobalSection(ProjectConfigurationPlatforms) = postSolution
29		{69609238-62C7-479D-A8CE-709F41101D3C}.Debug|Any CPU.ActiveCfg = netstandard-Debug|Any CPU
30		{69609238-62C7-479D-A8CE-709F41101D3C}.Debug|Any CPU.Build.0 = netstandard-Debug|Any CPU
31		{69609238-62C7-479D-A8CE-709F41101D3C}.Release|Any CPU.ActiveCfg = netstandard-Release|Any CPU
32		{69609238-62C7-479D-A8CE-709F41101D3C}.Release|Any CPU.Build.0 = netstandard-Release|Any CPU
33		{A958BBDD-3238-4E58-AB7F-390AB6D88233}.Debug|Any CPU.ActiveCfg = netcoreapp-Debug|Any CPU
34		{A958BBDD-3238-4E58-AB7F-390AB6D88233}.Debug|Any CPU.Build.0 = netcoreapp-Debug|Any CPU
35		{A958BBDD-3238-4E58-AB7F-390AB6D88233}.Release|Any CPU.ActiveCfg = netcoreapp-Release|Any CPU
36		{A958BBDD-3238-4E58-AB7F-390AB6D88233}.Release|Any CPU.Build.0 = netcoreapp-Release|Any CPU
37		{899EC05D-7861-447F-9216-67F8547516DD}.Debug|Any CPU.ActiveCfg = netcoreapp-Debug|Any CPU
38		{899EC05D-7861-447F-9216-67F8547516DD}.Debug|Any CPU.Build.0 = netcoreapp-Debug|Any CPU
39		{899EC05D-7861-447F-9216-67F8547516DD}.Release|Any CPU.ActiveCfg = netcoreapp-Release|Any CPU
40		{899EC05D-7861-447F-9216-67F8547516DD}.Release|Any CPU.Build.0 = netcoreapp-Release|Any CPU
41	EndGlobalSection
42	GlobalSection(SolutionProperties) = preSolution
43		HideSolutionNode = FALSE
44	EndGlobalSection
45	GlobalSection(NestedProjects) = preSolution
46		{69609238-62C7-479D-A8CE-709F41101D3C} = {1A2F9F4A-A032-433E-B914-ADD5992BB178}
47		{A958BBDD-3238-4E58-AB7F-390AB6D88233} = {E107E9C1-E893-4E87-987E-04EF0DCEAEFD}
48		{899EC05D-7861-447F-9216-67F8547516DD} = {2E666815-2EDB-464B-9DF6-380BF4789AD4}
49	EndGlobalSection
50EndGlobal
51