-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestsGenerator.sln
28 lines (28 loc) · 1.8 KB
/
TestsGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestsGenerator.Core", "TestsGenerator.Core\TestsGenerator.Core.csproj", "{F1144F7A-1C87-4133-925D-2C471B2F448F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestsGenerator.DataLayer", "TestsGenerator.DataLayer\TestsGenerator.DataLayer.csproj", "{1BC33F74-A057-43A1-958D-1A2A964E345E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestsGenerator.Models", "TestsGenerator.Models\TestsGenerator.Models.csproj", "{7000FC73-6514-4095-A2BA-67646D2CF12A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1144F7A-1C87-4133-925D-2C471B2F448F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1144F7A-1C87-4133-925D-2C471B2F448F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1144F7A-1C87-4133-925D-2C471B2F448F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1144F7A-1C87-4133-925D-2C471B2F448F}.Release|Any CPU.Build.0 = Release|Any CPU
{1BC33F74-A057-43A1-958D-1A2A964E345E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BC33F74-A057-43A1-958D-1A2A964E345E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BC33F74-A057-43A1-958D-1A2A964E345E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BC33F74-A057-43A1-958D-1A2A964E345E}.Release|Any CPU.Build.0 = Release|Any CPU
{7000FC73-6514-4095-A2BA-67646D2CF12A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7000FC73-6514-4095-A2BA-67646D2CF12A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7000FC73-6514-4095-A2BA-67646D2CF12A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7000FC73-6514-4095-A2BA-67646D2CF12A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal