-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathShippingEasy.sln
45 lines (45 loc) · 2.38 KB
/
ShippingEasy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShippingEasy.Console", "ShippingEasy.Console\ShippingEasy.Console.csproj", "{4B234C41-3C35-444A-BA0D-B704C15CC1E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShippingEasy", "ShippingEasy\ShippingEasy.csproj", "{1A69F3A7-E03E-47A8-ABBF-4810BC71D14D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{6A257A96-84B4-4947-AC3B-88B70FE65933}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{7460E893-7CF3-4804-8184-76A7EE26776B}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{037586C0-C900-4D7B-BDF3-5604F3A61619}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B234C41-3C35-444A-BA0D-B704C15CC1E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B234C41-3C35-444A-BA0D-B704C15CC1E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B234C41-3C35-444A-BA0D-B704C15CC1E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B234C41-3C35-444A-BA0D-B704C15CC1E1}.Release|Any CPU.Build.0 = Release|Any CPU
{1A69F3A7-E03E-47A8-ABBF-4810BC71D14D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A69F3A7-E03E-47A8-ABBF-4810BC71D14D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A69F3A7-E03E-47A8-ABBF-4810BC71D14D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A69F3A7-E03E-47A8-ABBF-4810BC71D14D}.Release|Any CPU.Build.0 = Release|Any CPU
{6A257A96-84B4-4947-AC3B-88B70FE65933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A257A96-84B4-4947-AC3B-88B70FE65933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A257A96-84B4-4947-AC3B-88B70FE65933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A257A96-84B4-4947-AC3B-88B70FE65933}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal