Skip to content

Commit 13575cf

Browse files
committed
Switched the default icon in the apps to the NUnit Icon
1 parent 87f882a commit 13575cf

File tree

5 files changed

+24
-3
lines changed

5 files changed

+24
-3
lines changed

nunit.ico

24.6 KB
Binary file not shown.
-1.05 KB
Binary file not shown.

src/NUnitConsole/nunit3-console/nunit3-console.csproj

+8-3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
<PropertyGroup>
4040
<ApplicationManifest>app.manifest</ApplicationManifest>
4141
</PropertyGroup>
42+
<PropertyGroup>
43+
<ApplicationIcon>..\..\..\nunit.ico</ApplicationIcon>
44+
</PropertyGroup>
4245
<ItemGroup>
4346
<Reference Include="System" />
4447
<Reference Include="System.Data" />
@@ -112,9 +115,6 @@
112115
<Compile Include="Properties\AssemblyInfo.cs" />
113116
<Compile Include="Utilities\TeamCityServiceMessagePublisher.cs" />
114117
</ItemGroup>
115-
<ItemGroup>
116-
<Content Include="App.ico" />
117-
</ItemGroup>
118118
<ItemGroup>
119119
<None Include="app.config" />
120120
<None Include="app.manifest" />
@@ -125,6 +125,11 @@
125125
<Name>nunit.engine.api</Name>
126126
</ProjectReference>
127127
</ItemGroup>
128+
<ItemGroup>
129+
<Content Include="..\..\..\nunit.ico">
130+
<Link>nunit.ico</Link>
131+
</Content>
132+
</ItemGroup>
128133
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
129134
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130135
Other similar extension points exist, see Microsoft.Common.targets.

src/NUnitEngine/nunit-agent/nunit-agent-x86.csproj

+8
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
<PropertyGroup>
3838
<ApplicationManifest>app.manifest</ApplicationManifest>
3939
</PropertyGroup>
40+
<PropertyGroup>
41+
<ApplicationIcon>..\..\..\nunit.ico</ApplicationIcon>
42+
</PropertyGroup>
4043
<ItemGroup>
4144
<Reference Include="System" />
4245
<Reference Include="System.Runtime.Remoting" />
@@ -67,6 +70,11 @@
6770
<Name>nunit.engine</Name>
6871
</ProjectReference>
6972
</ItemGroup>
73+
<ItemGroup>
74+
<Content Include="..\..\..\nunit.ico">
75+
<Link>nunit.ico</Link>
76+
</Content>
77+
</ItemGroup>
7078
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7179
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7280
Other similar extension points exist, see Microsoft.Common.targets.

src/NUnitEngine/nunit-agent/nunit-agent.csproj

+8
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
<PropertyGroup>
3636
<ApplicationManifest>app.manifest</ApplicationManifest>
3737
</PropertyGroup>
38+
<PropertyGroup>
39+
<ApplicationIcon>..\..\..\nunit.ico</ApplicationIcon>
40+
</PropertyGroup>
3841
<ItemGroup>
3942
<Reference Include="System" />
4043
<Reference Include="System.Runtime.Remoting" />
@@ -64,6 +67,11 @@
6467
<Name>nunit.engine</Name>
6568
</ProjectReference>
6669
</ItemGroup>
70+
<ItemGroup>
71+
<Content Include="..\..\..\nunit.ico">
72+
<Link>nunit.ico</Link>
73+
</Content>
74+
</ItemGroup>
6775
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6876
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6977
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)