-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAndroidCertPicker.sln
More file actions
24 lines (24 loc) · 1.43 KB
/
AndroidCertPicker.sln
File metadata and controls
24 lines (24 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AndroidCertPicker", "AndroidCertPicker\AndroidCertPicker.csproj", "{FB4DDB89-93AF-42E6-A556-87EE725AEB9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CertWebService", "CertWebService\CertWebService.csproj", "{1C4C2D54-6CA7-41F4-9D22-64BC9494162F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB4DDB89-93AF-42E6-A556-87EE725AEB9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB4DDB89-93AF-42E6-A556-87EE725AEB9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB4DDB89-93AF-42E6-A556-87EE725AEB9F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{FB4DDB89-93AF-42E6-A556-87EE725AEB9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB4DDB89-93AF-42E6-A556-87EE725AEB9F}.Release|Any CPU.Build.0 = Release|Any CPU
{FB4DDB89-93AF-42E6-A556-87EE725AEB9F}.Release|Any CPU.Deploy.0 = Release|Any CPU
{1C4C2D54-6CA7-41F4-9D22-64BC9494162F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C4C2D54-6CA7-41F4-9D22-64BC9494162F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C4C2D54-6CA7-41F4-9D22-64BC9494162F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C4C2D54-6CA7-41F4-9D22-64BC9494162F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal