Changeset 2246 for trunk/sources
- Timestamp:
- 08/06/09 12:31:08 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Common.Resources/3.2
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Common.Resources/3.2/HeuristicLab.Common.Resources.csproj
r2245 r2246 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Common.Resources</RootNamespace> 12 <AssemblyName>HeuristicLab.Common.Resources </AssemblyName>12 <AssemblyName>HeuristicLab.Common.Resources-3.2</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 148 148 <None Include="Resources\NewFolderIcon.png" /> 149 149 </ItemGroup> 150 <ItemGroup> 151 <None Include="Resources\HeuristicLab.ico" /> 152 </ItemGroup> 150 153 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 151 154 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.Common.Resources/3.2/Resources.Designer.cs
r2245 r2246 23 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 internalclass Resources {25 public class Resources { 26 26 27 27 private static global::System.Resources.ResourceManager resourceMan; … … 30 30 31 31 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 32 internalResources() {32 public Resources() { 33 33 } 34 34 … … 37 37 /// </summary> 38 38 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 39 internalstatic global::System.Resources.ResourceManager ResourceManager {39 public static global::System.Resources.ResourceManager ResourceManager { 40 40 get { 41 41 if (object.ReferenceEquals(resourceMan, null)) { … … 52 52 /// </summary> 53 53 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 54 internalstatic global::System.Globalization.CultureInfo Culture {54 public static global::System.Globalization.CultureInfo Culture { 55 55 get { 56 56 return resourceCulture; … … 61 61 } 62 62 63 internalstatic System.Drawing.Bitmap CopyIcon {63 public static System.Drawing.Bitmap CopyIcon { 64 64 get { 65 65 object obj = ResourceManager.GetObject("CopyIcon", resourceCulture); … … 68 68 } 69 69 70 internalstatic System.Drawing.Bitmap CutIcon {70 public static System.Drawing.Bitmap CutIcon { 71 71 get { 72 72 object obj = ResourceManager.GetObject("CutIcon", resourceCulture); … … 75 75 } 76 76 77 internalstatic System.Drawing.Bitmap DeleteFolderIcon {77 public static System.Drawing.Bitmap DeleteFolderIcon { 78 78 get { 79 79 object obj = ResourceManager.GetObject("DeleteFolderIcon", resourceCulture); … … 82 82 } 83 83 84 internalstatic System.Drawing.Bitmap DeleteIcon {84 public static System.Drawing.Bitmap DeleteIcon { 85 85 get { 86 86 object obj = ResourceManager.GetObject("DeleteIcon", resourceCulture); … … 89 89 } 90 90 91 internal static System.Drawing.Bitmap NewFolderIcon { 91 public static System.Drawing.Icon HeuristicLabIcon { 92 get { 93 object obj = ResourceManager.GetObject("HeuristicLabIcon", resourceCulture); 94 return ((System.Drawing.Icon)(obj)); 95 } 96 } 97 98 public static System.Drawing.Bitmap NewFolderIcon { 92 99 get { 93 100 object obj = ResourceManager.GetObject("NewFolderIcon", resourceCulture); … … 96 103 } 97 104 98 internalstatic System.Drawing.Bitmap NewIcon {105 public static System.Drawing.Bitmap NewIcon { 99 106 get { 100 107 object obj = ResourceManager.GetObject("NewIcon", resourceCulture); … … 103 110 } 104 111 105 internalstatic System.Drawing.Bitmap OpenIcon {112 public static System.Drawing.Bitmap OpenIcon { 106 113 get { 107 114 object obj = ResourceManager.GetObject("OpenIcon", resourceCulture); … … 110 117 } 111 118 112 internalstatic System.Drawing.Bitmap PasteIcon {119 public static System.Drawing.Bitmap PasteIcon { 113 120 get { 114 121 object obj = ResourceManager.GetObject("PasteIcon", resourceCulture); … … 117 124 } 118 125 119 internalstatic System.Drawing.Bitmap PrintIcon {126 public static System.Drawing.Bitmap PrintIcon { 120 127 get { 121 128 object obj = ResourceManager.GetObject("PrintIcon", resourceCulture); … … 124 131 } 125 132 126 internalstatic System.Drawing.Bitmap PrintPreviewIcon {133 public static System.Drawing.Bitmap PrintPreviewIcon { 127 134 get { 128 135 object obj = ResourceManager.GetObject("PrintPreviewIcon", resourceCulture); … … 131 138 } 132 139 133 internalstatic System.Drawing.Bitmap RedoIcon {140 public static System.Drawing.Bitmap RedoIcon { 134 141 get { 135 142 object obj = ResourceManager.GetObject("RedoIcon", resourceCulture); … … 138 145 } 139 146 140 internalstatic System.Drawing.Bitmap SaveAllIcon {147 public static System.Drawing.Bitmap SaveAllIcon { 141 148 get { 142 149 object obj = ResourceManager.GetObject("SaveAllIcon", resourceCulture); … … 145 152 } 146 153 147 internalstatic System.Drawing.Bitmap SaveIcon {154 public static System.Drawing.Bitmap SaveIcon { 148 155 get { 149 156 object obj = ResourceManager.GetObject("SaveIcon", resourceCulture); … … 152 159 } 153 160 154 internalstatic System.Drawing.Bitmap UndoIcon {161 public static System.Drawing.Bitmap UndoIcon { 155 162 get { 156 163 object obj = ResourceManager.GetObject("UndoIcon", resourceCulture); -
trunk/sources/HeuristicLab.Common.Resources/3.2/Resources.resx
r2245 r2246 131 131 <value>Resources\DeleteIcon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 132 132 </data> 133 <data name="HeuristicLabIcon" type="System.Resources.ResXFileRef, System.Windows.Forms"> 134 <value>Resources\HeuristicLab.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 135 </data> 133 136 <data name="NewFolderIcon" type="System.Resources.ResXFileRef, System.Windows.Forms"> 134 137 <value>Resources\NewFolderIcon.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.