-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathSQLServerCrypto.sln
More file actions
42 lines (42 loc) · 2.31 KB
/
SQLServerCrypto.sln
File metadata and controls
42 lines (42 loc) · 2.31 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2016
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLServerCrypto", "SQLServerCrypto\SQLServerCrypto.csproj", "{8F5BC98F-B03D-4B2D-B08C-4774E94592BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B2F7051E-B833-4ADC-A05C-82650CDEF72D}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLServerCryptoConsole", "SQLServerCryptoConsole\SQLServerCryptoConsole.csproj", "{C9432CC0-BF17-4D25-AC55-F9C3D3DCE712}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLServerCryptoTests", "SQLServerCryptoTests\SQLServerCryptoTests.csproj", "{D5773B15-83EB-4996-8A08-A5ADC164698E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F5BC98F-B03D-4B2D-B08C-4774E94592BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F5BC98F-B03D-4B2D-B08C-4774E94592BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F5BC98F-B03D-4B2D-B08C-4774E94592BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F5BC98F-B03D-4B2D-B08C-4774E94592BF}.Release|Any CPU.Build.0 = Release|Any CPU
{C9432CC0-BF17-4D25-AC55-F9C3D3DCE712}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9432CC0-BF17-4D25-AC55-F9C3D3DCE712}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9432CC0-BF17-4D25-AC55-F9C3D3DCE712}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9432CC0-BF17-4D25-AC55-F9C3D3DCE712}.Release|Any CPU.Build.0 = Release|Any CPU
{D5773B15-83EB-4996-8A08-A5ADC164698E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5773B15-83EB-4996-8A08-A5ADC164698E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5773B15-83EB-4996-8A08-A5ADC164698E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5773B15-83EB-4996-8A08-A5ADC164698E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {156AFCEA-FC44-48E3-B480-1CDCE4D2CB2F}
EndGlobalSection
EndGlobal