forked from benmorris44/easypost-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
easypost-dotnet.sln
33 lines (33 loc) · 1.71 KB
/
easypost-dotnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyPost.Api", "EasyPost.Api\EasyPost.Api.csproj", "{A6947B9D-D1B2-4F9D-A7B3-05731E76A547}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyPost.Api.Tests", "EasyPost.Api.Tests\EasyPost.Api.Tests.csproj", "{CF990656-CDD3-4E47-8658-B4F813641C44}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CE182A7C-8A63-439D-A2C0-BC24C556F2A9}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6947B9D-D1B2-4F9D-A7B3-05731E76A547}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6947B9D-D1B2-4F9D-A7B3-05731E76A547}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6947B9D-D1B2-4F9D-A7B3-05731E76A547}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6947B9D-D1B2-4F9D-A7B3-05731E76A547}.Release|Any CPU.Build.0 = Release|Any CPU
{CF990656-CDD3-4E47-8658-B4F813641C44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF990656-CDD3-4E47-8658-B4F813641C44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF990656-CDD3-4E47-8658-B4F813641C44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF990656-CDD3-4E47-8658-B4F813641C44}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal