-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDebtRefresh.sln
37 lines (37 loc) · 2.08 KB
/
DebtRefresh.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 Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DebtRefresh.Domain", "DebtRefresh.Domain\DebtRefresh.Domain.csproj", "{7D2ECEDB-04E8-44C2-8175-7BCAECB28E79}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DebtRefresh.Tests", "DebtRefresh.Tests\DebtRefresh.Tests.csproj", "{E9E8A5F8-E851-475F-9626-984BB5114197}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DebtRefresh.WebUI", "DebtRefresh.WebUI\DebtRefresh.WebUI.csproj", "{23FE3A59-9BEB-43E2-BF87-92F46171405D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D2ECEDB-04E8-44C2-8175-7BCAECB28E79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D2ECEDB-04E8-44C2-8175-7BCAECB28E79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D2ECEDB-04E8-44C2-8175-7BCAECB28E79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D2ECEDB-04E8-44C2-8175-7BCAECB28E79}.Release|Any CPU.Build.0 = Release|Any CPU
{E9E8A5F8-E851-475F-9626-984BB5114197}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9E8A5F8-E851-475F-9626-984BB5114197}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9E8A5F8-E851-475F-9626-984BB5114197}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9E8A5F8-E851-475F-9626-984BB5114197}.Release|Any CPU.Build.0 = Release|Any CPU
{23FE3A59-9BEB-43E2-BF87-92F46171405D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23FE3A59-9BEB-43E2-BF87-92F46171405D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23FE3A59-9BEB-43E2-BF87-92F46171405D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23FE3A59-9BEB-43E2-BF87-92F46171405D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A61484F-8466-4C53-877E-A69C44205C6B}
EndGlobalSection
EndGlobal