Commit 6f59ef0

mo <email@solidware.ca>
2011-03-17 19:21:22
add application icon.
1 parent 216ecf3
Changed files (3)
product/desktop.ui/Properties/AssemblyInfo.cs
@@ -51,5 +51,5 @@ using System.Windows;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2011.3.17.1312")]
-[assembly: AssemblyFileVersion("2011.3.17.1312")]
+[assembly: AssemblyVersion("2011.3.17.1316")]
+[assembly: AssemblyFileVersion("2011.3.17.1316")]
product/desktop.ui/desktop.ui.csproj
@@ -38,6 +38,9 @@
   <PropertyGroup>
     <NoWin32Manifest>true</NoWin32Manifest>
   </PropertyGroup>
+  <PropertyGroup>
+    <ApplicationIcon>favicon.ico</ApplicationIcon>
+  </PropertyGroup>
   <ItemGroup>
     <Reference Include="Autofac">
       <HintPath>..\..\thirdparty\autofac\Autofac.dll</HintPath>
@@ -215,7 +218,9 @@
     <Resource Include="views\images\cancel.png" />
     <Resource Include="views\images\save.png" />
   </ItemGroup>
-  <ItemGroup />
+  <ItemGroup>
+    <Resource Include="favicon.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.
product/desktop.ui/favicon.ico
Binary file