@@ -13,7 +13,7 @@ Title: CakeContrib-Icon
1313- [ Settings] ( #settings )
1414 - [ Icon-Location] ( #icon-location )
1515 - [ Icon include in project] ( #icon-include-in-project )
16- - [ migrating from an existing project] ( #migrating-from-an-existing-project )
16+ - [ Migrating from an existing project] ( #migrating-from-an-existing-project )
1717
1818<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1919
@@ -40,36 +40,12 @@ With no special settings at all (i.e. "The Standard"):
4040## Settings
4141
4242### Icon-Location
43- The default location of the icon is ` icon.png ` , next to the csproj (i.e. ` $(MSBuildProjectDirectory)/icon.png ` ).
44-
45- Setting ` CakeContribGuidelinesIconDestinationLocation ` makes it possible to override the default location of the Icon. For example setting
46-
47- ``` xml
48- <PropertyGroup >
49- <IconDestinationLocation >../logo.png</IconDestinationLocation >
50- </PropertyGroup >
51- ```
52-
53- in the csproj will place the icon as ` logo.png ` one folder up (relative to the current project).
43+ <? ! Include "../settings/fragments/IconDestinationLocation.md" /?>
5444
5545### Icon include in project
56- The icon will be automatically included in the project, unless ` CakeContribGuidelinesIconOmitImport ` was defined.
57-
58- To to use a "custom" import the following could be used:
59-
60- ``` xml
61- <PropertyGroup >
62- <CakeContribGuidelinesIconOmitImport >1</CakeContribGuidelinesIconOmitImport >
63- </PropertyGroup >
64- <ItemGroup >
65- <None Include =" $(CakeContribGuidelinesIconDestinationLocation)" >
66- <Pack >True</Pack >
67- <PackagePath ></PackagePath >
68- </None >
69- </ItemGroup >
70- ```
46+ <? ! Include "../settings/fragments/IconOmitImport.md" /?>
7147
72- ### migrating from an existing project
48+ ## Migrating from an existing project
7349
7450* remove the existing icon
7551* remove the ` Include ` of the icon from the project-file
0 commit comments