Skip to content

Commit

Permalink
Change tab text from "WCF Binary XML" to "WCF Binary"
Browse files Browse the repository at this point in the history
Remove test proj due to VS2010 Pro requirement
  • Loading branch information
waf committed Sep 3, 2011
1 parent 8916a59 commit 7e48ac3
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 216 deletions.
21 changes: 4 additions & 17 deletions BinaryMessageFiddlerExtension.sln
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BinaryMessageFiddlerExtension", "BinaryMessageFiddlerExtension\BinaryMessageFiddlerExtension.csproj", "{F6AD8210-981D-42D9-B8FA-0970FD41DBE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{FCF8B7A4-B638-4BA0-B6A0-5BBE454B3FBA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5D430BF3-2F46-40FC-B10B-0726BC8517F6}"
ProjectSection(SolutionItems) = preProject
BinaryMessageFiddlerExtension.vsmdi = BinaryMessageFiddlerExtension.vsmdi
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = BinaryMessageFiddlerExtension.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Expand All @@ -25,12 +13,11 @@ Global
{F6AD8210-981D-42D9-B8FA-0970FD41DBE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6AD8210-981D-42D9-B8FA-0970FD41DBE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6AD8210-981D-42D9-B8FA-0970FD41DBE5}.Release|Any CPU.Build.0 = Release|Any CPU
{FCF8B7A4-B638-4BA0-B6A0-5BBE454B3FBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCF8B7A4-B638-4BA0-B6A0-5BBE454B3FBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCF8B7A4-B638-4BA0-B6A0-5BBE454B3FBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCF8B7A4-B638-4BA0-B6A0-5BBE454B3FBA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = BinaryMessageFiddlerExtension.vsmdi
EndGlobalSection
EndGlobal
6 changes: 0 additions & 6 deletions BinaryMessageFiddlerExtension.vsmdi

This file was deleted.

4 changes: 2 additions & 2 deletions BinaryMessageFiddlerExtension/BinaryRequestInspector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ public class BinaryRequestInspector : Inspector2, IRequestInspector2
private bool isReadOnly;
private XmlTreeView viewControl; // read-only tree view of xml
private TextBox editControl; // writeable text area of xml

private byte[] binaryContent;

private static Logger log = new Logger(true);

public override void AddToTab(TabPage o)
{
o.Text = "WCF Binary XML";
o.Text = "WCF Binary";

isReadOnly = true;

Expand Down
2 changes: 1 addition & 1 deletion BinaryMessageFiddlerExtension/BinaryResponseInspector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class BinaryResponseInspector : Inspector2, IResponseInspector2

public override void AddToTab(TabPage o)
{
o.Text = "WCF Binary XML";
o.Text = "WCF Binary";

viewControl = new XmlTreeView();
viewControl.BackColor = CONFIG.colorDisabledEdit;
Expand Down
Binary file not shown.
10 changes: 0 additions & 10 deletions Local.testsettings

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a modification of the [WCF Binary Message Inspector](http://archive.msdn
Installation
------------

Copy the file `BinaryMessageFiddlerExtension/bin/Release/BinaryMessageFiddlerExtension.dll` into `C:\Program Files\Fiddler2\Inspectors` and restart Fiddler. The inspector is titled "WCF Binary XML."
Copy the file `BinaryMessageFiddlerExtension/bin/Release/BinaryMessageFiddlerExtension.dll` into `C:\Program Files\Fiddler2\Inspectors` and restart Fiddler. The inspector is titled "WCF Binary"

Tree View Usage
---------------
Expand Down
9 changes: 0 additions & 9 deletions TraceAndTestImpact.testsettings

This file was deleted.

35 changes: 0 additions & 35 deletions UnitTests/Properties/AssemblyInfo.cs

This file was deleted.

66 changes: 0 additions & 66 deletions UnitTests/TestRawBinaryInspector.cs

This file was deleted.

69 changes: 0 additions & 69 deletions UnitTests/UnitTests.csproj

This file was deleted.

0 comments on commit 7e48ac3

Please sign in to comment.