Skip to content

Commit

Permalink
First drop of code
Browse files Browse the repository at this point in the history
  • Loading branch information
parsley72 committed May 26, 2013
1 parent 75a3c86 commit be46811
Show file tree
Hide file tree
Showing 7 changed files with 2,111 additions and 0 deletions.
45 changes: 45 additions & 0 deletions GoFreeWebSocketTest/WebSocketTest.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebSocketTest", "WebSocketTest\WebSocketTest.csproj", "{3FB9520D-E4D5-4503-B862-EBB7F36C2EAF}"
ProjectSection(ProjectDependencies) = postProject
{B357BAC7-529E-4D81-A0D2-71041B19C8DE} = {B357BAC7-529E-4D81-A0D2-71041B19C8DE}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "websocket-sharp", "..\websocket-sharp\websocket-sharp\websocket-sharp.csproj", "{B357BAC7-529E-4D81-A0D2-71041B19C8DE}"
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
{3FB9520D-E4D5-4503-B862-EBB7F36C2EAF}.Debug|Any CPU.ActiveCfg = Debug|x86
{3FB9520D-E4D5-4503-B862-EBB7F36C2EAF}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{3FB9520D-E4D5-4503-B862-EBB7F36C2EAF}.Debug|Mixed Platforms.Build.0 = Debug|x86
{3FB9520D-E4D5-4503-B862-EBB7F36C2EAF}.Debug|x86.ActiveCfg = Debug|x86
{3FB9520D-E4D5-4503-B862-EBB7F36C2EAF}.Debug|x86.Build.0 = Debug|x86
{3FB9520D-E4D5-4503-B862-EBB7F36C2EAF}.Release|Any CPU.ActiveCfg = Release|x86
{3FB9520D-E4D5-4503-B862-EBB7F36C2EAF}.Release|Mixed Platforms.ActiveCfg = Release|x86
{3FB9520D-E4D5-4503-B862-EBB7F36C2EAF}.Release|Mixed Platforms.Build.0 = Release|x86
{3FB9520D-E4D5-4503-B862-EBB7F36C2EAF}.Release|x86.ActiveCfg = Release|x86
{3FB9520D-E4D5-4503-B862-EBB7F36C2EAF}.Release|x86.Build.0 = Release|x86
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Debug|x86.ActiveCfg = Debug|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release|Any CPU.Build.0 = Release|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{B357BAC7-529E-4D81-A0D2-71041B19C8DE}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit be46811

Please sign in to comment.