-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEPAM.PR1_Task1.sln
37 lines (37 loc) · 2.02 KB
/
EPAM.PR1_Task1.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.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EPAM.PR1_Task1", "EPAM.PR1_Task1\EPAM.PR1_Task1.csproj", "{B1AA5282-C70D-4B60-8A13-140F3F6C25CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Matrix", "Matrix\Matrix.csproj", "{03F310D0-1501-4005-AE62-916DE32AFF5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MatrixTests", "MatrixTests\MatrixTests.csproj", "{6B43B8D8-D83E-4F71-A581-5634C24CDD19}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1AA5282-C70D-4B60-8A13-140F3F6C25CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1AA5282-C70D-4B60-8A13-140F3F6C25CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1AA5282-C70D-4B60-8A13-140F3F6C25CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1AA5282-C70D-4B60-8A13-140F3F6C25CE}.Release|Any CPU.Build.0 = Release|Any CPU
{03F310D0-1501-4005-AE62-916DE32AFF5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03F310D0-1501-4005-AE62-916DE32AFF5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03F310D0-1501-4005-AE62-916DE32AFF5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03F310D0-1501-4005-AE62-916DE32AFF5C}.Release|Any CPU.Build.0 = Release|Any CPU
{6B43B8D8-D83E-4F71-A581-5634C24CDD19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B43B8D8-D83E-4F71-A581-5634C24CDD19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B43B8D8-D83E-4F71-A581-5634C24CDD19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B43B8D8-D83E-4F71-A581-5634C24CDD19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {39B4AF18-CC60-45B7-8DC7-D3BD43065076}
EndGlobalSection
EndGlobal