This repository was archived by the owner on Oct 16, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
src/AddIns/Misc/Reporting
ICSharpCode.Reporting.Addin
Test/ICSharpCode.Reporting.Test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1313using ICSharpCode . SharpDevelop ;
1414using ICSharpCode . SharpDevelop . Gui ;
1515using ICSharpCode . SharpDevelop . Widgets . SideBar ;
16+ using ICSharpCode . SharpDevelop . Workbench ;
1617using ICSharpCode . Reporting . Addin . DesignableItems ;
1718
1819namespace ICSharpCode . Reporting . Addin . Toolbox
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments