-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinancialTracker.API.sln
More file actions
22 lines (22 loc) · 1.29 KB
/
FinancialTracker.API.sln
File metadata and controls
22 lines (22 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FinancialTracker", "FinancialTracker\FinancialTracker.csproj", "{BBECDC23-AC86-4437-8F43-FB9221F4724F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FinancialTracker.Tests", "FinancialTracker.Tests\FinancialTracker.Tests.csproj", "{129BAEA0-4BA6-468A-B0F1-ED748AE9D316}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BBECDC23-AC86-4437-8F43-FB9221F4724F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBECDC23-AC86-4437-8F43-FB9221F4724F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBECDC23-AC86-4437-8F43-FB9221F4724F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBECDC23-AC86-4437-8F43-FB9221F4724F}.Release|Any CPU.Build.0 = Release|Any CPU
{129BAEA0-4BA6-468A-B0F1-ED748AE9D316}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{129BAEA0-4BA6-468A-B0F1-ED748AE9D316}.Debug|Any CPU.Build.0 = Debug|Any CPU
{129BAEA0-4BA6-468A-B0F1-ED748AE9D316}.Release|Any CPU.ActiveCfg = Release|Any CPU
{129BAEA0-4BA6-468A-B0F1-ED748AE9D316}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal