forked from bitcoinbrisbane/PassSharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPassSharp.sln
51 lines (51 loc) · 2.24 KB
/
PassSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "src\test\Test.csproj", "{4D891B85-61EA-4825-B035-D42D488BBAD3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PassSharp", "src\PassSharp\PassSharp.csproj", "{E66E1A1E-0FCE-4C5F-8A4E-BE3D4DA5B77C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{4F2A0844-3A3A-49F0-8022-36D78B1C3216}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D891B85-61EA-4825-B035-D42D488BBAD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D891B85-61EA-4825-B035-D42D488BBAD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D891B85-61EA-4825-B035-D42D488BBAD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D891B85-61EA-4825-B035-D42D488BBAD3}.Release|Any CPU.Build.0 = Release|Any CPU
{E66E1A1E-0FCE-4C5F-8A4E-BE3D4DA5B77C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E66E1A1E-0FCE-4C5F-8A4E-BE3D4DA5B77C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E66E1A1E-0FCE-4C5F-8A4E-BE3D4DA5B77C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E66E1A1E-0FCE-4C5F-8A4E-BE3D4DA5B77C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $2
$2.inheritsSet = VisualStudio
$2.scope = text/x-csharp
$2.TabWidth = 2
$2.IndentWidth = 2
$2.inheritsScope = text/plain
$0.XmlFormattingPolicy = $3
$3.inheritsSet = null
$3.scope = application/config+xml
$0.CSharpFormattingPolicy = $4
$4.inheritsSet = Mono
$4.inheritsScope = text/x-csharp
$4.scope = text/x-csharp
EndGlobalSection
EndGlobal