Files
UdpPlugWebsocket/UdpExample/UdpExample.sln
2019-04-23 13:02:29 +08:00

55 lines
3.3 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "server", "server\server.csproj", "{BEC0344F-9AE7-4792-8A5D-C60A39D98732}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "client", "client\client.csproj", "{6593C9FB-053E-4292-B267-00FFD99C0278}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "udp", "udp\udp.csproj", "{F5BDA737-1EBE-4864-877C-36C5F3295F1E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BEC0344F-9AE7-4792-8A5D-C60A39D98732}.Debug|Any CPU.ActiveCfg = Debug|x86
{BEC0344F-9AE7-4792-8A5D-C60A39D98732}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{BEC0344F-9AE7-4792-8A5D-C60A39D98732}.Debug|Mixed Platforms.Build.0 = Debug|x86
{BEC0344F-9AE7-4792-8A5D-C60A39D98732}.Debug|x86.ActiveCfg = Debug|x86
{BEC0344F-9AE7-4792-8A5D-C60A39D98732}.Debug|x86.Build.0 = Debug|x86
{BEC0344F-9AE7-4792-8A5D-C60A39D98732}.Release|Any CPU.ActiveCfg = Release|x86
{BEC0344F-9AE7-4792-8A5D-C60A39D98732}.Release|Mixed Platforms.ActiveCfg = Release|x86
{BEC0344F-9AE7-4792-8A5D-C60A39D98732}.Release|Mixed Platforms.Build.0 = Release|x86
{BEC0344F-9AE7-4792-8A5D-C60A39D98732}.Release|x86.ActiveCfg = Release|x86
{BEC0344F-9AE7-4792-8A5D-C60A39D98732}.Release|x86.Build.0 = Release|x86
{6593C9FB-053E-4292-B267-00FFD99C0278}.Debug|Any CPU.ActiveCfg = Debug|x86
{6593C9FB-053E-4292-B267-00FFD99C0278}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{6593C9FB-053E-4292-B267-00FFD99C0278}.Debug|Mixed Platforms.Build.0 = Debug|x86
{6593C9FB-053E-4292-B267-00FFD99C0278}.Debug|x86.ActiveCfg = Debug|x86
{6593C9FB-053E-4292-B267-00FFD99C0278}.Debug|x86.Build.0 = Debug|x86
{6593C9FB-053E-4292-B267-00FFD99C0278}.Release|Any CPU.ActiveCfg = Release|x86
{6593C9FB-053E-4292-B267-00FFD99C0278}.Release|Mixed Platforms.ActiveCfg = Release|x86
{6593C9FB-053E-4292-B267-00FFD99C0278}.Release|Mixed Platforms.Build.0 = Release|x86
{6593C9FB-053E-4292-B267-00FFD99C0278}.Release|x86.ActiveCfg = Release|x86
{6593C9FB-053E-4292-B267-00FFD99C0278}.Release|x86.Build.0 = Release|x86
{F5BDA737-1EBE-4864-877C-36C5F3295F1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5BDA737-1EBE-4864-877C-36C5F3295F1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5BDA737-1EBE-4864-877C-36C5F3295F1E}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F5BDA737-1EBE-4864-877C-36C5F3295F1E}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F5BDA737-1EBE-4864-877C-36C5F3295F1E}.Debug|x86.ActiveCfg = Debug|Any CPU
{F5BDA737-1EBE-4864-877C-36C5F3295F1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5BDA737-1EBE-4864-877C-36C5F3295F1E}.Release|Any CPU.Build.0 = Release|Any CPU
{F5BDA737-1EBE-4864-877C-36C5F3295F1E}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F5BDA737-1EBE-4864-877C-36C5F3295F1E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F5BDA737-1EBE-4864-877C-36C5F3295F1E}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal