-
Notifications
You must be signed in to change notification settings - Fork 15
/
SecureStore.sln
41 lines (41 loc) · 2.31 KB
/
SecureStore.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
29
30
31
32
33
34
35
36
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27128.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecureStore", "SecureStore\SecureStore.csproj", "{CA7D5442-3CF3-4B1B-AE64-F78AA83347BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Client", "Client\Client.csproj", "{A10AC603-7F04-4EB9-B027-7370D547AF4A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{48B28017-CFA5-49F0-B781-F409AE9B4252}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA7D5442-3CF3-4B1B-AE64-F78AA83347BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA7D5442-3CF3-4B1B-AE64-F78AA83347BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA7D5442-3CF3-4B1B-AE64-F78AA83347BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA7D5442-3CF3-4B1B-AE64-F78AA83347BC}.Release|Any CPU.Build.0 = Release|Any CPU
{A10AC603-7F04-4EB9-B027-7370D547AF4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A10AC603-7F04-4EB9-B027-7370D547AF4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A10AC603-7F04-4EB9-B027-7370D547AF4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A10AC603-7F04-4EB9-B027-7370D547AF4A}.Release|Any CPU.Build.0 = Release|Any CPU
{48B28017-CFA5-49F0-B781-F409AE9B4252}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48B28017-CFA5-49F0-B781-F409AE9B4252}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48B28017-CFA5-49F0-B781-F409AE9B4252}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48B28017-CFA5-49F0-B781-F409AE9B4252}.Release|Any CPU.Build.0 = Release|Any CPU
{1AA50CCA-9198-40FF-88EC-6B02CCD9B3C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AA50CCA-9198-40FF-88EC-6B02CCD9B3C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AA50CCA-9198-40FF-88EC-6B02CCD9B3C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AA50CCA-9198-40FF-88EC-6B02CCD9B3C7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5FE65C19-5357-4210-8907-B580886ED388}
EndGlobalSection
EndGlobal