-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathALG.sln
38 lines (38 loc) · 2.2 KB
/
ALG.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 Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ALG.Data", "ALG.Data\ALG.Data.csproj", "{50B21A00-A6BC-4966-9354-080ECD64D180}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ALG.Test", "ALG.Test\ALG.Test.csproj", "{4F1E3087-8FE7-46DE-A9E7-09732F54BE7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ALG.Web", "ALG.Web\ALG.Web.csproj", "{5CFC92E6-7DB4-4A62-85A3-73A463CD9A40}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E34827EB-A1A5-476E-B820-157750345F76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E34827EB-A1A5-476E-B820-157750345F76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E34827EB-A1A5-476E-B820-157750345F76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E34827EB-A1A5-476E-B820-157750345F76}.Release|Any CPU.Build.0 = Release|Any CPU
{50B21A00-A6BC-4966-9354-080ECD64D180}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50B21A00-A6BC-4966-9354-080ECD64D180}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50B21A00-A6BC-4966-9354-080ECD64D180}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50B21A00-A6BC-4966-9354-080ECD64D180}.Release|Any CPU.Build.0 = Release|Any CPU
{4F1E3087-8FE7-46DE-A9E7-09732F54BE7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F1E3087-8FE7-46DE-A9E7-09732F54BE7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F1E3087-8FE7-46DE-A9E7-09732F54BE7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F1E3087-8FE7-46DE-A9E7-09732F54BE7F}.Release|Any CPU.Build.0 = Release|Any CPU
{5CFC92E6-7DB4-4A62-85A3-73A463CD9A40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CFC92E6-7DB4-4A62-85A3-73A463CD9A40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CFC92E6-7DB4-4A62-85A3-73A463CD9A40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CFC92E6-7DB4-4A62-85A3-73A463CD9A40}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal