Skip to content

Commit 8d8d759

Browse files
author
luke-browning
committed
Initial version.
1 parent f4c8764 commit 8d8d759

File tree

4 files changed

+652
-14
lines changed

4 files changed

+652
-14
lines changed

NUnit HTML Report Generator/NUnit HTML Report Generator.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>Exe</OutputType>
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>Jatech.NUnit</RootNamespace>
11-
<AssemblyName>NUnit HTML Report Generator</AssemblyName>
11+
<AssemblyName>NUnitHTMLReportGenerator</AssemblyName>
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>
@@ -34,6 +34,7 @@
3434
<ItemGroup>
3535
<Reference Include="System" />
3636
<Reference Include="System.Core" />
37+
<Reference Include="System.Web" />
3738
<Reference Include="System.Xml.Linq" />
3839
<Reference Include="System.Data.DataSetExtensions" />
3940
<Reference Include="Microsoft.CSharp" />
@@ -52,15 +53,17 @@
5253
<ItemGroup>
5354
<None Include="App.config" />
5455
</ItemGroup>
56+
<ItemGroup>
57+
<Content Include="ExampleResults.xml">
58+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
59+
</Content>
60+
</ItemGroup>
5561
<ItemGroup>
5662
<EmbeddedResource Include="Properties\Resources.resx">
5763
<Generator>ResXFileCodeGenerator</Generator>
5864
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
5965
</EmbeddedResource>
6066
</ItemGroup>
61-
<ItemGroup>
62-
<Content Include="ExampleResults.xml" />
63-
</ItemGroup>
6467
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6568
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6669
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)