Modify ReverseFormatter

Create ReverseFormatterTest.cs
This commit is contained in:
Cristian Trapattoni 2011-02-23 09:41:49 +01:00
parent 833ed18440
commit 77266fa8ab
4 changed files with 317 additions and 1 deletions

View file

@ -61,6 +61,9 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="SgmlReaderDll">
<HintPath>..\References\Lib\MindTouch SGML Reader\SgmlReaderDll.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>