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

Commit 7c90ec5

Browse files
committed
Add GlobalAssemblyInfo.cs to ICSharpCode.Reporting.
1 parent dc2207b commit 7c90ec5

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
<Folder Include="src\Views" />
9393
</ItemGroup>
9494
<ItemGroup>
95+
<Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs">
96+
<Link>Configuration\GlobalAssemblyInfo.cs</Link>
97+
</Compile>
9598
<Compile Include="Configuration\AssemblyInfo.cs" />
9699
<Compile Include="src\Commands\ViewCommands.cs" />
97100
<Compile Include="src\DesignableItems\AbstractGraphicItem.cs" />

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
</Reference>
8080
</ItemGroup>
8181
<ItemGroup>
82+
<Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs">
83+
<Link>Src\Configuration\GlobalAssemblyInfo.cs</Link>
84+
</Compile>
8285
<Compile Include="Src\Arrange\ArrangeStrategy.cs" />
8386
<Compile Include="Src\Arrange\MeasurementStrategy.cs" />
8487
<Compile Include="Src\BaseClasses\AbstractColumn.cs" />

0 commit comments

Comments
 (0)