-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAudioSharp.sln
63 lines (63 loc) · 3.89 KB
/
AudioSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{01D4AA05-94CD-4966-A2EF-6EBF3A82C84C}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
packages\repositories.config = packages\repositories.config
setup.nsi = setup.nsi
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioSharp.Config", "AudioSharp.Config\AudioSharp.Config.csproj", "{FDE08A0C-243D-47F2-8AB7-9B4DD73ED97F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioSharp.Core", "AudioSharp.Core\AudioSharp.Core.csproj", "{DF0D4F9C-26ED-416F-8859-582495A23599}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioSharp.Translations", "AudioSharp.Translations\AudioSharp.Translations.csproj", "{0E5BEF57-5D0F-414C-8B3D-B8A3924BDE71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioSharp.Utils", "AudioSharp.Utils\AudioSharp.Utils.csproj", "{65EB8D41-2BEF-4627-B1B6-CD295563DB29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioSharp.GUI.Wpf", "AudioSharp.GUI.Wpf\AudioSharp.GUI.Wpf.csproj", "{D94BA931-0CB8-421A-9067-E7797BB17D49}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AudioSharp.GUI.CustomControls", "AudioSharp.GUI.CustomControls\AudioSharp.GUI.CustomControls.csproj", "{C69AC190-6081-4A36-B140-6A7CBCCCE990}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FDE08A0C-243D-47F2-8AB7-9B4DD73ED97F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDE08A0C-243D-47F2-8AB7-9B4DD73ED97F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDE08A0C-243D-47F2-8AB7-9B4DD73ED97F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDE08A0C-243D-47F2-8AB7-9B4DD73ED97F}.Release|Any CPU.Build.0 = Release|Any CPU
{DF0D4F9C-26ED-416F-8859-582495A23599}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF0D4F9C-26ED-416F-8859-582495A23599}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF0D4F9C-26ED-416F-8859-582495A23599}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF0D4F9C-26ED-416F-8859-582495A23599}.Release|Any CPU.Build.0 = Release|Any CPU
{0E5BEF57-5D0F-414C-8B3D-B8A3924BDE71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E5BEF57-5D0F-414C-8B3D-B8A3924BDE71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E5BEF57-5D0F-414C-8B3D-B8A3924BDE71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E5BEF57-5D0F-414C-8B3D-B8A3924BDE71}.Release|Any CPU.Build.0 = Release|Any CPU
{65EB8D41-2BEF-4627-B1B6-CD295563DB29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65EB8D41-2BEF-4627-B1B6-CD295563DB29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65EB8D41-2BEF-4627-B1B6-CD295563DB29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65EB8D41-2BEF-4627-B1B6-CD295563DB29}.Release|Any CPU.Build.0 = Release|Any CPU
{D94BA931-0CB8-421A-9067-E7797BB17D49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D94BA931-0CB8-421A-9067-E7797BB17D49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D94BA931-0CB8-421A-9067-E7797BB17D49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D94BA931-0CB8-421A-9067-E7797BB17D49}.Release|Any CPU.Build.0 = Release|Any CPU
{C69AC190-6081-4A36-B140-6A7CBCCCE990}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C69AC190-6081-4A36-B140-6A7CBCCCE990}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C69AC190-6081-4A36-B140-6A7CBCCCE990}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C69AC190-6081-4A36-B140-6A7CBCCCE990}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal