-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAlphaElectric.sln
34 lines (34 loc) · 1.93 KB
/
AlphaElectric.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.25920.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlphaElectric", "AlphaElectric\AlphaElectric.csproj", "{D26CE9A1-91F8-4C27-9A05-413928854583}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlphaElectric_DataAccessLayer", "AlphaElectric_DataAccessLayer\AlphaElectric_DataAccessLayer.csproj", "{B58C37D6-206F-44CE-BE7A-F3112427FB89}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AppVeyor|Any CPU = AppVeyor|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D26CE9A1-91F8-4C27-9A05-413928854583}.AppVeyor|Any CPU.ActiveCfg = Release|Any CPU
{D26CE9A1-91F8-4C27-9A05-413928854583}.AppVeyor|Any CPU.Build.0 = Release|Any CPU
{D26CE9A1-91F8-4C27-9A05-413928854583}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D26CE9A1-91F8-4C27-9A05-413928854583}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D26CE9A1-91F8-4C27-9A05-413928854583}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{D26CE9A1-91F8-4C27-9A05-413928854583}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D26CE9A1-91F8-4C27-9A05-413928854583}.Release|Any CPU.Build.0 = Release|Any CPU
{B58C37D6-206F-44CE-BE7A-F3112427FB89}.AppVeyor|Any CPU.ActiveCfg = Release|Any CPU
{B58C37D6-206F-44CE-BE7A-F3112427FB89}.AppVeyor|Any CPU.Build.0 = Release|Any CPU
{B58C37D6-206F-44CE-BE7A-F3112427FB89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B58C37D6-206F-44CE-BE7A-F3112427FB89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B58C37D6-206F-44CE-BE7A-F3112427FB89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B58C37D6-206F-44CE-BE7A-F3112427FB89}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal