-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgrbdump.sln
62 lines (62 loc) · 3.3 KB
/
grbdump.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "grbdump", "grbdump\grbdump.csproj", "{CFAD7ECE-55B4-43DA-97E2-FF5657F9B095}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSJ2K", "CSJ2K\CSJ2K.csproj", "{36EC19FD-7AF1-4176-BCA0-EB41F6C8E0EA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IMTools", "ImageTools\IMTools.csproj", "{74ABADF7-5281-4A0C-ABE6-CB325E75E6C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GRB", "GRB\GRB.csproj", "{0B6D542D-33A9-43E7-989F-9C56359860FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibraryTest", "LibraryTest\LibraryTest.csproj", "{B2BFDD20-49DE-42E1-8022-A6C300200A05}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B6D542D-33A9-43E7-989F-9C56359860FB}.Debug|x86.ActiveCfg = Debug|Any CPU
{0B6D542D-33A9-43E7-989F-9C56359860FB}.Debug|x86.Build.0 = Debug|Any CPU
{0B6D542D-33A9-43E7-989F-9C56359860FB}.Release|x86.ActiveCfg = Release|Any CPU
{0B6D542D-33A9-43E7-989F-9C56359860FB}.Release|x86.Build.0 = Release|Any CPU
{36EC19FD-7AF1-4176-BCA0-EB41F6C8E0EA}.Debug|x86.ActiveCfg = Debug|Any CPU
{36EC19FD-7AF1-4176-BCA0-EB41F6C8E0EA}.Debug|x86.Build.0 = Debug|Any CPU
{36EC19FD-7AF1-4176-BCA0-EB41F6C8E0EA}.Release|x86.ActiveCfg = Release|Any CPU
{36EC19FD-7AF1-4176-BCA0-EB41F6C8E0EA}.Release|x86.Build.0 = Release|Any CPU
{74ABADF7-5281-4A0C-ABE6-CB325E75E6C9}.Debug|x86.ActiveCfg = Debug|Any CPU
{74ABADF7-5281-4A0C-ABE6-CB325E75E6C9}.Debug|x86.Build.0 = Debug|Any CPU
{74ABADF7-5281-4A0C-ABE6-CB325E75E6C9}.Release|x86.ActiveCfg = Release|Any CPU
{74ABADF7-5281-4A0C-ABE6-CB325E75E6C9}.Release|x86.Build.0 = Release|Any CPU
{CFAD7ECE-55B4-43DA-97E2-FF5657F9B095}.Debug|x86.ActiveCfg = Debug|x86
{CFAD7ECE-55B4-43DA-97E2-FF5657F9B095}.Debug|x86.Build.0 = Debug|x86
{CFAD7ECE-55B4-43DA-97E2-FF5657F9B095}.Release|x86.ActiveCfg = Release|x86
{CFAD7ECE-55B4-43DA-97E2-FF5657F9B095}.Release|x86.Build.0 = Release|x86
{B2BFDD20-49DE-42E1-8022-A6C300200A05}.Debug|x86.ActiveCfg = Debug|x86
{B2BFDD20-49DE-42E1-8022-A6C300200A05}.Debug|x86.Build.0 = Debug|x86
{B2BFDD20-49DE-42E1-8022-A6C300200A05}.Release|x86.ActiveCfg = Release|x86
{B2BFDD20-49DE-42E1-8022-A6C300200A05}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.NewLinesForBracesInTypes = False
$2.NewLinesForBracesInMethods = False
$2.NewLinesForBracesInProperties = False
$2.NewLinesForBracesInAccessors = False
$2.NewLinesForBracesInAnonymousMethods = False
$2.NewLinesForBracesInControlBlocks = False
$2.NewLinesForBracesInAnonymousTypes = False
$2.NewLinesForBracesInObjectCollectionArrayInitializers = False
$2.NewLinesForBracesInLambdaExpressionBody = False
$2.NewLineForElse = False
$2.NewLineForCatch = False
$2.NewLineForFinally = False
$2.NewLineForClausesInQuery = False
$2.scope = text/x-csharp
EndGlobalSection
EndGlobal