Changeset 8331 for branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.LawnMower.Views/3.3
- Timestamp:
- 07/26/12 09:51:13 (12 years ago)
- Location:
- branches/ScatterSearch (trunk integration)
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/ScatterSearch (trunk integration)
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.LawnMower.Views/3.3/HeuristicLab.Problems.LawnMower.Views.csproj
r8086 r8331 97 97 <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules> 98 98 </PropertyGroup> 99 <PropertyGroup> 100 <SignAssembly>true</SignAssembly> 101 </PropertyGroup> 102 <PropertyGroup> 103 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 104 </PropertyGroup> 99 105 <ItemGroup> 100 106 <Reference Include="System" /> … … 116 122 <DependentUpon>SolutionProgramView.cs</DependentUpon> 117 123 </Compile> 124 <None Include="HeuristicLab.snk" /> 118 125 <None Include="Plugin.cs.frame" /> 119 126 <None Include="Properties\AssemblyInfo.cs.frame" /> -
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.LawnMower.Views/3.3/Plugin.cs.frame
r8086 r8331 23 23 24 24 namespace HeuristicLab.Problems.LawnMower.Views { 25 [Plugin("HeuristicLab.Problems.LawnMower.Views", "Lawn mower demo problem for genetic programming (views)", "3.3. 0.$WCREV$")]25 [Plugin("HeuristicLab.Problems.LawnMower.Views", "Lawn mower demo problem for genetic programming (views)", "3.3.7.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.LawnMower.Views-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Core", "3.3")] -
branches/ScatterSearch (trunk integration)/HeuristicLab.Problems.LawnMower.Views/3.3/Properties/AssemblyInfo.cs.frame
r8086 r8331 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3. 0.$WCREV$")]55 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.