This repository has been archived by the owner on May 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLab6.sln
43 lines (43 loc) · 2.47 KB
/
Lab6.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FigureLab", "FigureLab\FigureLab.csproj", "{55E0DB31-D7C3-42F3-8F82-BE56AF85561E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlackBox", "BlackBox\BlackBox.csproj", "{92EE4580-E0A3-4EC3-8E9F-9B5EB752891D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WhiteBox", "WhiteBox\WhiteBox.csproj", "{96E1FBD2-3976-4CDD-8D26-BEE32BDCDC1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShadowLab", "ShadowLab\ShadowLab.csproj", "{901870F8-9063-4090-B131-C6CAC3D9D2C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55E0DB31-D7C3-42F3-8F82-BE56AF85561E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55E0DB31-D7C3-42F3-8F82-BE56AF85561E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55E0DB31-D7C3-42F3-8F82-BE56AF85561E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55E0DB31-D7C3-42F3-8F82-BE56AF85561E}.Release|Any CPU.Build.0 = Release|Any CPU
{92EE4580-E0A3-4EC3-8E9F-9B5EB752891D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92EE4580-E0A3-4EC3-8E9F-9B5EB752891D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92EE4580-E0A3-4EC3-8E9F-9B5EB752891D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92EE4580-E0A3-4EC3-8E9F-9B5EB752891D}.Release|Any CPU.Build.0 = Release|Any CPU
{96E1FBD2-3976-4CDD-8D26-BEE32BDCDC1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96E1FBD2-3976-4CDD-8D26-BEE32BDCDC1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96E1FBD2-3976-4CDD-8D26-BEE32BDCDC1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96E1FBD2-3976-4CDD-8D26-BEE32BDCDC1A}.Release|Any CPU.Build.0 = Release|Any CPU
{901870F8-9063-4090-B131-C6CAC3D9D2C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{901870F8-9063-4090-B131-C6CAC3D9D2C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{901870F8-9063-4090-B131-C6CAC3D9D2C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{901870F8-9063-4090-B131-C6CAC3D9D2C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DAA5094C-F86A-45BA-9A3F-63CA4A172668}
EndGlobalSection
EndGlobal