-
Notifications
You must be signed in to change notification settings - Fork 0
/
EngineerTest.sln
27 lines (27 loc) · 1.46 KB
/
EngineerTest.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EngineerTest", "EngineerTest\EngineerTest.csproj", "{6C21831B-64FD-405C-9F55-653274FC5778}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EngineerTestTest", "EngineerTestTest\EngineerTestTest.csproj", "{7376E1A6-A633-419F-A89A-2459E52173ED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{B8D8DAF2-4221-4D1E-8B09-A7966CB8CAD3}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C21831B-64FD-405C-9F55-653274FC5778}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C21831B-64FD-405C-9F55-653274FC5778}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C21831B-64FD-405C-9F55-653274FC5778}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C21831B-64FD-405C-9F55-653274FC5778}.Release|Any CPU.Build.0 = Release|Any CPU
{7376E1A6-A633-419F-A89A-2459E52173ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7376E1A6-A633-419F-A89A-2459E52173ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7376E1A6-A633-419F-A89A-2459E52173ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7376E1A6-A633-419F-A89A-2459E52173ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal