Skip to content

Commit 1de3c7f

Browse files
committed
Providing icon for packages.
1 parent a27bb82 commit 1de3c7f

File tree

5 files changed

+30
-0
lines changed

5 files changed

+30
-0
lines changed

Icon.png

8.58 KB
Loading

Xbim.CobieExpress.Exchanger/Xbim.CobieExpress.Exchanger.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<RootNamespace>Xbim.CobieExpress.Exchanger</RootNamespace>
66
<Title>XBIM COBie Express Exchanger</Title>
77
<Description>Provides support for conversion from IFC to COBie EXPRESS using xBIM Toolkit</Description>
8+
<PackageIcon>Icon.png</PackageIcon>
89
</PropertyGroup>
910

1011
<ItemGroup>
@@ -17,6 +18,13 @@
1718
<EmbeddedResource Include="COBieAttributes.config" />
1819
</ItemGroup>
1920

21+
<ItemGroup>
22+
<None Include="..\Icon.png">
23+
<Pack>True</Pack>
24+
<PackagePath>\</PackagePath>
25+
</None>
26+
</ItemGroup>
27+
2028
<ItemGroup>
2129
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.1" />
2230
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />

Xbim.CobieExpress/Xbim.CobieExpress.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,18 @@
77
<Description>Provides support for the COBie implemented as EXPRESS schema on top of xBIM Toolkit.
88

99
Allows COBie data sources to be read, queried, created and updated in similar manner to how IFC is with Xbim.Ifc4/Ifc2x3</Description>
10+
<PackageIcon>Icon.png</PackageIcon>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<PackageReference Include="Xbim.Common" Version="5.1.323" />
1314
</ItemGroup>
1415
<ItemGroup>
1516
<Folder Include="Properties\" />
1617
</ItemGroup>
18+
<ItemGroup>
19+
<None Include="..\Icon.png">
20+
<Pack>True</Pack>
21+
<PackagePath>\</PackagePath>
22+
</None>
23+
</ItemGroup>
1724
</Project>

Xbim.IO.CobieExpress/Xbim.IO.CobieExpress.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@
55
<RootNamespace>Xbim.IO.CobieExpress</RootNamespace>
66
<Title>XBIM COBie Express IO</Title>
77
<Description>Provides support for serializing/deserializing a COBie EXPRESS model through an underlying IModel implementation</Description>
8+
<PackageIcon>Icon.png</PackageIcon>
89
</PropertyGroup>
910

1011
<ItemGroup>
1112
<EmbeddedResource Include="Configurations\COBieUK2012.xml" />
1213
</ItemGroup>
1314

15+
<ItemGroup>
16+
<None Include="..\Icon.png">
17+
<Pack>True</Pack>
18+
<PackagePath>\</PackagePath>
19+
</None>
20+
</ItemGroup>
21+
1422
<ItemGroup>
1523
<PackageReference Include="Xbim.Ifc" Version="5.1.323" />
1624
</ItemGroup>

Xbim.IO.Table/Xbim.IO.Table.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<RootNamespace>Xbim.IO.Table</RootNamespace>
66
<Title>Xbim Table Store</Title>
77
<Description>Provides support for spreadsheet serialization/deserialization of data stored in xBIM model generated from EXPRESS schema</Description>
8+
<PackageIcon>Icon.png</PackageIcon>
89
</PropertyGroup>
910
<ItemGroup>
1011
<PackageReference Include="NPOI" Version="2.5.5" />
@@ -13,4 +14,10 @@
1314
<ItemGroup>
1415
<Folder Include="Properties\" />
1516
</ItemGroup>
17+
<ItemGroup>
18+
<None Include="..\Icon.png">
19+
<Pack>True</Pack>
20+
<PackagePath>\</PackagePath>
21+
</None>
22+
</ItemGroup>
1623
</Project>

0 commit comments

Comments
 (0)