Browse Source

Remove 'Irony' from Projects, set reference to Libraries/Irony.dll

pull/15/head^2
peterforstmeier 15 years ago
parent
commit
21e807ce49
  1. 557
      SharpDevelop.Tests.sln
  2. 7
      src/AddIns/Misc/Reports/ICSharpCode.Reports.Core/ICSharpCode.Reports.Core.csproj
  3. 7
      src/AddIns/Misc/Reports/ICSharpCode.Reports.Core/Test/ICSharpCode.Reports.Core.Test/ICSharpCode.Reports.Core.Test.csproj
  4. BIN
      src/AddIns/Misc/Reports/Libraries/Irony.dll

557
SharpDevelop.Tests.sln

File diff suppressed because it is too large Load Diff

7
src/AddIns/Misc/Reports/ICSharpCode.Reports.Core/ICSharpCode.Reports.Core.csproj

@ -53,6 +53,9 @@ @@ -53,6 +53,9 @@
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
</PropertyGroup>
<ItemGroup>
<Reference Include="Irony">
<HintPath>..\Libraries\Irony.dll</HintPath>
</Reference>
<Reference Include="itextsharp">
<HintPath>..\Libraries\itextsharp.dll</HintPath>
</Reference>
@ -387,10 +390,6 @@ @@ -387,10 +390,6 @@
<Folder Include="Project\Exporter\ExportColumns" />
<Folder Include="Project\ReportViewer" />
<Folder Include="Project\ReportViewer\Resources" />
<ProjectReference Include="..\Irony\Irony.csproj">
<Project>{D81F5C91-D7DB-46E5-BC99-49488FB6814C}</Project>
<Name>Irony</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project>

7
src/AddIns/Misc/Reports/ICSharpCode.Reports.Core/Test/ICSharpCode.Reports.Core.Test/ICSharpCode.Reports.Core.Test.csproj

@ -40,6 +40,9 @@ @@ -40,6 +40,9 @@
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Reference Include="Irony">
<HintPath>..\..\..\Libraries\Irony.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\..\..\..\..\..\Tools\NUnit\nunit.framework.dll</HintPath>
</Reference>
@ -108,10 +111,6 @@ @@ -108,10 +111,6 @@
<EmbeddedResource Include="Resources\ArtikelSchema_Data.xsd" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Irony\Irony.csproj">
<Project>{D81F5C91-D7DB-46E5-BC99-49488FB6814C}</Project>
<Name>Irony</Name>
</ProjectReference>
<ProjectReference Include="..\..\ICSharpCode.Reports.Core.csproj">
<Project>{4B2239FF-8FD6-431D-9D22-1B8049BA6917}</Project>
<Name>ICSharpCode.Reports.Core</Name>

BIN
src/AddIns/Misc/Reports/Libraries/Irony.dll

Binary file not shown.
Loading…
Cancel
Save