-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCryptoShark.sln
40 lines (40 loc) · 1.58 KB
/
CryptoShark.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CryptoShark", "CryptoShark.csproj", "{6D0FEA9A-1931-4029-9516-3F9DABE4639D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D0FEA9A-1931-4029-9516-3F9DABE4639D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D0FEA9A-1931-4029-9516-3F9DABE4639D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D0FEA9A-1931-4029-9516-3F9DABE4639D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D0FEA9A-1931-4029-9516-3F9DABE4639D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0605ACC7-B225-4CA7-9628-FCCC9A7C9DE6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $4
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$4.FileWidth = 80
$4.TabsToSpaces = True
$4.scope = text/plain
$0.VersionControlPolicy = $5
description = Data Encryption Package for .Net Core 3.1
version = 1.0
EndGlobalSection
EndGlobal