-
Notifications
You must be signed in to change notification settings - Fork 28
/
ModFreeSwitch.sln
39 lines (39 loc) · 2.12 KB
/
ModFreeSwitch.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetFreeSwitch", "DotNetFreeSwitch\DotNetFreeSwitch.csproj", "{33672B9E-BBF1-488F-9E5C-7D5ABFD64CFD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{01F5DD0D-658C-43F1-8214-05CB01BAC9DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo.csproj", "{9331A0E3-421F-4D52-8A1F-565C8702CFFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{026E962B-0714-4F62-BF63-5650AA80C94F}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33672B9E-BBF1-488F-9E5C-7D5ABFD64CFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33672B9E-BBF1-488F-9E5C-7D5ABFD64CFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33672B9E-BBF1-488F-9E5C-7D5ABFD64CFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33672B9E-BBF1-488F-9E5C-7D5ABFD64CFD}.Release|Any CPU.Build.0 = Release|Any CPU
{01F5DD0D-658C-43F1-8214-05CB01BAC9DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01F5DD0D-658C-43F1-8214-05CB01BAC9DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01F5DD0D-658C-43F1-8214-05CB01BAC9DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01F5DD0D-658C-43F1-8214-05CB01BAC9DC}.Release|Any CPU.Build.0 = Release|Any CPU
{9331A0E3-421F-4D52-8A1F-565C8702CFFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9331A0E3-421F-4D52-8A1F-565C8702CFFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9331A0E3-421F-4D52-8A1F-565C8702CFFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9331A0E3-421F-4D52-8A1F-565C8702CFFD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal