-
Notifications
You must be signed in to change notification settings - Fork 0
/
CertiPay.Taxes.Federal.sln
51 lines (51 loc) · 2.67 KB
/
CertiPay.Taxes.Federal.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D86F8028-EA6D-4827-BD16-9AB85CD6C51F}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{5BB1B9F7-D902-43CC-AF1B-D42D57044664}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Build.ps1 = Build.ps1
LICENSE.md = LICENSE.md
Pack.ps1 = Pack.ps1
README.md = README.md
Test.ps1 = Test.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CertiPay.Taxes.Federal.Tests", "CertiPay.Taxes.Federal.Tests\CertiPay.Taxes.Federal.Tests.csproj", "{99313E4D-0C21-4751-B372-A9622D66D392}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CertiPay.Taxes.Federal", "CertiPay.Taxes.Federal\CertiPay.Taxes.Federal.csproj", "{80BAA84D-8245-4078-8B36-E5DC1EDC5B5F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CertiPay.Taxes.Federal.MSTests", "CertiPay.Taxes.Federal.MSTests\CertiPay.Taxes.Federal.MSTests.csproj", "{C8CEDCE5-151E-4BFA-9DA3-B0FAA6906B9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99313E4D-0C21-4751-B372-A9622D66D392}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99313E4D-0C21-4751-B372-A9622D66D392}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99313E4D-0C21-4751-B372-A9622D66D392}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99313E4D-0C21-4751-B372-A9622D66D392}.Release|Any CPU.Build.0 = Release|Any CPU
{80BAA84D-8245-4078-8B36-E5DC1EDC5B5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80BAA84D-8245-4078-8B36-E5DC1EDC5B5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80BAA84D-8245-4078-8B36-E5DC1EDC5B5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80BAA84D-8245-4078-8B36-E5DC1EDC5B5F}.Release|Any CPU.Build.0 = Release|Any CPU
{C8CEDCE5-151E-4BFA-9DA3-B0FAA6906B9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8CEDCE5-151E-4BFA-9DA3-B0FAA6906B9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8CEDCE5-151E-4BFA-9DA3-B0FAA6906B9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8CEDCE5-151E-4BFA-9DA3-B0FAA6906B9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal