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

Commit f2265bd

Browse files
committed
SDR: Fix output path in release configuration
1 parent c1c4227 commit f2265bd

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<WarningLevel>4</WarningLevel>
1818
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1919
<TargetFrameworkProfile />
20+
<OutputPath>..\..\..\..\..\AddIns\Misc\SharpDevelopReporting\</OutputPath>
2021
</PropertyGroup>
2122
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
2223
<PlatformTarget>x86</PlatformTarget>
@@ -26,7 +27,6 @@
2627
<FileAlignment>4096</FileAlignment>
2728
</PropertyGroup>
2829
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
29-
<OutputPath>..\..\..\..\..\AddIns\Misc\SharpDevelopReporting\</OutputPath>
3030
<DebugSymbols>True</DebugSymbols>
3131
<DebugType>Full</DebugType>
3232
<Optimize>False</Optimize>
@@ -35,7 +35,6 @@
3535
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
3636
</PropertyGroup>
3737
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
38-
<OutputPath>bin\Release\</OutputPath>
3938
<DebugSymbols>False</DebugSymbols>
4039
<DebugType>None</DebugType>
4140
<Optimize>True</Optimize>

src/AddIns/Misc/Reporting/ICSharpCode.Reporting/ICSharpCode.Reporting.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>..\..\..\..\..\AddIns\Misc\SharpDevelopReporting\</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>..\..\..\..\..\AddIns\Misc\SharpDevelopReporting\</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)