Changeset 3511 for trunk/sources
- Timestamp:
- 04/23/10 14:26:44 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Common.Resources/3.2
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Common.Resources/3.2/HeuristicLab.Common.Resources-3.2.csproj
r3371 r3511 427 427 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Executable_Stopped.png" /> 428 428 </ItemGroup> 429 <ItemGroup> 430 <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_ActualSize.png" /> 431 </ItemGroup> 429 432 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 430 433 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.Common.Resources/3.2/VS2008ImageLibrary.Designer.cs
r3371 r3511 61 61 } 62 62 63 public static System.Drawing.Bitmap ActualSize { 64 get { 65 object obj = ResourceManager.GetObject("ActualSize", resourceCulture); 66 return ((System.Drawing.Bitmap)(obj)); 67 } 68 } 69 63 70 public static System.Drawing.Bitmap Add { 64 71 get { -
trunk/sources/HeuristicLab.Common.Resources/3.2/VS2008ImageLibrary.resx
r3371 r3511 119 119 </resheader> 120 120 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 121 <data name="ActualSize" type="System.Resources.ResXFileRef, System.Windows.Forms"> 122 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_ActualSize.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 123 </data> 121 124 <data name="Add" type="System.Resources.ResXFileRef, System.Windows.Forms"> 122 125 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_CommonElements_Actions_Add.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
Note: See TracChangeset
for help on using the changeset viewer.