- 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.Problems.LawnMower/3.3/HeuristicLab.Problems.LawnMower.csproj
r8206 r8660 103 103 </PropertyGroup> 104 104 <ItemGroup> 105 <Reference Include="HeuristicLab.Common-3.3">106 <HintPath>..\..\HeuristicLab.Common\3.3\obj\x86\Debug\HeuristicLab.Common-3.3.dll</HintPath>107 <Private>False</Private>108 </Reference>109 105 <Reference Include="System" /> 110 106 <Reference Include="System.Core" /> … … 176 172 <Private>False</Private> 177 173 </ProjectReference> 174 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 175 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 176 <Name>HeuristicLab.Common-3.3</Name> 177 <Private>False</Private> 178 </ProjectReference> 178 179 </ItemGroup> 179 180 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 180 181 <PropertyGroup> 181 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)182 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 182 183 set ProjectDir=$(ProjectDir) 183 184 set SolutionDir=$(SolutionDir) … … 185 186 186 187 call PreBuildEvent.cmd 188 </PreBuildEvent> 189 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 190 export ProjectDir=$(ProjectDir) 191 export SolutionDir=$(SolutionDir) 192 193 $SolutionDir/PreBuildEvent.sh 187 194 </PreBuildEvent> 188 195 </PropertyGroup> -
branches/GP-MoveOperators/HeuristicLab.Problems.LawnMower/3.3/Plugin.cs.frame
r8059 r8660 23 23 24 24 namespace HeuristicLab.Problems.LawnMower { 25 [Plugin("HeuristicLab.Problems.LawnMower", "Lawn mower demo problem for genetic programming", "3.3. 0.$WCREV$")]25 [Plugin("HeuristicLab.Problems.LawnMower", "Lawn mower demo problem for genetic programming", "3.3.7.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.LawnMower-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/GP-MoveOperators/HeuristicLab.Problems.LawnMower/3.3/Properties/AssemblyInfo.cs.frame
r8059 r8660 54 54 // [assembly: AssemblyVersion("1.0.*")] 55 55 [assembly: AssemblyVersion("3.3.0.0")] 56 [assembly: AssemblyFileVersion("3.3. 0.$WCREV$")]56 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.