- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- 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/GP-MoveOperators/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj
r6866 r8660 192 192 </ProjectReference> 193 193 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 194 <Project>{ F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>194 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 195 195 <Name>HeuristicLab.Core-3.3</Name> 196 196 <Private>False</Private> 197 197 </ProjectReference> 198 198 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 199 <Project>{ F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>199 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 200 200 <Name>HeuristicLab.Data-3.3</Name> 201 201 <Private>False</Private> … … 264 264 --> 265 265 <PropertyGroup> 266 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)266 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 267 267 set ProjectDir=$(ProjectDir) 268 268 set SolutionDir=$(SolutionDir) … … 271 271 call PreBuildEvent.cmd 272 272 </PreBuildEvent> 273 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 274 export ProjectDir=$(ProjectDir) 275 export SolutionDir=$(SolutionDir) 276 277 $SolutionDir/PreBuildEvent.sh 278 </PreBuildEvent> 273 279 </PropertyGroup> 274 280 </Project> -
branches/GP-MoveOperators/HeuristicLab.Encodings.RealVectorEncoding/3.3/Plugin.cs.frame
r7259 r8660 26 26 /// Plugin class for HeuristicLab.Encodings.RealVectorEncoding plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Encodings.RealVectorEncoding", "3.3. 6.$WCREV$")]28 [Plugin("HeuristicLab.Encodings.RealVectorEncoding", "3.3.7.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Encodings.RealVectorEncoding-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/GP-MoveOperators/HeuristicLab.Encodings.RealVectorEncoding/3.3/Properties/AssemblyInfo.cs.frame
r7259 r8660 55 55 // [assembly: AssemblyVersion("1.0.*")] 56 56 [assembly: AssemblyVersion("3.3.0.0")] 57 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]57 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.