-
Notifications
You must be signed in to change notification settings - Fork 0
/
screen-draw-together.sln
49 lines (49 loc) · 3.16 KB
/
screen-draw-together.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScreenDrawTogether.Prototype", "Prototypes\ScreenDrawTogether.Prototype.csproj", "{272778F6-DF78-4443-8F7C-705B7E0644F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FireSharp.Core", "FireSharp\FireSharp.Core\FireSharp.Core.csproj", "{D170A44E-A802-476C-BF56-D40E415C14B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScreenDrawTogether.Common", "ScreenDrawTogether.Common\ScreenDrawTogether.Common.csproj", "{DB82B88E-B0E3-41DB-8E8E-99D0F705E3F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScreenDrawTogether.Core", "ScreenDrawTogether.Core\ScreenDrawTogether.Core.csproj", "{F62F8D84-51BD-49D7-9121-A52399617203}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenDrawTogether", "ScreenDrawTogether\ScreenDrawTogether.csproj", "{6EAD79BD-2539-4326-940D-A2110509FB33}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{272778F6-DF78-4443-8F7C-705B7E0644F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{272778F6-DF78-4443-8F7C-705B7E0644F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{272778F6-DF78-4443-8F7C-705B7E0644F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{272778F6-DF78-4443-8F7C-705B7E0644F0}.Release|Any CPU.Build.0 = Release|Any CPU
{D170A44E-A802-476C-BF56-D40E415C14B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D170A44E-A802-476C-BF56-D40E415C14B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D170A44E-A802-476C-BF56-D40E415C14B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D170A44E-A802-476C-BF56-D40E415C14B2}.Release|Any CPU.Build.0 = Release|Any CPU
{DB82B88E-B0E3-41DB-8E8E-99D0F705E3F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB82B88E-B0E3-41DB-8E8E-99D0F705E3F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB82B88E-B0E3-41DB-8E8E-99D0F705E3F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB82B88E-B0E3-41DB-8E8E-99D0F705E3F3}.Release|Any CPU.Build.0 = Release|Any CPU
{F62F8D84-51BD-49D7-9121-A52399617203}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F62F8D84-51BD-49D7-9121-A52399617203}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F62F8D84-51BD-49D7-9121-A52399617203}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F62F8D84-51BD-49D7-9121-A52399617203}.Release|Any CPU.Build.0 = Release|Any CPU
{6EAD79BD-2539-4326-940D-A2110509FB33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EAD79BD-2539-4326-940D-A2110509FB33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EAD79BD-2539-4326-940D-A2110509FB33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EAD79BD-2539-4326-940D-A2110509FB33}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5F3FAA5C-A5A3-404F-8CC4-8E5CBC3B29AB}
EndGlobalSection
EndGlobal