This repository has been archived by the owner on Aug 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathAlwaysEncryptedSample.sln
53 lines (53 loc) · 3.09 KB
/
AlwaysEncryptedSample.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
42
43
44
45
46
47
48
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlwaysEncryptedSample", "AlwaysEncryptedSample\AlwaysEncryptedSample.csproj", "{69AF6954-0676-4B87-9D26-92400D4EECC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlwaysEncryptedSample.Tests", "AlwaysEncryptedSample.Tests\AlwaysEncryptedSample.Tests.csproj", "{D06DDFB4-18FE-4ED4-86B3-F8CE3F455C74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F845D596-0DDD-4C2F-ADE3-4CA70B5D2A6F}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Invoke-EncryptColumns.ps1 = Invoke-EncryptColumns.ps1
License.md = License.md
New-EncryptionKeys.ps1 = New-EncryptionKeys.ps1
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlwaysEncryptedSample.Models", "AlwaysEncryptedSample.Models\AlwaysEncryptedSample.Models.csproj", "{6F9599EB-3C9A-45AD-A081-30F83946D63C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlwaysEncryptedSample.Models.Tests", "AlwaysEncryptedSample.Models.Tests\AlwaysEncryptedSample.Models.Tests.csproj", "{8EDF4429-251A-416D-BB68-93F227191BCF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69AF6954-0676-4B87-9D26-92400D4EECC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69AF6954-0676-4B87-9D26-92400D4EECC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69AF6954-0676-4B87-9D26-92400D4EECC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69AF6954-0676-4B87-9D26-92400D4EECC1}.Release|Any CPU.Build.0 = Release|Any CPU
{D06DDFB4-18FE-4ED4-86B3-F8CE3F455C74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D06DDFB4-18FE-4ED4-86B3-F8CE3F455C74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D06DDFB4-18FE-4ED4-86B3-F8CE3F455C74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D06DDFB4-18FE-4ED4-86B3-F8CE3F455C74}.Release|Any CPU.Build.0 = Release|Any CPU
{6F9599EB-3C9A-45AD-A081-30F83946D63C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F9599EB-3C9A-45AD-A081-30F83946D63C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F9599EB-3C9A-45AD-A081-30F83946D63C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F9599EB-3C9A-45AD-A081-30F83946D63C}.Release|Any CPU.Build.0 = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EDF4429-251A-416D-BB68-93F227191BCF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC518B12-A28A-4855-81FA-1D5E019030A7}
EndGlobalSection
EndGlobal