-
Notifications
You must be signed in to change notification settings - Fork 7
/
SouthParkDownloader.sln
51 lines (51 loc) · 3.03 KB
/
SouthParkDownloader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SouthParkDLCore", "SouthParkDLCore\SouthParkDLCore.csproj", "{4837A5F4-86DC-4DA7-82ED-D534B6DA3611}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SouthParkDLCommandLine", "SouthParkDLCommandLine\SouthParkDLCommandLine.csproj", "{85A82E67-D727-4C2C-9A10-639A6CD93532}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SouthParkDLUI", "SouthParkDLUI\SouthParkDLUI.csproj", "{65E87C3C-B9E8-4A3A-84AD-44416EF73902}"
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
{4837A5F4-86DC-4DA7-82ED-D534B6DA3611}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4837A5F4-86DC-4DA7-82ED-D534B6DA3611}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4837A5F4-86DC-4DA7-82ED-D534B6DA3611}.Debug|x64.ActiveCfg = Debug|x64
{4837A5F4-86DC-4DA7-82ED-D534B6DA3611}.Debug|x64.Build.0 = Debug|x64
{4837A5F4-86DC-4DA7-82ED-D534B6DA3611}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4837A5F4-86DC-4DA7-82ED-D534B6DA3611}.Release|Any CPU.Build.0 = Release|Any CPU
{4837A5F4-86DC-4DA7-82ED-D534B6DA3611}.Release|x64.ActiveCfg = Release|Any CPU
{4837A5F4-86DC-4DA7-82ED-D534B6DA3611}.Release|x64.Build.0 = Release|Any CPU
{85A82E67-D727-4C2C-9A10-639A6CD93532}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85A82E67-D727-4C2C-9A10-639A6CD93532}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85A82E67-D727-4C2C-9A10-639A6CD93532}.Debug|x64.ActiveCfg = Debug|x64
{85A82E67-D727-4C2C-9A10-639A6CD93532}.Debug|x64.Build.0 = Debug|x64
{85A82E67-D727-4C2C-9A10-639A6CD93532}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85A82E67-D727-4C2C-9A10-639A6CD93532}.Release|Any CPU.Build.0 = Release|Any CPU
{85A82E67-D727-4C2C-9A10-639A6CD93532}.Release|x64.ActiveCfg = Release|Any CPU
{85A82E67-D727-4C2C-9A10-639A6CD93532}.Release|x64.Build.0 = Release|Any CPU
{65E87C3C-B9E8-4A3A-84AD-44416EF73902}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65E87C3C-B9E8-4A3A-84AD-44416EF73902}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65E87C3C-B9E8-4A3A-84AD-44416EF73902}.Debug|x64.ActiveCfg = Debug|Any CPU
{65E87C3C-B9E8-4A3A-84AD-44416EF73902}.Debug|x64.Build.0 = Debug|Any CPU
{65E87C3C-B9E8-4A3A-84AD-44416EF73902}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65E87C3C-B9E8-4A3A-84AD-44416EF73902}.Release|Any CPU.Build.0 = Release|Any CPU
{65E87C3C-B9E8-4A3A-84AD-44416EF73902}.Release|x64.ActiveCfg = Release|Any CPU
{65E87C3C-B9E8-4A3A-84AD-44416EF73902}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4BF894F3-8BAF-4DAB-AF9F-9559077E3692}
EndGlobalSection
EndGlobal