Changeset 5094
- Timestamp:
- 12/13/10 15:34:21 (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
r4702 r5094 426 426 </ItemGroup> 427 427 <ItemGroup> 428 <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Clone.png" /> 428 429 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Cab.png" /> 429 430 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Gradient.png" /> -
trunk/sources/HeuristicLab.Common.Resources/3.3/VS2008ImageLibrary.Designer.cs
r4722 r5094 130 130 } 131 131 132 public static System.Drawing.Bitmap Clone { 133 get { 134 object obj = ResourceManager.GetObject("Clone", resourceCulture); 135 return ((System.Drawing.Bitmap)(obj)); 136 } 137 } 138 132 139 public static System.Drawing.Bitmap Collapse { 133 140 get { -
trunk/sources/HeuristicLab.Common.Resources/3.3/VS2008ImageLibrary.resx
r4702 r5094 143 143 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Breakpoint_Inactive.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 144 144 </data> 145 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />146 145 <data name="Cab" type="System.Resources.ResXFileRef, System.Windows.Forms"> 147 146 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Cab.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> … … 150 149 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Class.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 151 150 </data> 151 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 152 <data name="Clone" type="System.Resources.ResXFileRef, System.Windows.Forms"> 153 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Clone.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 154 </data> 152 155 <data name="Collapse" type="System.Resources.ResXFileRef, System.Windows.Forms"> 153 156 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Annotations&Buttons_Collapse.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.