forked from rahulsahay19/ExpenseReview-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExpenseReview-ASPNET.sln
37 lines (37 loc) · 2.12 KB
/
ExpenseReview-ASPNET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpenseReview-ASPNET", "ExpenseReview-ASPNET\ExpenseReview-ASPNET.csproj", "{FE9944C2-8987-4722-95D2-02FD8C165EB3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpenseReview.Models", "ExpenseReview.Models\ExpenseReview.Models.csproj", "{16FD7170-96B5-4FC4-B4E6-C4E3F89891C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExpenseReview.Data.Contracts", "ExpenseReview.Data.Contracts\ExpenseReview.Data.Contracts.csproj", "{7F06EB83-F70E-4DE7-B46A-B1A3BFBC727A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE9944C2-8987-4722-95D2-02FD8C165EB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE9944C2-8987-4722-95D2-02FD8C165EB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE9944C2-8987-4722-95D2-02FD8C165EB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE9944C2-8987-4722-95D2-02FD8C165EB3}.Release|Any CPU.Build.0 = Release|Any CPU
{16FD7170-96B5-4FC4-B4E6-C4E3F89891C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16FD7170-96B5-4FC4-B4E6-C4E3F89891C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16FD7170-96B5-4FC4-B4E6-C4E3F89891C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16FD7170-96B5-4FC4-B4E6-C4E3F89891C0}.Release|Any CPU.Build.0 = Release|Any CPU
{7F06EB83-F70E-4DE7-B46A-B1A3BFBC727A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F06EB83-F70E-4DE7-B46A-B1A3BFBC727A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F06EB83-F70E-4DE7-B46A-B1A3BFBC727A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F06EB83-F70E-4DE7-B46A-B1A3BFBC727A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {790512C5-1400-4EEE-8503-E08599C5D94C}
EndGlobalSection
EndGlobal