Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit d587e42

Browse files
committed
ICSharpCode.Reporting: set local copy=false
1 parent 79b3217 commit d587e42

4 files changed

Lines changed: 9 additions & 6 deletions

File tree

src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/ICSharpCode.Reporting.Addin.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,12 @@
157157
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj">
158158
<Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project>
159159
<Name>ICSharpCode.Core.WinForms</Name>
160+
<Private>False</Private>
160161
</ProjectReference>
161162
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Widgets\Project\ICSharpCode.SharpDevelop.Widgets.csproj">
162163
<Project>{8035765F-D51F-4A0C-A746-2FD100E19419}</Project>
163164
<Name>ICSharpCode.SharpDevelop.Widgets</Name>
165+
<Private>False</Private>
164166
</ProjectReference>
165167
<ProjectReference Include="..\ICSharpCode.Reporting\ICSharpCode.Reporting.csproj">
166168
<Project>{40CA84D4-ACFC-4646-9CDD-B87262D34093}</Project>

src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/src/Toolbox/ToolboxProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
using ICSharpCode.SharpDevelop;
1414
using ICSharpCode.SharpDevelop.Gui;
1515
using ICSharpCode.SharpDevelop.Widgets.SideBar;
16+
using ICSharpCode.SharpDevelop.Workbench;
1617
using ICSharpCode.Reporting.Addin.DesignableItems;
1718

1819
namespace ICSharpCode.Reporting.Addin.Toolbox

src/AddIns/Misc/Reporting/ICSharpCode.Reporting/ICSharpCode.Reporting.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,11 @@
226226
<Page Include="Src\Wpf\WpfReportViewer\WpfReportViewer.xaml" />
227227
</ItemGroup>
228228
<ItemGroup>
229-
<ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj">
230-
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project>
231-
<Name>ICSharpCode.SharpDevelop</Name>
229+
<ProjectReference Include="..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj">
230+
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project>
231+
<Name>ICSharpCode.Core</Name>
232+
<Private>False</Private>
233+
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
232234
</ProjectReference>
233235
</ItemGroup>
234236
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

src/AddIns/Misc/Reporting/ICSharpCode.Reporting/Test/ICSharpCode.Reporting.Test/ICSharpCode.Reporting.Test.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,16 @@
1717
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
1818
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
1919
<WarningLevel>4</WarningLevel>
20+
<OutputPath>..\..\..\..\..\..\..\bin\UnitTests\</OutputPath>
2021
</PropertyGroup>
2122
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
2223
<PlatformTarget>AnyCPU</PlatformTarget>
2324
<BaseAddress>4194304</BaseAddress>
24-
<Prefer32Bit>False</Prefer32Bit>
2525
<RegisterForComInterop>False</RegisterForComInterop>
2626
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
2727
<FileAlignment>4096</FileAlignment>
2828
</PropertyGroup>
2929
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
30-
<OutputPath>..\..\..\..\..\..\..\bin\UnitTests\</OutputPath>
3130
<DebugSymbols>True</DebugSymbols>
3231
<DebugType>Full</DebugType>
3332
<Optimize>False</Optimize>
@@ -36,7 +35,6 @@
3635
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
3736
</PropertyGroup>
3837
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
39-
<OutputPath>bin\Release\</OutputPath>
4038
<DebugSymbols>False</DebugSymbols>
4139
<DebugType>None</DebugType>
4240
<Optimize>True</Optimize>

0 commit comments

Comments
 (0)