Skip to content

Commit

Permalink
Add dotnet-svcutil-lib.Tests project and test baseline files. (#4271)
Browse files Browse the repository at this point in the history
* Add dotnet-svcutil-lib.Tests project and test baseline files.

* Reduce commented code; add reverted test in #4290 for MSBuildProjTests.

* Fix test issue when Console.SetOut to StreamWriter.

* Test baseline update, test fix.
  • Loading branch information
imcarolwang committed Aug 11, 2020
1 parent 7021223 commit 4cc1454
Show file tree
Hide file tree
Showing 533 changed files with 121,827 additions and 8 deletions.
18 changes: 10 additions & 8 deletions dotnet-svcutil.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,26 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-svcutil-lib", "src\d
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-svcutil", "src\dotnet-svcutil\src\dotnet-svcutil.csproj", "{E4006BB6-E8C1-44AA-B7BE-16D1CEB05EDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-svcutil-lib.Tests", "src\dotnet-svcutil\lib\tests\src\dotnet-svcutil-lib.Tests.csproj", "{41376AC5-871E-4CAB-BCF9-1D5CD3351A90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4006BB6-E8C1-44AA-B7BE-16D1CEB05EDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4006BB6-E8C1-44AA-B7BE-16D1CEB05EDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4006BB6-E8C1-44AA-B7BE-16D1CEB05EDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4006BB6-E8C1-44AA-B7BE-16D1CEB05EDE}.Release|Any CPU.Build.0 = Release|Any CPU
{C4975980-74BF-4F85-81E4-A45115A28150}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4975980-74BF-4F85-81E4-A45115A28150}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4975980-74BF-4F85-81E4-A45115A28150}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4975980-74BF-4F85-81E4-A45115A28150}.Release|Any CPU.Build.0 = Release|Any CPU
{FE6BA252-6D80-4A08-9DC8-C6E065F320C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE6BA252-6D80-4A08-9DC8-C6E065F320C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE6BA252-6D80-4A08-9DC8-C6E065F320C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE6BA252-6D80-4A08-9DC8-C6E065F320C7}.Release|Any CPU.Build.0 = Release|Any CPU
{E4006BB6-E8C1-44AA-B7BE-16D1CEB05EDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4006BB6-E8C1-44AA-B7BE-16D1CEB05EDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4006BB6-E8C1-44AA-B7BE-16D1CEB05EDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4006BB6-E8C1-44AA-B7BE-16D1CEB05EDE}.Release|Any CPU.Build.0 = Release|Any CPU
{41376AC5-871E-4CAB-BCF9-1D5CD3351A90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41376AC5-871E-4CAB-BCF9-1D5CD3351A90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41376AC5-871E-4CAB-BCF9-1D5CD3351A90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41376AC5-871E-4CAB-BCF9-1D5CD3351A90}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit 4cc1454

Please sign in to comment.