Changeset 5139
- Timestamp:
- 12/21/10 00:21:20 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Common.Resources/3.3
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj
r5094 r5139 426 426 </ItemGroup> 427 427 <ItemGroup> 428 <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Checkout.png" /> 428 429 <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Clone.png" /> 429 430 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Cab.png" /> -
trunk/sources/HeuristicLab.Common.Resources/3.3/VS2008ImageLibrary.Designer.cs
r5094 r5139 10 10 11 11 namespace HeuristicLab.Common.Resources { 12 13 14 /// <summary> 12 using System; 13 14 15 /// <summary> 15 16 /// A strongly-typed resource class, for looking up localized strings, etc. 16 17 /// </summary> … … 123 124 } 124 125 126 public static System.Drawing.Bitmap Checkout { 127 get { 128 object obj = ResourceManager.GetObject("Checkout", resourceCulture); 129 return ((System.Drawing.Bitmap)(obj)); 130 } 131 } 132 125 133 public static System.Drawing.Bitmap Class { 126 134 get { -
trunk/sources/HeuristicLab.Common.Resources/3.3/VS2008ImageLibrary.resx
r5094 r5139 146 146 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Cab.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 147 147 </data> 148 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 149 <data name="Checkout" type="System.Resources.ResXFileRef, System.Windows.Forms"> 150 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Checkout.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 151 </data> 148 152 <data name="Class" type="System.Resources.ResXFileRef, System.Windows.Forms"> 149 153 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Class.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 150 154 </data> 151 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />152 155 <data name="Clone" type="System.Resources.ResXFileRef, System.Windows.Forms"> 153 156 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Clone.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.