forked from NickStrupat/DiscogsNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDiscogsNet.sln
More file actions
103 lines (103 loc) · 6.95 KB
/
DiscogsNet.sln
File metadata and controls
103 lines (103 loc) · 6.95 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiscogsNet", "DiscogsNet\DiscogsNet.csproj", "{1B087A97-C17A-4F75-80B1-8CC1FBFE90FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiscogsNet.Tests", "DiscogsNet.Tests\DiscogsNet.Tests.csproj", "{67085E20-E76B-4AE3-8656-7E3855918F86}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{792703A9-28E3-4BCB-AF8F-8263CF85EBA8}"
ProjectSection(SolutionItems) = preProject
DiscogsNet.vsmdi = DiscogsNet.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiscogsNet.ReleaseViewerExample", "DiscogsNet.ReleaseViewerExample\DiscogsNet.ReleaseViewerExample.csproj", "{A03FE5E3-9E15-4229-AED7-E119027CE8A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiscogsNet.Database", "DiscogsNet.Database\DiscogsNet.Database.csproj", "{1C1ECECC-5D17-47C4-871E-559DCE63CCAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CharacterCleaner", "CharacterCleaner\CharacterCleaner.csproj", "{E8C7C0D7-4704-427F-97BF-B7A23605B57F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DatabaseManagerCli", "DatabaseManagerCli\DatabaseManagerCli.csproj", "{066FC275-C0C7-4E52-A3DB-D8C71E8F3784}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = DiscogsNet.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B087A97-C17A-4F75-80B1-8CC1FBFE90FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B087A97-C17A-4F75-80B1-8CC1FBFE90FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B087A97-C17A-4F75-80B1-8CC1FBFE90FB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1B087A97-C17A-4F75-80B1-8CC1FBFE90FB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1B087A97-C17A-4F75-80B1-8CC1FBFE90FB}.Debug|x86.ActiveCfg = Debug|Any CPU
{1B087A97-C17A-4F75-80B1-8CC1FBFE90FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B087A97-C17A-4F75-80B1-8CC1FBFE90FB}.Release|Any CPU.Build.0 = Release|Any CPU
{1B087A97-C17A-4F75-80B1-8CC1FBFE90FB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1B087A97-C17A-4F75-80B1-8CC1FBFE90FB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1B087A97-C17A-4F75-80B1-8CC1FBFE90FB}.Release|x86.ActiveCfg = Release|Any CPU
{67085E20-E76B-4AE3-8656-7E3855918F86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67085E20-E76B-4AE3-8656-7E3855918F86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67085E20-E76B-4AE3-8656-7E3855918F86}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{67085E20-E76B-4AE3-8656-7E3855918F86}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{67085E20-E76B-4AE3-8656-7E3855918F86}.Debug|x86.ActiveCfg = Debug|Any CPU
{67085E20-E76B-4AE3-8656-7E3855918F86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67085E20-E76B-4AE3-8656-7E3855918F86}.Release|Any CPU.Build.0 = Release|Any CPU
{67085E20-E76B-4AE3-8656-7E3855918F86}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{67085E20-E76B-4AE3-8656-7E3855918F86}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{67085E20-E76B-4AE3-8656-7E3855918F86}.Release|x86.ActiveCfg = Release|Any CPU
{A03FE5E3-9E15-4229-AED7-E119027CE8A8}.Debug|Any CPU.ActiveCfg = Debug|x86
{A03FE5E3-9E15-4229-AED7-E119027CE8A8}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{A03FE5E3-9E15-4229-AED7-E119027CE8A8}.Debug|Mixed Platforms.Build.0 = Debug|x86
{A03FE5E3-9E15-4229-AED7-E119027CE8A8}.Debug|x86.ActiveCfg = Debug|x86
{A03FE5E3-9E15-4229-AED7-E119027CE8A8}.Debug|x86.Build.0 = Debug|x86
{A03FE5E3-9E15-4229-AED7-E119027CE8A8}.Release|Any CPU.ActiveCfg = Release|x86
{A03FE5E3-9E15-4229-AED7-E119027CE8A8}.Release|Mixed Platforms.ActiveCfg = Release|x86
{A03FE5E3-9E15-4229-AED7-E119027CE8A8}.Release|Mixed Platforms.Build.0 = Release|x86
{A03FE5E3-9E15-4229-AED7-E119027CE8A8}.Release|x86.ActiveCfg = Release|x86
{A03FE5E3-9E15-4229-AED7-E119027CE8A8}.Release|x86.Build.0 = Release|x86
{1C1ECECC-5D17-47C4-871E-559DCE63CCAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C1ECECC-5D17-47C4-871E-559DCE63CCAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C1ECECC-5D17-47C4-871E-559DCE63CCAF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1C1ECECC-5D17-47C4-871E-559DCE63CCAF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1C1ECECC-5D17-47C4-871E-559DCE63CCAF}.Debug|x86.ActiveCfg = Debug|Any CPU
{1C1ECECC-5D17-47C4-871E-559DCE63CCAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C1ECECC-5D17-47C4-871E-559DCE63CCAF}.Release|Any CPU.Build.0 = Release|Any CPU
{1C1ECECC-5D17-47C4-871E-559DCE63CCAF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1C1ECECC-5D17-47C4-871E-559DCE63CCAF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1C1ECECC-5D17-47C4-871E-559DCE63CCAF}.Release|x86.ActiveCfg = Release|Any CPU
{E8C7C0D7-4704-427F-97BF-B7A23605B57F}.Debug|Any CPU.ActiveCfg = Debug|x86
{E8C7C0D7-4704-427F-97BF-B7A23605B57F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{E8C7C0D7-4704-427F-97BF-B7A23605B57F}.Debug|Mixed Platforms.Build.0 = Debug|x86
{E8C7C0D7-4704-427F-97BF-B7A23605B57F}.Debug|x86.ActiveCfg = Debug|x86
{E8C7C0D7-4704-427F-97BF-B7A23605B57F}.Debug|x86.Build.0 = Debug|x86
{E8C7C0D7-4704-427F-97BF-B7A23605B57F}.Release|Any CPU.ActiveCfg = Release|x86
{E8C7C0D7-4704-427F-97BF-B7A23605B57F}.Release|Mixed Platforms.ActiveCfg = Release|x86
{E8C7C0D7-4704-427F-97BF-B7A23605B57F}.Release|Mixed Platforms.Build.0 = Release|x86
{E8C7C0D7-4704-427F-97BF-B7A23605B57F}.Release|x86.ActiveCfg = Release|x86
{E8C7C0D7-4704-427F-97BF-B7A23605B57F}.Release|x86.Build.0 = Release|x86
{066FC275-C0C7-4E52-A3DB-D8C71E8F3784}.Debug|Any CPU.ActiveCfg = Debug|x86
{066FC275-C0C7-4E52-A3DB-D8C71E8F3784}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{066FC275-C0C7-4E52-A3DB-D8C71E8F3784}.Debug|Mixed Platforms.Build.0 = Debug|x86
{066FC275-C0C7-4E52-A3DB-D8C71E8F3784}.Debug|x86.ActiveCfg = Debug|x86
{066FC275-C0C7-4E52-A3DB-D8C71E8F3784}.Debug|x86.Build.0 = Debug|x86
{066FC275-C0C7-4E52-A3DB-D8C71E8F3784}.Release|Any CPU.ActiveCfg = Release|x86
{066FC275-C0C7-4E52-A3DB-D8C71E8F3784}.Release|Mixed Platforms.ActiveCfg = Release|x86
{066FC275-C0C7-4E52-A3DB-D8C71E8F3784}.Release|Mixed Platforms.Build.0 = Release|x86
{066FC275-C0C7-4E52-A3DB-D8C71E8F3784}.Release|x86.ActiveCfg = Release|x86
{066FC275-C0C7-4E52-A3DB-D8C71E8F3784}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal