Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Adding shippo testing project to solution
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasamaral committed Oct 11, 2018
1 parent 38d1b8e commit 0fc1c35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Shippo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shippo", "Shippo\Shippo.csp
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShippoExample", "ShippoExample\ShippoExample.csproj", "{7712EC9C-2581-49EE-8B61-745843F2CD6F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShippoTesting", "ShippoTesting\ShippoTesting.csproj", "{4AF39DE0-2FA9-43D1-9254-CF8546FF22C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -21,6 +23,10 @@ Global
{7712EC9C-2581-49EE-8B61-745843F2CD6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7712EC9C-2581-49EE-8B61-745843F2CD6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7712EC9C-2581-49EE-8B61-745843F2CD6F}.Release|Any CPU.Build.0 = Release|Any CPU
{4AF39DE0-2FA9-43D1-9254-CF8546FF22C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AF39DE0-2FA9-43D1-9254-CF8546FF22C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AF39DE0-2FA9-43D1-9254-CF8546FF22C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AF39DE0-2FA9-43D1-9254-CF8546FF22C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 0fc1c35

Please sign in to comment.