-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVoIPSoundboard.sln
31 lines (31 loc) · 1.62 KB
/
VoIPSoundboard.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 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VoIPSoundboard", "VoIPSoundboard\VoIPSoundboard.csproj", "{08992983-0BAE-4EF7-ABC9-F48BEA9BC2D2}"
ProjectSection(ProjectDependencies) = postProject
{C8EC7685-7241-4A90-BD50-5A34FC5D12A9} = {C8EC7685-7241-4A90-BD50-5A34FC5D12A9}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VoIPSoundboard_SourcePlugin", "VoIPSoundboard_SourcePlugin\VoIPSoundboard_SourcePlugin.vcxproj", "{C8EC7685-7241-4A90-BD50-5A34FC5D12A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08992983-0BAE-4EF7-ABC9-F48BEA9BC2D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08992983-0BAE-4EF7-ABC9-F48BEA9BC2D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08992983-0BAE-4EF7-ABC9-F48BEA9BC2D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08992983-0BAE-4EF7-ABC9-F48BEA9BC2D2}.Release|Any CPU.Build.0 = Release|Any CPU
{C8EC7685-7241-4A90-BD50-5A34FC5D12A9}.Debug|Any CPU.ActiveCfg = Debug|Win32
{C8EC7685-7241-4A90-BD50-5A34FC5D12A9}.Debug|Any CPU.Build.0 = Debug|Win32
{C8EC7685-7241-4A90-BD50-5A34FC5D12A9}.Release|Any CPU.ActiveCfg = Release|Win32
{C8EC7685-7241-4A90-BD50-5A34FC5D12A9}.Release|Any CPU.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal