-
Notifications
You must be signed in to change notification settings - Fork 2
/
MediaLibrary.sln
64 lines (64 loc) · 3.64 KB
/
MediaLibrary.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29424.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{79267095-C547-4A27-832F-A56279B2B257}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
CodeMaid.config = CodeMaid.config
GitVersion.yaml = GitVersion.yaml
license.md = license.md
readme.md = readme.md
SharedAssemblyInfo.props = SharedAssemblyInfo.props
Strict.ruleset = Strict.ruleset
stylecop.json = stylecop.json
Tests.ruleset = Tests.ruleset
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediaLibrary", "MediaLibrary\MediaLibrary.csproj", "{70A42842-36E3-4144-A0DD-9D45B2208E66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediaLibrary.Search", "MediaLibrary.Search\MediaLibrary.Search.csproj", "{52332382-628A-4624-B562-918C0B9696C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediaLibrary.Storage", "MediaLibrary.Storage\MediaLibrary.Storage.csproj", "{712FA0E1-1412-43E0-A8A7-280720178715}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediaLibrary.Tests", "MediaLibrary.Tests\MediaLibrary.Tests.csproj", "{43F30C5A-C630-4AF0-9240-02567C345F7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediaLibrary.Web", "MediaLibrary.Web\MediaLibrary.Web.csproj", "{EDB79AB8-E333-41E9-B46F-E00A1214D19A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70A42842-36E3-4144-A0DD-9D45B2208E66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70A42842-36E3-4144-A0DD-9D45B2208E66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70A42842-36E3-4144-A0DD-9D45B2208E66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70A42842-36E3-4144-A0DD-9D45B2208E66}.Release|Any CPU.Build.0 = Release|Any CPU
{52332382-628A-4624-B562-918C0B9696C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52332382-628A-4624-B562-918C0B9696C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52332382-628A-4624-B562-918C0B9696C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52332382-628A-4624-B562-918C0B9696C2}.Release|Any CPU.Build.0 = Release|Any CPU
{712FA0E1-1412-43E0-A8A7-280720178715}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{712FA0E1-1412-43E0-A8A7-280720178715}.Debug|Any CPU.Build.0 = Debug|Any CPU
{712FA0E1-1412-43E0-A8A7-280720178715}.Release|Any CPU.ActiveCfg = Release|Any CPU
{712FA0E1-1412-43E0-A8A7-280720178715}.Release|Any CPU.Build.0 = Release|Any CPU
{43F30C5A-C630-4AF0-9240-02567C345F7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43F30C5A-C630-4AF0-9240-02567C345F7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43F30C5A-C630-4AF0-9240-02567C345F7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43F30C5A-C630-4AF0-9240-02567C345F7A}.Release|Any CPU.Build.0 = Release|Any CPU
{EDB79AB8-E333-41E9-B46F-E00A1214D19A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDB79AB8-E333-41E9-B46F-E00A1214D19A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDB79AB8-E333-41E9-B46F-E00A1214D19A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDB79AB8-E333-41E9-B46F-E00A1214D19A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B761F24A-C89F-4413-BC2B-38D3B2C1536C}
EndGlobalSection
EndGlobal