Changeset 3710 for trunk/sources/HeuristicLab.Common.Resources
- Timestamp:
- 05/07/10 21:10:46 (15 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
r3702 r3710 429 429 <ItemGroup> 430 430 <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_ActualSize.png" /> 431 <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Performance.ico" /> 431 432 </ItemGroup> 432 433 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
trunk/sources/HeuristicLab.Common.Resources/3.3/VS2008ImageLibrary.Designer.cs
r3511 r3710 509 509 } 510 510 511 public static System.Drawing.Icon Performance { 512 get { 513 object obj = ResourceManager.GetObject("Performance", resourceCulture); 514 return ((System.Drawing.Icon)(obj)); 515 } 516 } 517 511 518 public static System.Drawing.Bitmap Play { 512 519 get { -
trunk/sources/HeuristicLab.Common.Resources/3.3/VS2008ImageLibrary.resx
r3511 r3710 311 311 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Pause.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 312 312 </data> 313 <data name="Performance" type="System.Resources.ResXFileRef, System.Windows.Forms"> 314 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Performance.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 315 </data> 313 316 <data name="Play" type="System.Resources.ResXFileRef, System.Windows.Forms"> 314 317 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Play.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.