Changeset 2687 for trunk/sources/HeuristicLab.Common.Resources
- Timestamp:
- 01/27/10 03:55:16 (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
r2650 r2687 309 309 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Undo.png" /> 310 310 </ItemGroup> 311 <ItemGroup> 312 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Windows.png" /> 313 </ItemGroup> 311 314 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 312 315 <!-- 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
r2650 r2687 452 452 } 453 453 } 454 455 public static System.Drawing.Bitmap Windows { 456 get { 457 object obj = ResourceManager.GetObject("Windows", resourceCulture); 458 return ((System.Drawing.Bitmap)(obj)); 459 } 460 } 454 461 } 455 462 } -
trunk/sources/HeuristicLab.Common.Resources/3.2/VS2008ImageLibrary.resx
r2650 r2687 287 287 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_ValueType.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 288 288 </data> 289 <data name="Windows" type="System.Resources.ResXFileRef, System.Windows.Forms"> 290 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Windows.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 291 </data> 289 292 </root>
Note: See TracChangeset
for help on using the changeset viewer.