forked from jerbri/CertiPay.Taxes.State
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CertiPay.Taxes.State.sln
47 lines (47 loc) · 2.19 KB
/
CertiPay.Taxes.State.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{3B0ED9CE-71BB-4703-AE5B-719D8D52540B}"
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", "{DE30F86C-A1E4-4961-9090-FD7465F8C1B0}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
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.State.Tests", "CertiPay.Taxes.State.Tests\CertiPay.Taxes.State.Tests.csproj", "{99313E4D-0C21-4751-B372-A9622D66D392}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CertiPay.Taxes.State", "CertiPay.Taxes.State\CertiPay.Taxes.State.csproj", "{80BAA84D-8245-4078-8B36-E5DC1EDC5B5F}"
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal