This repository has been archived by the owner on Jan 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
NWaveform.sln
53 lines (53 loc) · 2.64 KB
/
NWaveform.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{335F31F9-70AB-46E8-9ED6-B0924A199B35}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
before.NWaveform.sln.targets = before.NWaveform.sln.targets
build.bat = build.bat
empty.targets = empty.targets
GitVersionConfig.yaml = GitVersionConfig.yaml
NWaveform.png = NWaveform.png
README.md = README.md
solution.targets = solution.targets
SolutionInfo.cs = SolutionInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NWaveform.WPF", "NWaveform.WPF\NWaveform.WPF.csproj", "{561E4BF0-8E28-4F56-9357-BC46DA04A645}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NWaveform.App", "NWaveform.App\NWaveform.App.csproj", "{46ABCA67-6DFA-4AE9-AFA3-DC9FE88BD149}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NWaveform.Vlc", "NWaveform.Vlc\NWaveform.Vlc.csproj", "{48A45617-C814-49E8-AE1A-1DE414FAD9EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{561E4BF0-8E28-4F56-9357-BC46DA04A645}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{561E4BF0-8E28-4F56-9357-BC46DA04A645}.Debug|Any CPU.Build.0 = Debug|Any CPU
{561E4BF0-8E28-4F56-9357-BC46DA04A645}.Release|Any CPU.ActiveCfg = Release|Any CPU
{561E4BF0-8E28-4F56-9357-BC46DA04A645}.Release|Any CPU.Build.0 = Release|Any CPU
{46ABCA67-6DFA-4AE9-AFA3-DC9FE88BD149}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46ABCA67-6DFA-4AE9-AFA3-DC9FE88BD149}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46ABCA67-6DFA-4AE9-AFA3-DC9FE88BD149}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46ABCA67-6DFA-4AE9-AFA3-DC9FE88BD149}.Release|Any CPU.Build.0 = Release|Any CPU
{48A45617-C814-49E8-AE1A-1DE414FAD9EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48A45617-C814-49E8-AE1A-1DE414FAD9EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48A45617-C814-49E8-AE1A-1DE414FAD9EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48A45617-C814-49E8-AE1A-1DE414FAD9EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B65045A-21B3-4BC4-8735-A0F3463AF75B}
EndGlobalSection
EndGlobal