-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProcessMyMedia.sln
52 lines (52 loc) · 3 KB
/
ProcessMyMedia.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ACB74B9C-7E66-41DF-A37A-96C17C102D37}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.yml = build.yml
Directory.Build.props = Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessMyMedia", "ProcessMyMedia\ProcessMyMedia.csproj", "{45E2E13A-F421-49DC-9535-82E1A8C6E4BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessMyMedia.Samples", "ProcessMyMedia.Samples\ProcessMyMedia.Samples.csproj", "{5ADBB810-3750-4E3A-B5CC-144574C84792}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcessMyMedia.Tests", "ProcessMyMedia.Tests\ProcessMyMedia.Tests.csproj", "{30824660-623F-488D-A31F-EDB939EC57AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CodeCoverage|Any CPU = CodeCoverage|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45E2E13A-F421-49DC-9535-82E1A8C6E4BC}.CodeCoverage|Any CPU.ActiveCfg = CodeCoverage|Any CPU
{45E2E13A-F421-49DC-9535-82E1A8C6E4BC}.CodeCoverage|Any CPU.Build.0 = CodeCoverage|Any CPU
{45E2E13A-F421-49DC-9535-82E1A8C6E4BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45E2E13A-F421-49DC-9535-82E1A8C6E4BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45E2E13A-F421-49DC-9535-82E1A8C6E4BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45E2E13A-F421-49DC-9535-82E1A8C6E4BC}.Release|Any CPU.Build.0 = Release|Any CPU
{5ADBB810-3750-4E3A-B5CC-144574C84792}.CodeCoverage|Any CPU.ActiveCfg = CodeCoverage|Any CPU
{5ADBB810-3750-4E3A-B5CC-144574C84792}.CodeCoverage|Any CPU.Build.0 = CodeCoverage|Any CPU
{5ADBB810-3750-4E3A-B5CC-144574C84792}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ADBB810-3750-4E3A-B5CC-144574C84792}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ADBB810-3750-4E3A-B5CC-144574C84792}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ADBB810-3750-4E3A-B5CC-144574C84792}.Release|Any CPU.Build.0 = Release|Any CPU
{30824660-623F-488D-A31F-EDB939EC57AB}.CodeCoverage|Any CPU.ActiveCfg = CodeCoverage|Any CPU
{30824660-623F-488D-A31F-EDB939EC57AB}.CodeCoverage|Any CPU.Build.0 = CodeCoverage|Any CPU
{30824660-623F-488D-A31F-EDB939EC57AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30824660-623F-488D-A31F-EDB939EC57AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30824660-623F-488D-A31F-EDB939EC57AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30824660-623F-488D-A31F-EDB939EC57AB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B53D670-526E-46B3-83D4-17D21CD6ABCA}
EndGlobalSection
EndGlobal