-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOPDtab.sln
74 lines (74 loc) · 3.7 KB
/
OPDtab.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
74
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OPDtab", "OPDtab\OPDtab.csproj", "{77FC64CF-9CA1-40E5-842C-F264E6381B8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OPDtabGui", "OPDtabGui\OPDtabGui.csproj", "{AFF08B04-7815-4C08-9373-D8176666AD65}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OPDtabData", "OPDtabData\OPDtabData.csproj", "{469038BA-7FEB-4EDD-A4B5-E9A3B40405B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LumenWorks.Framework.IO", "LumenWorks.Framework.IO\LumenWorks.Framework.IO.csproj", "{E3B83D68-C90C-4874-8E5F-DEC8D038BC7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{99DEBCA9-5CF6-4A10-BC48-3DC2A5592A56}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9344bdbb-3e7f-41fc-a0dd-8665d75ee146}") = "Packages", "Packages.mdproj", "{68567371-E1E5-44A1-9F4E-7E475F52350A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
Default|Any CPU = Default|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{469038BA-7FEB-4EDD-A4B5-E9A3B40405B1}.Debug|x86.ActiveCfg = Debug|Any CPU
{469038BA-7FEB-4EDD-A4B5-E9A3B40405B1}.Debug|x86.Build.0 = Debug|Any CPU
{469038BA-7FEB-4EDD-A4B5-E9A3B40405B1}.Release|x86.ActiveCfg = Release|Any CPU
{469038BA-7FEB-4EDD-A4B5-E9A3B40405B1}.Release|x86.Build.0 = Release|Any CPU
{68567371-E1E5-44A1-9F4E-7E475F52350A}.Debug|x86.ActiveCfg = Debug|Any CPU
{68567371-E1E5-44A1-9F4E-7E475F52350A}.Default|Any CPU.ActiveCfg = Default|Any CPU
{68567371-E1E5-44A1-9F4E-7E475F52350A}.Release|x86.ActiveCfg = Release|Any CPU
{77FC64CF-9CA1-40E5-842C-F264E6381B8B}.Debug|x86.ActiveCfg = Debug|x86
{77FC64CF-9CA1-40E5-842C-F264E6381B8B}.Debug|x86.Build.0 = Debug|x86
{77FC64CF-9CA1-40E5-842C-F264E6381B8B}.Release|x86.ActiveCfg = Release|x86
{77FC64CF-9CA1-40E5-842C-F264E6381B8B}.Release|x86.Build.0 = Release|x86
{AFF08B04-7815-4C08-9373-D8176666AD65}.Debug|x86.ActiveCfg = Debug|Any CPU
{AFF08B04-7815-4C08-9373-D8176666AD65}.Debug|x86.Build.0 = Debug|Any CPU
{AFF08B04-7815-4C08-9373-D8176666AD65}.Release|x86.ActiveCfg = Release|Any CPU
{AFF08B04-7815-4C08-9373-D8176666AD65}.Release|x86.Build.0 = Release|Any CPU
{E3B83D68-C90C-4874-8E5F-DEC8D038BC7C}.Debug|x86.ActiveCfg = Debug|Any CPU
{E3B83D68-C90C-4874-8E5F-DEC8D038BC7C}.Debug|x86.Build.0 = Debug|Any CPU
{E3B83D68-C90C-4874-8E5F-DEC8D038BC7C}.Release|x86.ActiveCfg = Release|Any CPU
{E3B83D68-C90C-4874-8E5F-DEC8D038BC7C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = OPDtab\OPDtab.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.MethodBraceStyle = EndOfLine
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.BeforeDelegateDeclarationParentheses = False
$2.NewParentheses = False
$2.IfParentheses = False
$2.WhileParentheses = False
$2.ForParentheses = False
$2.ForeachParentheses = False
$2.CatchParentheses = False
$2.SwitchParentheses = False
$2.LockParentheses = False
$2.UsingParentheses = False
$2.SpacesBeforeBrackets = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
EndGlobalSection
EndGlobal