|
7 | 7 | <RepositoryType>git</RepositoryType> |
8 | 8 | <MinimumVisualStudioVersion>17.6.0</MinimumVisualStudioVersion> |
9 | 9 | <VsixType>v3</VsixType> |
| 10 | + <ApplicationIcon>icon\opencvsharpvis.ico</ApplicationIcon> |
10 | 11 | </PropertyGroup> |
11 | 12 |
|
12 | 13 | <ItemGroup> |
13 | 14 | <Compile Remove="OpenCvSharpVisualizerControl.xaml.cs" /> |
| 15 | + <None Remove="icon\opencvsharpvis_128x128.png" /> |
| 16 | + <None Remove="icon\opencvsharpvis_16x16.png" /> |
| 17 | + <None Remove="icon\opencvsharpvis_256x256.png" /> |
| 18 | + <None Remove="icon\opencvsharpvis_32x32.png" /> |
| 19 | + <None Remove="icon\opencvsharpvis_48x48.png" /> |
| 20 | + <None Remove="icon\opencvsharpvis_512x512.png" /> |
| 21 | + <None Remove="icon\opencvsharpvis_72x72.png" /> |
| 22 | + <None Remove="icon\opencvsharpvis_96x96.png" /> |
14 | 23 | <None Remove="OpenCvSharpVisualizerControl.xaml" /> |
15 | 24 | <Page Remove="OpenCvSharpVisualizerControl.xaml" /> |
16 | 25 | </ItemGroup> |
|
27 | 36 |
|
28 | 37 | <ItemGroup> |
29 | 38 | <Content Include="..\OpenCvSharpVisualizer.DebuggeeSide\bin\$(Configuration)\netstandard2.0\OpenCvSharpVisualizer.DebuggeeSide.dll" Link="netstandard2.0\OpenCvSharpVisualizer.DebuggeeSide.dll" CopyToOutputDirectory="Always" /> |
| 39 | + <Content Include="icon\opencvsharpvis.ico"> |
| 40 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 41 | + </Content> |
| 42 | + <Content Include="icon\opencvsharpvis_128x128.png"> |
| 43 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 44 | + </Content> |
| 45 | + <Content Include="icon\opencvsharpvis_16x16.png"> |
| 46 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 47 | + </Content> |
| 48 | + <Content Include="icon\opencvsharpvis_256x256.png"> |
| 49 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 50 | + </Content> |
| 51 | + <Content Include="icon\opencvsharpvis_32x32.png"> |
| 52 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 53 | + </Content> |
| 54 | + <Content Include="icon\opencvsharpvis_48x48.png"> |
| 55 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 56 | + </Content> |
| 57 | + <Content Include="icon\opencvsharpvis_512x512.png"> |
| 58 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 59 | + </Content> |
| 60 | + <Content Include="icon\opencvsharpvis_72x72.png"> |
| 61 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 62 | + </Content> |
| 63 | + <Content Include="icon\opencvsharpvis_96x96.png"> |
| 64 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 65 | + </Content> |
30 | 66 | </ItemGroup> |
31 | 67 |
|
32 | 68 | <ItemGroup> |
|
0 commit comments