-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathKeyczar.sln
73 lines (73 loc) · 3.2 KB
/
Keyczar.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Keyczar", "Keyczar\Keyczar.csproj", "{20FCD1CA-6F4D-424F-AD9C-A20A622BCA14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyczarTest", "KeyczarTest\KeyczarTest.csproj", "{04AF71F6-BC6C-438F-9DB2-29E15FDDB77C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyczarTool", "KeyczarTool\KeyczarTool.csproj", "{05D8AB68-51EC-4EE1-898B-FFE7D7B7F474}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B3A1AE8E-ECB1-4BF1-9437-EF2D74243999}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
Directory.Build.targets = Directory.Build.targets
..\README.md = ..\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20FCD1CA-6F4D-424F-AD9C-A20A622BCA14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20FCD1CA-6F4D-424F-AD9C-A20A622BCA14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20FCD1CA-6F4D-424F-AD9C-A20A622BCA14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20FCD1CA-6F4D-424F-AD9C-A20A622BCA14}.Release|Any CPU.Build.0 = Release|Any CPU
{04AF71F6-BC6C-438F-9DB2-29E15FDDB77C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04AF71F6-BC6C-438F-9DB2-29E15FDDB77C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04AF71F6-BC6C-438F-9DB2-29E15FDDB77C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04AF71F6-BC6C-438F-9DB2-29E15FDDB77C}.Release|Any CPU.Build.0 = Release|Any CPU
{05D8AB68-51EC-4EE1-898B-FFE7D7B7F474}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05D8AB68-51EC-4EE1-898B-FFE7D7B7F474}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05D8AB68-51EC-4EE1-898B-FFE7D7B7F474}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05D8AB68-51EC-4EE1-898B-FFE7D7B7F474}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2213B8B9-CD4E-4CDD-BCFF-F65D2B22649D}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Keyczar\Keyczar.csproj
Policies = $0
$0.TextStylePolicy = $8
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.scope = text/x-csharp
$3.FileWidth = 100
$3.TabsToSpaces = True
$3.NoTabsAfterNonTabs = True
$3.scope = text/plain
$4.inheritsSet = null
$4.scope = application/config+xml
$0.XmlFormattingPolicy = $9
$5.inheritsSet = null
$5.scope = application/config+xml
$6.inheritsSet = null
$6.scope = application/xml
$7.scope = application/xml
$8.inheritsSet = null
$8.scope = text/microsoft-resx
$9.inheritsSet = null
$9.scope = text/microsoft-resx
$0.StandardHeader = $10
$0.DotNetNamingPolicy = $11
$11.DirectoryNamespaceAssociation = PrefixedHierarchical
EndGlobalSection
EndGlobal