-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBYZ.sln
38 lines (38 loc) · 2.24 KB
/
BYZ.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BYZ", "BYZ\BYZ.csproj", "{F714BC3C-144E-4ED4-A71D-A004961B54F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BYZ.Data", "BYZ.Data\BYZ.Data.csproj", "{70465E88-B995-4607-B38E-AF03B45ADF50}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BYZ.Tests", "BYZ.Tests\BYZ.Tests.csproj", "{AA2AF166-64A4-4A8C-9F68-5C9576AC5C45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BYZ.Core", "BYZ.Core\BYZ.Core.csproj", "{E10826CC-38B8-4C14-A9F7-B042A5283053}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F714BC3C-144E-4ED4-A71D-A004961B54F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F714BC3C-144E-4ED4-A71D-A004961B54F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F714BC3C-144E-4ED4-A71D-A004961B54F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F714BC3C-144E-4ED4-A71D-A004961B54F4}.Release|Any CPU.Build.0 = Release|Any CPU
{70465E88-B995-4607-B38E-AF03B45ADF50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70465E88-B995-4607-B38E-AF03B45ADF50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70465E88-B995-4607-B38E-AF03B45ADF50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70465E88-B995-4607-B38E-AF03B45ADF50}.Release|Any CPU.Build.0 = Release|Any CPU
{AA2AF166-64A4-4A8C-9F68-5C9576AC5C45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA2AF166-64A4-4A8C-9F68-5C9576AC5C45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA2AF166-64A4-4A8C-9F68-5C9576AC5C45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA2AF166-64A4-4A8C-9F68-5C9576AC5C45}.Release|Any CPU.Build.0 = Release|Any CPU
{E10826CC-38B8-4C14-A9F7-B042A5283053}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E10826CC-38B8-4C14-A9F7-B042A5283053}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E10826CC-38B8-4C14-A9F7-B042A5283053}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E10826CC-38B8-4C14-A9F7-B042A5283053}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal