Skip to content

Commit

Permalink
Adds a nice logo using Visual Studio and Sigma as basis
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed May 15, 2015
1 parent 0f761cb commit 3940c29
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Aggregator.ConsoleApp/Aggregator.ConsoleApp.csproj
Expand Up @@ -34,7 +34,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Logo.ico</ApplicationIcon>
<ApplicationIcon>TfsAggregator.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="ManyConsole">
Expand Down Expand Up @@ -79,7 +79,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Logo.ico" />
<Content Include="TfsAggregator.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Binary file removed Aggregator.ConsoleApp/Logo.ico
Binary file not shown.
Binary file added Aggregator.ConsoleApp/TfsAggregator.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions Aggregator.Core/Aggregator.Core.csproj
Expand Up @@ -31,6 +31,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>TfsAggregator.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -98,6 +101,9 @@
</EmbeddedResource>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="TfsAggregator.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
Binary file added Aggregator.Core/TfsAggregator.ico
Binary file not shown.
6 changes: 6 additions & 0 deletions Aggregator.ServerPlugin/Aggregator.ServerPlugin.csproj
Expand Up @@ -31,6 +31,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>TfsAggregator.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -63,6 +66,9 @@
<None Include="deploy.cmd" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="TfsAggregator.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>IF EXIST "$(ProjectDir)deploy.cmd" (
Expand Down
Binary file added Aggregator.ServerPlugin/TfsAggregator.ico
Binary file not shown.
5 changes: 3 additions & 2 deletions TFS-Aggregator-2.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22823.1
# Visual Studio 2013
VisualStudioVersion = 12.0.40121.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aggregator.Core", "Aggregator.Core\Aggregator.Core.csproj", "{FEA76835-61B3-4FC7-9D6F-50D39A7A8258}"
EndProject
Expand All @@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{B94443D9
appveyor.yml = appveyor.yml
AssemblyVersion.cs = AssemblyVersion.cs
install.ps1 = install.ps1
TfsAggregator.ico = TfsAggregator.ico
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{E0E7919C-5F01-45CC-A758-C3AF34F32F16}"
Expand Down
Binary file added TfsAggregator.ico
Binary file not shown.

0 comments on commit 3940c29

Please sign in to comment.