Changeset 3279
- Timestamp:
- 04/06/10 18:06:14 (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
r2902 r3279 385 385 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_CommonElements_Objects_Zoom_Out.png" /> 386 386 </ItemGroup> 387 <ItemGroup> 388 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Nothing.png" /> 389 </ItemGroup> 387 390 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 388 391 <!-- 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
r2902 r3279 369 369 } 370 370 371 public static System.Drawing.Bitmap Nothing { 372 get { 373 object obj = ResourceManager.GetObject("Nothing", resourceCulture); 374 return ((System.Drawing.Bitmap)(obj)); 375 } 376 } 377 371 378 public static System.Drawing.Bitmap Object { 372 379 get { -
trunk/sources/HeuristicLab.Common.Resources/3.2/VS2008ImageLibrary.resx
r2902 r3279 251 251 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_NewFolder.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 252 252 </data> 253 <data name="Nothing" type="System.Resources.ResXFileRef, System.Windows.Forms"> 254 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Nothing.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 255 </data> 253 256 <data name="Object" type="System.Resources.ResXFileRef, System.Windows.Forms"> 254 257 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Object.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.