- Timestamp:
- 12/22/14 02:20:11 (10 years ago)
- Location:
- branches/OptimizationNetworks/HeuristicLab.Common.Resources/3.3
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj
r11577 r11712 444 444 <None Include="Resources\VS2010ImageLibrary\VS2010ImageLibrary_Objects_Monitor_Large.png" /> 445 445 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_DisplayInColor_Vertical.png" /> 446 <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up_Down.png" /> 446 447 <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Paused.png" /> 447 448 <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Prepared.png" /> -
branches/OptimizationNetworks/HeuristicLab.Common.Resources/3.3/VSImageLibrary.Designer.cs
r11577 r11712 104 104 /// Looks up a localized resource of type System.Drawing.Bitmap. 105 105 /// </summary> 106 public static System.Drawing.Bitmap ArrowUpDown { 107 get { 108 object obj = ResourceManager.GetObject("ArrowUpDown", resourceCulture); 109 return ((System.Drawing.Bitmap)(obj)); 110 } 111 } 112 113 /// <summary> 114 /// Looks up a localized resource of type System.Drawing.Bitmap. 115 /// </summary> 106 116 public static System.Drawing.Bitmap Assembly { 107 117 get { -
branches/OptimizationNetworks/HeuristicLab.Common.Resources/3.3/VSImageLibrary.resx
r9079 r11712 524 524 <value>Resources\VS2010ImageLibrary\camera.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 525 525 </data> 526 <data name="ArrowUpDown" type="System.Resources.ResXFileRef, System.Windows.Forms"> 527 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_CommonElements_Objects_Arrow_Up_Down.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 528 </data> 526 529 </root>
Note: See TracChangeset
for help on using the changeset viewer.