From 4949a6b8cba83ef8776935c9df6a93f9b0c1fb5b Mon Sep 17 00:00:00 2001
From: Daniel Grunwald <daniel@danielgrunwald.de>
Date: Wed, 29 Jan 2014 17:08:03 +0100
Subject: [PATCH] Fix compiler error due to missing files.

---
 .../ICSharpCode.Reporting.Test.csproj                           | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Test/ICSharpCode.Reporting.Test/ICSharpCode.Reporting.Test.csproj b/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Test/ICSharpCode.Reporting.Test/ICSharpCode.Reporting.Test.csproj
index 33a5ea4823..dd90c264d9 100644
--- a/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Test/ICSharpCode.Reporting.Test/ICSharpCode.Reporting.Test.csproj
+++ b/src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Test/ICSharpCode.Reporting.Test/ICSharpCode.Reporting.Test.csproj
@@ -76,8 +76,6 @@
     <Compile Include="src\Expressions\IntegrationTests\ParametersFixture.cs" />
     <Compile Include="src\Expressions\IronyGeneral.cs" />
     <Compile Include="src\MeasureArrange\ContainerArrangeStrategyFixture.cs" />
-    <Compile Include="src\Model\ReportModelFixture.cs" />
-    <Compile Include="src\Model\ReportSettingsFixture.cs" />
     <Compile Include="src\Model\Report_FromListFixture.cs" />
     <Compile Include="src\Model\Report_TwoItemsFixture.cs" />
     <Compile Include="src\PageBuilder\BaseConvertFixture.cs" />