This repository was archived by the owner on Aug 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOpenPlayerIO.sln
37 lines (37 loc) · 2.2 KB
/
OpenPlayerIO.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenPlayerIO.PlayerIOServer", "OpenPlayerIO.PlayerIOServer\OpenPlayerIO.PlayerIOServer.csproj", "{C79F3527-45B7-4BF0-AF16-CFAB251D88BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenPlayerIO.MessageLibrary", "OpenPlayerIO.MessageLibrary\OpenPlayerIO.MessageLibrary.csproj", "{E019CAE1-8815-4740-A36A-667D806D2002}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenPlayerIO.PlayerIOServer.ExampleGame", "OpenPlayerIO.PlayerIOServer.ExampleGame\OpenPlayerIO.PlayerIOServer.ExampleGame.csproj", "{ED6428AE-D40C-47CF-B40D-E0D8A30227F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C79F3527-45B7-4BF0-AF16-CFAB251D88BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C79F3527-45B7-4BF0-AF16-CFAB251D88BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C79F3527-45B7-4BF0-AF16-CFAB251D88BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C79F3527-45B7-4BF0-AF16-CFAB251D88BB}.Release|Any CPU.Build.0 = Release|Any CPU
{E019CAE1-8815-4740-A36A-667D806D2002}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E019CAE1-8815-4740-A36A-667D806D2002}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E019CAE1-8815-4740-A36A-667D806D2002}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E019CAE1-8815-4740-A36A-667D806D2002}.Release|Any CPU.Build.0 = Release|Any CPU
{ED6428AE-D40C-47CF-B40D-E0D8A30227F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED6428AE-D40C-47CF-B40D-E0D8A30227F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED6428AE-D40C-47CF-B40D-E0D8A30227F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED6428AE-D40C-47CF-B40D-E0D8A30227F2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A7D6B059-F3F6-4344-BE77-2644A2C14748}
EndGlobalSection
EndGlobal