Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Security.Cryptography.Pkcs.sln « System.Security.Cryptography.Pkcs « src - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 491f41128644b38eb30d341953fba65e22430e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Security.Cryptography.Pkcs", "src\System.Security.Cryptography.Pkcs.csproj", "{03D84CBD-896D-4B2F-9A22-07034F51E73D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Security.Cryptography.Pkcs.Tests", "tests\System.Security.Cryptography.Pkcs.Tests.csproj", "{2DD8DFFA-09FF-46C6-8313-4A9CC1849A44}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Windows_Debug|Any CPU = Windows_Debug|Any CPU
		Windows_Release|Any CPU = Windows_Release|Any CPU
		Windows_netcore50_Debug|Any CPU = Windows_netcore50_Debug|Any CPU
		Windows_netcore50_Release|Any CPU = Windows_netcore50_Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{03D84CBD-896D-4B2F-9A22-07034F51E73D}.Windows_Debug|Any CPU.ActiveCfg = Windows_Debug|Any CPU
		{03D84CBD-896D-4B2F-9A22-07034F51E73D}.Windows_Debug|Any CPU.Build.0 = Windows_Debug|Any CPU
		{03D84CBD-896D-4B2F-9A22-07034F51E73D}.Windows_Release|Any CPU.ActiveCfg = Windows_Release|Any CPU
		{03D84CBD-896D-4B2F-9A22-07034F51E73D}.Windows_Release|Any CPU.Build.0 = Windows_Release|Any CPU
		{03D84CBD-896D-4B2F-9A22-07034F51E73D}.Windows_netcore50_Debug|Any CPU.ActiveCfg = Windows_netcore50_Debug|Any CPU
		{03D84CBD-896D-4B2F-9A22-07034F51E73D}.Windows_netcore50_Debug|Any CPU.Build.0 = Windows_netcore50_Debug|Any CPU
		{03D84CBD-896D-4B2F-9A22-07034F51E73D}.Windows_netcore50_Release|Any CPU.ActiveCfg = Windows_netcore50_Release|Any CPU
		{03D84CBD-896D-4B2F-9A22-07034F51E73D}.Windows_netcore50_Release|Any CPU.Build.0 = Windows_netcore50_Release|Any CPU
		{2DD8DFFA-09FF-46C6-8313-4A9CC1849A44}.Windows_Debug|Any CPU.ActiveCfg = Windows_Debug|Any CPU
		{2DD8DFFA-09FF-46C6-8313-4A9CC1849A44}.Windows_Debug|Any CPU.Build.0 = Windows_Debug|Any CPU
		{2DD8DFFA-09FF-46C6-8313-4A9CC1849A44}.Windows_Release|Any CPU.ActiveCfg = Windows_Release|Any CPU
		{2DD8DFFA-09FF-46C6-8313-4A9CC1849A44}.Windows_Release|Any CPU.Build.0 = Windows_Release|Any CPU
		{2DD8DFFA-09FF-46C6-8313-4A9CC1849A44}.Windows_netcore50_Debug|Any CPU.ActiveCfg = Windows_netcore50_Debug|Any CPU
		{2DD8DFFA-09FF-46C6-8313-4A9CC1849A44}.Windows_netcore50_Debug|Any CPU.Build.0 = Windows_netcore50_Debug|Any CPU
		{2DD8DFFA-09FF-46C6-8313-4A9CC1849A44}.Windows_netcore50_Release|Any CPU.ActiveCfg = Windows_netcore50_Release|Any CPU
		{2DD8DFFA-09FF-46C6-8313-4A9CC1849A44}.Windows_netcore50_Release|Any CPU.Build.0 = Windows_netcore50_Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal