-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPangCryptSharp.sln
28 lines (28 loc) · 1.72 KB
/
PangCryptSharp.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PangCrypt", "PangCrypt\PangCrypt.csproj", "{3E6E851C-4294-4CE2-BE93-2614934917BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PangCryptTest", "PangCryptTest\PangCryptTest.csproj", "{B29E92A8-668B-4054-A47A-9A9AB0C66005}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoLoginServer", "DemoLoginServer\DemoLoginServer.csproj", "{C4579B75-B37F-4AC6-80D0-1A3931982B5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E6E851C-4294-4CE2-BE93-2614934917BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E6E851C-4294-4CE2-BE93-2614934917BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E6E851C-4294-4CE2-BE93-2614934917BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E6E851C-4294-4CE2-BE93-2614934917BE}.Release|Any CPU.Build.0 = Release|Any CPU
{B29E92A8-668B-4054-A47A-9A9AB0C66005}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B29E92A8-668B-4054-A47A-9A9AB0C66005}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B29E92A8-668B-4054-A47A-9A9AB0C66005}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B29E92A8-668B-4054-A47A-9A9AB0C66005}.Release|Any CPU.Build.0 = Release|Any CPU
{C4579B75-B37F-4AC6-80D0-1A3931982B5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4579B75-B37F-4AC6-80D0-1A3931982B5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4579B75-B37F-4AC6-80D0-1A3931982B5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4579B75-B37F-4AC6-80D0-1A3931982B5C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal