Skip to content

Commit

Permalink
Merge branch 'Unit_Test_Clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateo committed Mar 15, 2019
2 parents eee1677 + 388706a commit ff46b45
Show file tree
Hide file tree
Showing 6 changed files with 720 additions and 21 deletions.
8 changes: 7 additions & 1 deletion ChoPGP.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChoPGP", "ChoPGP\ChoPGP.csp
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChoPGP.Test", "ChoPGP.Test\ChoPGP.Test.csproj", "{FF4ACC4D-6447-4229-9D24-475C2B8E6235}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChoPGP.Core", "ChoPGP.Core\ChoPGP.Core.csproj", "{9A190C26-D375-411F-86B1-F3C34A5A17BF}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChoPGP.Core", "ChoPGP.Core\ChoPGP.Core.csproj", "{9A190C26-D375-411F-86B1-F3C34A5A17BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestProject1", "UnitTestProject1\UnitTestProject1.csproj", "{6D62B548-5F95-40F7-A9C7-1F6187FF0F54}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -27,6 +29,10 @@ Global
{9A190C26-D375-411F-86B1-F3C34A5A17BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A190C26-D375-411F-86B1-F3C34A5A17BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A190C26-D375-411F-86B1-F3C34A5A17BF}.Release|Any CPU.Build.0 = Release|Any CPU
{6D62B548-5F95-40F7-A9C7-1F6187FF0F54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D62B548-5F95-40F7-A9C7-1F6187FF0F54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D62B548-5F95-40F7-A9C7-1F6187FF0F54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D62B548-5F95-40F7-A9C7-1F6187FF0F54}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit ff46b45

Please sign in to comment.