-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZoo105Podcast.sln
45 lines (45 loc) · 2.1 KB
/
Zoo105Podcast.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zoo105Podcast", "Zoo105Podcast\Zoo105Podcast.csproj", "{51A2DA1E-1947-4852-8165-CF941E4C93FE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Solution Items", "_Solution Items", "{BB5B16E3-E721-4467-9F32-82FD8D4E7120}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.global.json = .global.json
.globalconfig = .globalconfig
CleanAll.bat = CleanAll.bat
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BatchUploader", "BatchUploader\BatchUploader.csproj", "{88441641-8989-4834-888D-E08DDB829C07}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51A2DA1E-1947-4852-8165-CF941E4C93FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51A2DA1E-1947-4852-8165-CF941E4C93FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51A2DA1E-1947-4852-8165-CF941E4C93FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51A2DA1E-1947-4852-8165-CF941E4C93FE}.Release|Any CPU.Build.0 = Release|Any CPU
{88441641-8989-4834-888D-E08DDB829C07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88441641-8989-4834-888D-E08DDB829C07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88441641-8989-4834-888D-E08DDB829C07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88441641-8989-4834-888D-E08DDB829C07}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B84515D5-63A9-4D2E-A040-9D0C91AB6C80}
EndGlobalSection
EndGlobal