-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSoundForgeScripts.sln
More file actions
59 lines (59 loc) · 3.73 KB
/
SoundForgeScripts.sln
File metadata and controls
59 lines (59 loc) · 3.73 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoundForgeScripts", "SoundForgeScripts\SoundForgeScripts.csproj", "{486762F1-28FE-43A8-AB4B-2CAC9365839D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoundForgeScriptsLib", "SoundForgeScriptsLib\SoundForgeScriptsLib.csproj", "{7C9A13DA-B70B-4F71-8C88-81BB7EBAC4AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScriptFileProcessor", "ScriptFileProcessor\ScriptFileProcessor.csproj", "{56E49401-06E1-4241-B29D-AE1B96DAD73F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{34EC3D8D-3CA9-4B0D-94AD-5FEF330BFB75}"
ProjectSection(SolutionItems) = preProject
DeployScripts.ps1 = DeployScripts.ps1
README.md = README.md
StartSoundForge.ps1 = StartSoundForge.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SoundForgeScripts.Tests", "SoundForgeScripts.Tests\SoundForgeScripts.Tests.csproj", "{C3443DE8-0BA7-428B-8A9F-BBDC5EB27811}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugWithDllCopy|Any CPU = DebugWithDllCopy|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{486762F1-28FE-43A8-AB4B-2CAC9365839D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{486762F1-28FE-43A8-AB4B-2CAC9365839D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{486762F1-28FE-43A8-AB4B-2CAC9365839D}.DebugWithDllCopy|Any CPU.ActiveCfg = DebugWithDllCopy|Any CPU
{486762F1-28FE-43A8-AB4B-2CAC9365839D}.DebugWithDllCopy|Any CPU.Build.0 = DebugWithDllCopy|Any CPU
{486762F1-28FE-43A8-AB4B-2CAC9365839D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{486762F1-28FE-43A8-AB4B-2CAC9365839D}.Release|Any CPU.Build.0 = Release|Any CPU
{7C9A13DA-B70B-4F71-8C88-81BB7EBAC4AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C9A13DA-B70B-4F71-8C88-81BB7EBAC4AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C9A13DA-B70B-4F71-8C88-81BB7EBAC4AE}.DebugWithDllCopy|Any CPU.ActiveCfg = DebugWithDllCopy|Any CPU
{7C9A13DA-B70B-4F71-8C88-81BB7EBAC4AE}.DebugWithDllCopy|Any CPU.Build.0 = DebugWithDllCopy|Any CPU
{7C9A13DA-B70B-4F71-8C88-81BB7EBAC4AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C9A13DA-B70B-4F71-8C88-81BB7EBAC4AE}.Release|Any CPU.Build.0 = Release|Any CPU
{56E49401-06E1-4241-B29D-AE1B96DAD73F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56E49401-06E1-4241-B29D-AE1B96DAD73F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56E49401-06E1-4241-B29D-AE1B96DAD73F}.DebugWithDllCopy|Any CPU.ActiveCfg = DebugWithDllCopy|Any CPU
{56E49401-06E1-4241-B29D-AE1B96DAD73F}.DebugWithDllCopy|Any CPU.Build.0 = DebugWithDllCopy|Any CPU
{56E49401-06E1-4241-B29D-AE1B96DAD73F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56E49401-06E1-4241-B29D-AE1B96DAD73F}.Release|Any CPU.Build.0 = Release|Any CPU
{C3443DE8-0BA7-428B-8A9F-BBDC5EB27811}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3443DE8-0BA7-428B-8A9F-BBDC5EB27811}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3443DE8-0BA7-428B-8A9F-BBDC5EB27811}.DebugWithDllCopy|Any CPU.ActiveCfg = Debug|Any CPU
{C3443DE8-0BA7-428B-8A9F-BBDC5EB27811}.DebugWithDllCopy|Any CPU.Build.0 = Debug|Any CPU
{C3443DE8-0BA7-428B-8A9F-BBDC5EB27811}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3443DE8-0BA7-428B-8A9F-BBDC5EB27811}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9487BFDD-19A6-49BE-BE78-DE060587FD6C}
EndGlobalSection
EndGlobal