-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDraw.IO.sln
More file actions
49 lines (49 loc) · 2.95 KB
/
Draw.IO.sln
File metadata and controls
49 lines (49 loc) · 2.95 KB
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 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Drawboard", "Drawboard\Drawboard.csproj", "{D08A6D14-5257-47C7-8E49-A43683693571}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RectangleTool", "RectangleTool\RectangleTool.csproj", "{B7A75F04-EFF2-4AC6-AA27-3EDD3CC6B52C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PenTool", "PenTool\PenTool.csproj", "{EE474200-2016-4E6D-867E-86C27DE35BC7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LineTool", "LineTool\LineTool.csproj", "{0C618764-6FDE-48E3-8548-6EE9AD05BDCC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EllipseTool", "EllipseTool\EllipseTool.csproj", "{7BB597FD-A0B0-4541-9EE9-131872D1C8E9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D08A6D14-5257-47C7-8E49-A43683693571}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D08A6D14-5257-47C7-8E49-A43683693571}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D08A6D14-5257-47C7-8E49-A43683693571}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D08A6D14-5257-47C7-8E49-A43683693571}.Release|Any CPU.Build.0 = Release|Any CPU
{B7A75F04-EFF2-4AC6-AA27-3EDD3CC6B52C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7A75F04-EFF2-4AC6-AA27-3EDD3CC6B52C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7A75F04-EFF2-4AC6-AA27-3EDD3CC6B52C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7A75F04-EFF2-4AC6-AA27-3EDD3CC6B52C}.Release|Any CPU.Build.0 = Release|Any CPU
{EE474200-2016-4E6D-867E-86C27DE35BC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE474200-2016-4E6D-867E-86C27DE35BC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE474200-2016-4E6D-867E-86C27DE35BC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE474200-2016-4E6D-867E-86C27DE35BC7}.Release|Any CPU.Build.0 = Release|Any CPU
{0C618764-6FDE-48E3-8548-6EE9AD05BDCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C618764-6FDE-48E3-8548-6EE9AD05BDCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C618764-6FDE-48E3-8548-6EE9AD05BDCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C618764-6FDE-48E3-8548-6EE9AD05BDCC}.Release|Any CPU.Build.0 = Release|Any CPU
{7BB597FD-A0B0-4541-9EE9-131872D1C8E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BB597FD-A0B0-4541-9EE9-131872D1C8E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BB597FD-A0B0-4541-9EE9-131872D1C8E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BB597FD-A0B0-4541-9EE9-131872D1C8E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {81FDBA47-9F83-4142-BF4B-402B5BC12B02}
EndGlobalSection
EndGlobal