File tree 5 files changed +24
-3
lines changed
NUnitConsole/nunit3-console
5 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 39
39
<PropertyGroup >
40
40
<ApplicationManifest >app.manifest</ApplicationManifest >
41
41
</PropertyGroup >
42
+ <PropertyGroup >
43
+ <ApplicationIcon >..\..\..\nunit.ico</ApplicationIcon >
44
+ </PropertyGroup >
42
45
<ItemGroup >
43
46
<Reference Include =" System" />
44
47
<Reference Include =" System.Data" />
112
115
<Compile Include =" Properties\AssemblyInfo.cs" />
113
116
<Compile Include =" Utilities\TeamCityServiceMessagePublisher.cs" />
114
117
</ItemGroup >
115
- <ItemGroup >
116
- <Content Include =" App.ico" />
117
- </ItemGroup >
118
118
<ItemGroup >
119
119
<None Include =" app.config" />
120
120
<None Include =" app.manifest" />
125
125
<Name >nunit.engine.api</Name >
126
126
</ProjectReference >
127
127
</ItemGroup >
128
+ <ItemGroup >
129
+ <Content Include =" ..\..\..\nunit.ico" >
130
+ <Link >nunit.ico</Link >
131
+ </Content >
132
+ </ItemGroup >
128
133
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
129
134
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130
135
Other similar extension points exist, see Microsoft.Common.targets.
Original file line number Diff line number Diff line change 37
37
<PropertyGroup >
38
38
<ApplicationManifest >app.manifest</ApplicationManifest >
39
39
</PropertyGroup >
40
+ <PropertyGroup >
41
+ <ApplicationIcon >..\..\..\nunit.ico</ApplicationIcon >
42
+ </PropertyGroup >
40
43
<ItemGroup >
41
44
<Reference Include =" System" />
42
45
<Reference Include =" System.Runtime.Remoting" />
67
70
<Name >nunit.engine</Name >
68
71
</ProjectReference >
69
72
</ItemGroup >
73
+ <ItemGroup >
74
+ <Content Include =" ..\..\..\nunit.ico" >
75
+ <Link >nunit.ico</Link >
76
+ </Content >
77
+ </ItemGroup >
70
78
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71
79
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
72
80
Other similar extension points exist, see Microsoft.Common.targets.
Original file line number Diff line number Diff line change 35
35
<PropertyGroup >
36
36
<ApplicationManifest >app.manifest</ApplicationManifest >
37
37
</PropertyGroup >
38
+ <PropertyGroup >
39
+ <ApplicationIcon >..\..\..\nunit.ico</ApplicationIcon >
40
+ </PropertyGroup >
38
41
<ItemGroup >
39
42
<Reference Include =" System" />
40
43
<Reference Include =" System.Runtime.Remoting" />
64
67
<Name >nunit.engine</Name >
65
68
</ProjectReference >
66
69
</ItemGroup >
70
+ <ItemGroup >
71
+ <Content Include =" ..\..\..\nunit.ico" >
72
+ <Link >nunit.ico</Link >
73
+ </Content >
74
+ </ItemGroup >
67
75
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68
76
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
69
77
Other similar extension points exist, see Microsoft.Common.targets.
You can’t perform that action at this time.
0 commit comments