Skip to content

Commit 5e823fe

Browse files
committedJul 23, 2019
adding custom icons
1 parent 5247fc6 commit 5e823fe

8 files changed

+7
-6
lines changed
 

‎DynamoDev.ExplicitNode/DynamoDev.ExplicitNode.csproj

+3-4
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@
6666
<None Include="ExplicitNode.UI\HelloUINodeView.cs" />
6767
<Compile Include="Properties\AssemblyInfo.cs" />
6868
</ItemGroup>
69-
<ItemGroup>
70-
<None Include="DynamoDev.ExplicitNode.ico" />
71-
</ItemGroup>
7269
<ItemGroup>
7370
<VSTemplate Include="ProjectRoot.vstemplate">
7471
<SubType>Designer</SubType>
@@ -90,7 +87,9 @@
9087
<ItemGroup>
9188
<None Include="ExplicitNode\ExplicitNode.csproj" />
9289
</ItemGroup>
93-
<ItemGroup />
90+
<ItemGroup>
91+
<Content Include="DynamoDev.ExplicitNode.ico" />
92+
</ItemGroup>
9493
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9594
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
9695
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Binary file not shown.

‎DynamoDev.ViewExtension/DynamoDev.ViewExtension.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
<None Include="ProjectTemplate.csproj">
7070
<SubType>Designer</SubType>
7171
</None>
72-
<None Include="DynamoDev.ViewExtension.ico" />
7372
<None Include="manifests\pkg.json" />
7473
</ItemGroup>
7574
<ItemGroup>
@@ -89,6 +88,9 @@
8988
<SubType>Designer</SubType>
9089
</None>
9190
</ItemGroup>
91+
<ItemGroup>
92+
<Content Include="DynamoDev.ViewExtension.ico" />
93+
</ItemGroup>
9294
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9395
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
9496
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Binary file not shown.

‎DynamoDev.ZeroTouch/DynamoDev.ZeroTouch.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
<None Include="ProjectTemplate.csproj">
7676
<SubType>Designer</SubType>
7777
</None>
78-
<None Include="DynamoDev.ZeroTouch.ico" />
7978
</ItemGroup>
8079
<ItemGroup>
8180
<VSTemplate Include="DynamoDev.ZeroTouch.vstemplate">
@@ -87,6 +86,7 @@
8786
<Folder Include="src\" />
8887
</ItemGroup>
8988
<ItemGroup>
89+
<Content Include="DynamoDev.ZeroTouch.ico" />
9090
<Content Include="manifests\%24projectname%24_DynamoCustomization.xml" />
9191
</ItemGroup>
9292
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74.9 KB
Binary file not shown.
0 Bytes
Binary file not shown.
94.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.