-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathFreenect2.sln
53 lines (53 loc) · 2.23 KB
/
Freenect2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Freenect2", "Freenect2.csproj", "{05E6B380-AA88-4FCE-B158-5F6287FD2701}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{99FCD441-647D-4E7C-B355-3FB1049CF574}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05E6B380-AA88-4FCE-B158-5F6287FD2701}.Debug|x86.ActiveCfg = Debug|x86
{05E6B380-AA88-4FCE-B158-5F6287FD2701}.Debug|x86.Build.0 = Debug|x86
{05E6B380-AA88-4FCE-B158-5F6287FD2701}.Release|x86.ActiveCfg = Release|x86
{05E6B380-AA88-4FCE-B158-5F6287FD2701}.Release|x86.Build.0 = Release|x86
{99FCD441-647D-4E7C-B355-3FB1049CF574}.Debug|x86.ActiveCfg = Debug|x86
{99FCD441-647D-4E7C-B355-3FB1049CF574}.Debug|x86.Build.0 = Debug|x86
{99FCD441-647D-4E7C-B355-3FB1049CF574}.Release|x86.ActiveCfg = Release|x86
{99FCD441-647D-4E7C-B355-3FB1049CF574}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Example\Example.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.PropertyBraceStyle = NextLine
$2.PropertyGetBraceStyle = NextLine
$2.PropertySetBraceStyle = NextLine
$2.EmbeddedStatementPlacement = DoNotCare
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.BeforeIndexerDeclarationBracket = False
$2.BeforeDelegateDeclarationParentheses = False
$2.AfterDelegateDeclarationParameterComma = True
$2.NewParentheses = False
$2.SpacesBeforeBrackets = False
$2.SpacesAfterTypecast = True
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 100
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
description = C# Wrapper for the freenect2 library
EndGlobalSection
EndGlobal