-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEReceipt.sln
More file actions
40 lines (40 loc) · 2.39 KB
/
EReceipt.sln
File metadata and controls
40 lines (40 loc) · 2.39 KB
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
39
40
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EReceipt.API", "EReceipt.API\EReceipt.API.csproj", "{384881DF-0309-4FDC-A8DC-EC84D6410153}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EReceipt.Web", "EReceipt.Web\EReceipt.Web.csproj", "{E8829DB3-3CF5-4893-8AF5-E18F90401EA2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EReceipt.DAL", "EReceipts.DAL\EReceipt.DAL.csproj", "{56655F52-1515-4BBE-9FA4-5DF38C9E390C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EReceipt.Models", "EReceipt.Models\EReceipt.Models.csproj", "{B7896911-00C3-4AEF-B6F6-E805E55A1600}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{384881DF-0309-4FDC-A8DC-EC84D6410153}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{384881DF-0309-4FDC-A8DC-EC84D6410153}.Debug|Any CPU.Build.0 = Debug|Any CPU
{384881DF-0309-4FDC-A8DC-EC84D6410153}.Release|Any CPU.ActiveCfg = Release|Any CPU
{384881DF-0309-4FDC-A8DC-EC84D6410153}.Release|Any CPU.Build.0 = Release|Any CPU
{E8829DB3-3CF5-4893-8AF5-E18F90401EA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8829DB3-3CF5-4893-8AF5-E18F90401EA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8829DB3-3CF5-4893-8AF5-E18F90401EA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8829DB3-3CF5-4893-8AF5-E18F90401EA2}.Release|Any CPU.Build.0 = Release|Any CPU
{56655F52-1515-4BBE-9FA4-5DF38C9E390C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56655F52-1515-4BBE-9FA4-5DF38C9E390C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56655F52-1515-4BBE-9FA4-5DF38C9E390C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56655F52-1515-4BBE-9FA4-5DF38C9E390C}.Release|Any CPU.Build.0 = Release|Any CPU
{B7896911-00C3-4AEF-B6F6-E805E55A1600}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7896911-00C3-4AEF-B6F6-E805E55A1600}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7896911-00C3-4AEF-B6F6-E805E55A1600}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7896911-00C3-4AEF-B6F6-E805E55A1600}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal