-
Notifications
You must be signed in to change notification settings - Fork 18
/
MP3CutAd.sln
99 lines (99 loc) · 5.51 KB
/
MP3CutAd.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "MP3CutAd\Core.csproj", "{00AA9EF9-34C3-48B5-AC8D-1D04745AE9FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App", "App\App.csproj", "{DD1F79C4-76E1-485C-B60A-5A8270EFF2E6}"
ProjectSection(ProjectDependencies) = postProject
{4A17AE42-AFEC-4327-92D5-603CFBE3AFBF} = {4A17AE42-AFEC-4327-92D5-603CFBE3AFBF}
{00AA9EF9-34C3-48B5-AC8D-1D04745AE9FD} = {00AA9EF9-34C3-48B5-AC8D-1D04745AE9FD}
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebApp", "WebApp\", "{4A17AE42-AFEC-4327-92D5-603CFBE3AFBF}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_6247"
Debug.AspNetCompiler.PhysicalPath = "WebApp\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_6247\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_6247"
Release.AspNetCompiler.PhysicalPath = "WebApp\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_6247\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "6247"
SlnRelativePath = "WebApp\"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2E1DCF99-27B9-46A7-A44C-A129E9528AB6}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{EFCA6C97-868B-4238-B289-2309F0828CEF}"
ProjectSection(ProjectDependencies) = postProject
{4A17AE42-AFEC-4327-92D5-603CFBE3AFBF} = {4A17AE42-AFEC-4327-92D5-603CFBE3AFBF}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00AA9EF9-34C3-48B5-AC8D-1D04745AE9FD}.Debug|Any CPU.ActiveCfg = Debug|x86
{00AA9EF9-34C3-48B5-AC8D-1D04745AE9FD}.Debug|x64.ActiveCfg = Release|x64
{00AA9EF9-34C3-48B5-AC8D-1D04745AE9FD}.Debug|x64.Build.0 = Release|x64
{00AA9EF9-34C3-48B5-AC8D-1D04745AE9FD}.Debug|x86.ActiveCfg = Debug|x86
{00AA9EF9-34C3-48B5-AC8D-1D04745AE9FD}.Debug|x86.Build.0 = Debug|x86
{00AA9EF9-34C3-48B5-AC8D-1D04745AE9FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00AA9EF9-34C3-48B5-AC8D-1D04745AE9FD}.Release|Any CPU.Build.0 = Release|Any CPU
{00AA9EF9-34C3-48B5-AC8D-1D04745AE9FD}.Release|x64.ActiveCfg = Release|x64
{00AA9EF9-34C3-48B5-AC8D-1D04745AE9FD}.Release|x64.Build.0 = Release|x64
{00AA9EF9-34C3-48B5-AC8D-1D04745AE9FD}.Release|x86.ActiveCfg = Release|x86
{00AA9EF9-34C3-48B5-AC8D-1D04745AE9FD}.Release|x86.Build.0 = Release|x86
{DD1F79C4-76E1-485C-B60A-5A8270EFF2E6}.Debug|Any CPU.ActiveCfg = Debug|x64
{DD1F79C4-76E1-485C-B60A-5A8270EFF2E6}.Debug|Any CPU.Build.0 = Debug|x64
{DD1F79C4-76E1-485C-B60A-5A8270EFF2E6}.Debug|x64.ActiveCfg = Release|x64
{DD1F79C4-76E1-485C-B60A-5A8270EFF2E6}.Debug|x64.Build.0 = Release|x64
{DD1F79C4-76E1-485C-B60A-5A8270EFF2E6}.Debug|x86.ActiveCfg = Debug|Any CPU
{DD1F79C4-76E1-485C-B60A-5A8270EFF2E6}.Debug|x86.Build.0 = Debug|Any CPU
{DD1F79C4-76E1-485C-B60A-5A8270EFF2E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD1F79C4-76E1-485C-B60A-5A8270EFF2E6}.Release|Any CPU.Build.0 = Release|Any CPU
{DD1F79C4-76E1-485C-B60A-5A8270EFF2E6}.Release|x64.ActiveCfg = Release|x64
{DD1F79C4-76E1-485C-B60A-5A8270EFF2E6}.Release|x64.Build.0 = Release|x64
{DD1F79C4-76E1-485C-B60A-5A8270EFF2E6}.Release|x86.ActiveCfg = Release|Any CPU
{DD1F79C4-76E1-485C-B60A-5A8270EFF2E6}.Release|x86.Build.0 = Release|Any CPU
{4A17AE42-AFEC-4327-92D5-603CFBE3AFBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A17AE42-AFEC-4327-92D5-603CFBE3AFBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A17AE42-AFEC-4327-92D5-603CFBE3AFBF}.Debug|x64.ActiveCfg = Debug|Any CPU
{4A17AE42-AFEC-4327-92D5-603CFBE3AFBF}.Debug|x86.ActiveCfg = Debug|Any CPU
{4A17AE42-AFEC-4327-92D5-603CFBE3AFBF}.Debug|x86.Build.0 = Debug|Any CPU
{4A17AE42-AFEC-4327-92D5-603CFBE3AFBF}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{4A17AE42-AFEC-4327-92D5-603CFBE3AFBF}.Release|Any CPU.Build.0 = Debug|Any CPU
{4A17AE42-AFEC-4327-92D5-603CFBE3AFBF}.Release|x64.ActiveCfg = Debug|Any CPU
{4A17AE42-AFEC-4327-92D5-603CFBE3AFBF}.Release|x86.ActiveCfg = Debug|Any CPU
{4A17AE42-AFEC-4327-92D5-603CFBE3AFBF}.Release|x86.Build.0 = Debug|Any CPU
{EFCA6C97-868B-4238-B289-2309F0828CEF}.Debug|Any CPU.ActiveCfg = Debug
{EFCA6C97-868B-4238-B289-2309F0828CEF}.Debug|x64.ActiveCfg = Release
{EFCA6C97-868B-4238-B289-2309F0828CEF}.Debug|x86.ActiveCfg = Debug
{EFCA6C97-868B-4238-B289-2309F0828CEF}.Release|Any CPU.ActiveCfg = Release
{EFCA6C97-868B-4238-B289-2309F0828CEF}.Release|x64.ActiveCfg = Release
{EFCA6C97-868B-4238-B289-2309F0828CEF}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal