-
Notifications
You must be signed in to change notification settings - Fork 0
/
TaxCalculator.sln
28 lines (28 loc) · 1.79 KB
/
TaxCalculator.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaxCalculator.Tests", "TaxCalculator.Tests\TaxCalculator.Tests.csproj", "{E1241080-FBE6-4AB2-A145-45D7E7BD8D6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaxCalculator.IntegrationTests", "TaxCalculator.IntegrationTests\TaxCalculator.IntegrationTests.csproj", "{C8677AFD-EDB5-4A05-8F07-2DC97AE2CC34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaxCalculator", "TaxCalculator\TaxCalculator.csproj", "{CE1D13F9-F549-433C-876A-0B71D018A574}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1241080-FBE6-4AB2-A145-45D7E7BD8D6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1241080-FBE6-4AB2-A145-45D7E7BD8D6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1241080-FBE6-4AB2-A145-45D7E7BD8D6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1241080-FBE6-4AB2-A145-45D7E7BD8D6E}.Release|Any CPU.Build.0 = Release|Any CPU
{C8677AFD-EDB5-4A05-8F07-2DC97AE2CC34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8677AFD-EDB5-4A05-8F07-2DC97AE2CC34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8677AFD-EDB5-4A05-8F07-2DC97AE2CC34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8677AFD-EDB5-4A05-8F07-2DC97AE2CC34}.Release|Any CPU.Build.0 = Release|Any CPU
{CE1D13F9-F549-433C-876A-0B71D018A574}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE1D13F9-F549-433C-876A-0B71D018A574}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE1D13F9-F549-433C-876A-0B71D018A574}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE1D13F9-F549-433C-876A-0B71D018A574}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal