-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathComputerGraphics.sln
More file actions
37 lines (37 loc) · 2.19 KB
/
ComputerGraphics.sln
File metadata and controls
37 lines (37 loc) · 2.19 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputerGraphics.PresentationLayer", "ComputerGraphics\ComputerGraphics.PresentationLayer.csproj", "{640BEA2F-DA04-404A-A4F4-FFC3C475A180}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputerGraphics.ImageProcessing", "ComputerGraphics.ImageProcessing\ComputerGraphics.ImageProcessing.csproj", "{26E6DE8D-9AEB-469A-994E-E1BABBAC5261}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputerGraphics.ObjectCreation", "ComputerGraphics.ObjectCreation\ComputerGraphics.ObjectCreation.csproj", "{1652429C-AC0C-414F-848E-2E9DC898E5EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{640BEA2F-DA04-404A-A4F4-FFC3C475A180}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{640BEA2F-DA04-404A-A4F4-FFC3C475A180}.Debug|Any CPU.Build.0 = Debug|Any CPU
{640BEA2F-DA04-404A-A4F4-FFC3C475A180}.Release|Any CPU.ActiveCfg = Release|Any CPU
{640BEA2F-DA04-404A-A4F4-FFC3C475A180}.Release|Any CPU.Build.0 = Release|Any CPU
{26E6DE8D-9AEB-469A-994E-E1BABBAC5261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26E6DE8D-9AEB-469A-994E-E1BABBAC5261}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26E6DE8D-9AEB-469A-994E-E1BABBAC5261}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26E6DE8D-9AEB-469A-994E-E1BABBAC5261}.Release|Any CPU.Build.0 = Release|Any CPU
{1652429C-AC0C-414F-848E-2E9DC898E5EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1652429C-AC0C-414F-848E-2E9DC898E5EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1652429C-AC0C-414F-848E-2E9DC898E5EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1652429C-AC0C-414F-848E-2E9DC898E5EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {47CF10AF-C0CA-4724-9421-5D88A5FD6E70}
EndGlobalSection
EndGlobal