-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sayeed.NETCore.DataProtection.sln
37 lines (37 loc) · 2.19 KB
/
Sayeed.NETCore.DataProtection.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sayeed.NETCore.DataProtection", "Sayeed.NETCore.DataProtection\Sayeed.NETCore.DataProtection.csproj", "{26060F16-CF37-406E-9534-B5F26CDAEB23}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sayeed.NETCore.DataProtection.Tests", "Sayeed.NETCore.DataProtection.Tests\Sayeed.NETCore.DataProtection.Tests.csproj", "{A3CA3A38-97F6-4B95-8B71-A5BE7B12BEDF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleConsoleApplication", "ExampleConsoleApplication\ExampleConsoleApplication.csproj", "{069D3918-69C8-4E0C-BF08-2E42CEA2BEE0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26060F16-CF37-406E-9534-B5F26CDAEB23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26060F16-CF37-406E-9534-B5F26CDAEB23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26060F16-CF37-406E-9534-B5F26CDAEB23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26060F16-CF37-406E-9534-B5F26CDAEB23}.Release|Any CPU.Build.0 = Release|Any CPU
{A3CA3A38-97F6-4B95-8B71-A5BE7B12BEDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3CA3A38-97F6-4B95-8B71-A5BE7B12BEDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3CA3A38-97F6-4B95-8B71-A5BE7B12BEDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3CA3A38-97F6-4B95-8B71-A5BE7B12BEDF}.Release|Any CPU.Build.0 = Release|Any CPU
{069D3918-69C8-4E0C-BF08-2E42CEA2BEE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{069D3918-69C8-4E0C-BF08-2E42CEA2BEE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{069D3918-69C8-4E0C-BF08-2E42CEA2BEE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{069D3918-69C8-4E0C-BF08-2E42CEA2BEE0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B01B24BB-FB2B-4BCF-B85C-195EB1DB9D11}
EndGlobalSection
EndGlobal