Changeset 5827
- Timestamp:
- 03/24/11 17:35:21 (14 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3
- Property svn:ignore
-
old new 3 3 bin 4 4 obj 5 *.vs10x
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj
r5768 r5827 431 431 <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Checkout.png" /> 432 432 <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Clone.png" /> 433 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Annotations_Information.png" /> 434 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Help.png" /> 433 435 <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_HiddenField.png" /> 434 436 <None Include="Resources\VS2010ImageLibrary\VS2010ImageLibrary_Actions_Filter.png" /> -
trunk/sources/HeuristicLab.Common.Resources/3.3/VSImageLibrary.Designer.cs
r5768 r5827 425 425 } 426 426 427 public static System.Drawing.Bitmap Help { 428 get { 429 object obj = ResourceManager.GetObject("Help", resourceCulture); 430 return ((System.Drawing.Bitmap)(obj)); 431 } 432 } 433 427 434 public static System.Drawing.Bitmap HiddenField { 428 435 get { … … 442 449 get { 443 450 object obj = ResourceManager.GetObject("Image", resourceCulture); 451 return ((System.Drawing.Bitmap)(obj)); 452 } 453 } 454 455 public static System.Drawing.Bitmap Information { 456 get { 457 object obj = ResourceManager.GetObject("Information", resourceCulture); 444 458 return ((System.Drawing.Bitmap)(obj)); 445 459 } -
trunk/sources/HeuristicLab.Common.Resources/3.3/VSImageLibrary.resx
r5768 r5827 275 275 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Graph.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 276 276 </data> 277 <data name="Help" type="System.Resources.ResXFileRef, System.Windows.Forms"> 278 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Help.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 279 </data> 277 280 <data name="HiddenField" type="System.Resources.ResXFileRef, System.Windows.Forms"> 278 281 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_HiddenField.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> … … 284 287 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Image.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 285 288 </data> 289 <data name="Information" type="System.Resources.ResXFileRef, System.Windows.Forms"> 290 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Annotations_Information.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 291 </data> 286 292 <data name="Install" type="System.Resources.ResXFileRef, System.Windows.Forms"> 287 293 <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_Insall.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views/3.4
- Property svn:ignore
-
old new 3 3 HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.csproj.user 4 4 HeuristicLabProblemsDataAnalysisSymbolicClassificationViewsPlugin.cs 5 *.vs10x
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views/3.4
- Property svn:ignore
-
old new 3 3 HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.csproj.user 4 4 HeuristicLabProblemsDataAnalysisSymbolicRegressionViewsPlugin.cs 5 *.vs10x
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4
- Property svn:ignore
-
old new 3 3 *.user 4 4 HeuristicLabProblemsDataAnalysisSymbolicViewsPlugin.cs 5 *.vs10x
-
- Property svn:ignore
Note: See TracChangeset
for help on using the changeset viewer.