-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfingers.sln
49 lines (49 loc) · 1.98 KB
/
fingers.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fingers", "fingers.csproj", "{6E843DA0-7375-40B0-A926-80FEE0816355}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F74B35A7-08E2-4010-A062-B0347641A60D}"
ProjectSection(SolutionItems) = preProject
ABOUT.txt = ABOUT.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6E843DA0-7375-40B0-A926-80FEE0816355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E843DA0-7375-40B0-A926-80FEE0816355}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E843DA0-7375-40B0-A926-80FEE0816355}.Debug|x64.ActiveCfg = Debug|x64
{6E843DA0-7375-40B0-A926-80FEE0816355}.Debug|x64.Build.0 = Debug|x64
{6E843DA0-7375-40B0-A926-80FEE0816355}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E843DA0-7375-40B0-A926-80FEE0816355}.Release|Any CPU.Build.0 = Release|Any CPU
{6E843DA0-7375-40B0-A926-80FEE0816355}.Release|x64.ActiveCfg = Release|x64
{6E843DA0-7375-40B0-A926-80FEE0816355}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.AfterDelegateDeclarationParameterComma = True
$3.inheritsSet = Mono
$3.inheritsScope = text/x-csharp
$3.scope = text/x-csharp
$0.VersionControlPolicy = $4
$4.inheritsSet = Mono
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal