12345678910111213141516171819202122232425262728293031 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.7.34031.279
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CertificateAutorityServer", "CertificateAutorityServer\CertificateAutorityServer.csproj", "{F629C7F3-1011-4827-8B8D-5F4CFFBEE486}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CAUtilLib", "CAUtilLib\CAUtilLib.csproj", "{C53BE81A-6599-46E5-98E3-BF04E7A54EE9}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {F629C7F3-1011-4827-8B8D-5F4CFFBEE486}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {F629C7F3-1011-4827-8B8D-5F4CFFBEE486}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {F629C7F3-1011-4827-8B8D-5F4CFFBEE486}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {F629C7F3-1011-4827-8B8D-5F4CFFBEE486}.Release|Any CPU.Build.0 = Release|Any CPU
- {C53BE81A-6599-46E5-98E3-BF04E7A54EE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {C53BE81A-6599-46E5-98E3-BF04E7A54EE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {C53BE81A-6599-46E5-98E3-BF04E7A54EE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {C53BE81A-6599-46E5-98E3-BF04E7A54EE9}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {B088E38F-ACD3-4163-95D7-B6F0E4252048}
- EndGlobalSection
- EndGlobal
|