12345678910111213141516171819202122232425262728293031323334353637 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.30717.126
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KcpServerTest", "KcpServerTest\KcpServerTest.csproj", "{D98A6983-F6C1-4702-ADDD-B2DF8857D5E0}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KcpClientTest", "KcpClientTest\KcpClientTest.csproj", "{917253A8-6E16-4519-B7CF-24CDFDB315EA}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KcpNet", "KcpNet\KcpNet.csproj", "{2E76987D-5FA4-4A20-BBB4-9F4F537D1446}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D98A6983-F6C1-4702-ADDD-B2DF8857D5E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D98A6983-F6C1-4702-ADDD-B2DF8857D5E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D98A6983-F6C1-4702-ADDD-B2DF8857D5E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D98A6983-F6C1-4702-ADDD-B2DF8857D5E0}.Release|Any CPU.Build.0 = Release|Any CPU
- {917253A8-6E16-4519-B7CF-24CDFDB315EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {917253A8-6E16-4519-B7CF-24CDFDB315EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {917253A8-6E16-4519-B7CF-24CDFDB315EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {917253A8-6E16-4519-B7CF-24CDFDB315EA}.Release|Any CPU.Build.0 = Release|Any CPU
- {2E76987D-5FA4-4A20-BBB4-9F4F537D1446}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {2E76987D-5FA4-4A20-BBB4-9F4F537D1446}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {2E76987D-5FA4-4A20-BBB4-9F4F537D1446}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {2E76987D-5FA4-4A20-BBB4-9F4F537D1446}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {71EEDF95-B3B9-4C99-A2D7-B4E95D2C6635}
- EndGlobalSection
- EndGlobal
|