-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathClaytondus.EasyPost.sln
38 lines (38 loc) · 2.09 KB
/
Claytondus.EasyPost.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{554F1973-743F-4218-98B3-9341120A0B72}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EA624C85-46CC-4031-B63E-BF16435E5ACA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E8B4C72C-F898-4238-98D8-D1F7174D49BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Claytondus.EasyPost", "src\Claytondus.EasyPost\Claytondus.EasyPost.csproj", "{E2D74856-6321-4F06-A12E-FB70F1F14208}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Claytondus.EasyPost.Tests", "test\Claytondus.EasyPost.Tests\Claytondus.EasyPost.Tests.csproj", "{EE9151C0-8647-4998-84F9-1FA0FB7AEB09}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2D74856-6321-4F06-A12E-FB70F1F14208}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2D74856-6321-4F06-A12E-FB70F1F14208}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2D74856-6321-4F06-A12E-FB70F1F14208}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2D74856-6321-4F06-A12E-FB70F1F14208}.Release|Any CPU.Build.0 = Release|Any CPU
{EE9151C0-8647-4998-84F9-1FA0FB7AEB09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE9151C0-8647-4998-84F9-1FA0FB7AEB09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE9151C0-8647-4998-84F9-1FA0FB7AEB09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE9151C0-8647-4998-84F9-1FA0FB7AEB09}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E2D74856-6321-4F06-A12E-FB70F1F14208} = {554F1973-743F-4218-98B3-9341120A0B72}
{EE9151C0-8647-4998-84F9-1FA0FB7AEB09} = {E8B4C72C-F898-4238-98D8-D1F7174D49BA}
EndGlobalSection
EndGlobal