-
Notifications
You must be signed in to change notification settings - Fork 6
/
SpeechMod.sln
31 lines (31 loc) · 1.53 KB
/
SpeechMod.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpeechMod", "SpeechMod\SpeechMod.csproj", "{DE7D77D9-DB2B-456B-B2E8-734963C7DE0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{A75D9932-76B4-44F0-9478-CAF648B0996E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE7D77D9-DB2B-456B-B2E8-734963C7DE0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE7D77D9-DB2B-456B-B2E8-734963C7DE0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE7D77D9-DB2B-456B-B2E8-734963C7DE0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE7D77D9-DB2B-456B-B2E8-734963C7DE0D}.Release|Any CPU.Build.0 = Release|Any CPU
{A75D9932-76B4-44F0-9478-CAF648B0996E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A75D9932-76B4-44F0-9478-CAF648B0996E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A75D9932-76B4-44F0-9478-CAF648B0996E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A75D9932-76B4-44F0-9478-CAF648B0996E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65A6B4C7-22CA-4183-A92B-FFCCD3369DA3}
EndGlobalSection
EndGlobal