-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAudiobookOrganiser.sln
59 lines (59 loc) · 3.01 KB
/
AudiobookOrganiser.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudiobookOrganiser", "AudiobookOrganiser\AudiobookOrganiser.csproj", "{18961FEC-01F2-41F6-81F5-4A523D128898}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Other Solution Files", "Other Solution Files", "{8D6E602D-5A0C-4013-8F89-355419E2C3F8}"
ProjectSection(SolutionItems) = preProject
Other Solution Files\ffmpeg.7z = Other Solution Files\ffmpeg.7z
Other Solution Files\ffprobe.7z = Other Solution Files\ffprobe.7z
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "README.md", "README.md", "{1E483CB9-5727-46BD-8563-CAC69129C71A}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MediaInfo.Dll", "MediaInfo.Dll", "{7AD6D3C3-3477-4D5D-851E-FDB95BB6B7A6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "x86", "x86", "{74A9729A-B068-4891-A70A-1DC52039AAA4}"
ProjectSection(SolutionItems) = preProject
Other Solution Files\MediaInfo.Dll\x86\MediaInfo.dll = Other Solution Files\MediaInfo.Dll\x86\MediaInfo.dll
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "x64", "x64", "{B45680CA-CE9C-485E-B460-443CBC53EB81}"
ProjectSection(SolutionItems) = preProject
Other Solution Files\MediaInfo.Dll\x64\MediaInfo.dll = Other Solution Files\MediaInfo.Dll\x64\MediaInfo.dll
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18961FEC-01F2-41F6-81F5-4A523D128898}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18961FEC-01F2-41F6-81F5-4A523D128898}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18961FEC-01F2-41F6-81F5-4A523D128898}.Debug|x64.ActiveCfg = Debug|x64
{18961FEC-01F2-41F6-81F5-4A523D128898}.Debug|x64.Build.0 = Debug|x64
{18961FEC-01F2-41F6-81F5-4A523D128898}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18961FEC-01F2-41F6-81F5-4A523D128898}.Release|Any CPU.Build.0 = Release|Any CPU
{18961FEC-01F2-41F6-81F5-4A523D128898}.Release|x64.ActiveCfg = Release|x64
{18961FEC-01F2-41F6-81F5-4A523D128898}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7AD6D3C3-3477-4D5D-851E-FDB95BB6B7A6} = {8D6E602D-5A0C-4013-8F89-355419E2C3F8}
{74A9729A-B068-4891-A70A-1DC52039AAA4} = {7AD6D3C3-3477-4D5D-851E-FDB95BB6B7A6}
{B45680CA-CE9C-485E-B460-443CBC53EB81} = {7AD6D3C3-3477-4D5D-851E-FDB95BB6B7A6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5BEAA1E8-0F01-45F7-8DB1-1B3091E7B0D8}
EndGlobalSection
EndGlobal