- 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.Clients.Hive.Administrator/3.3/HeuristicLab.Clients.Hive.Administrator-3.3.csproj
r8085 r8660 228 228 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 229 229 <PropertyGroup> 230 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)230 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 231 231 set ProjectDir=$(ProjectDir) 232 232 set SolutionDir=$(SolutionDir) … … 234 234 235 235 call PreBuildEvent.cmd</PreBuildEvent> 236 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 237 export ProjectDir=$(ProjectDir) 238 export SolutionDir=$(SolutionDir) 239 240 $SolutionDir/PreBuildEvent.sh 241 </PreBuildEvent> 236 242 </PropertyGroup> 237 243 <PropertyGroup> -
branches/GP-MoveOperators/HeuristicLab.Clients.Hive.Administrator/3.3/Plugin.cs.frame
r8085 r8660 23 23 24 24 namespace HeuristicLab.Clients.Hive.Administration { 25 [Plugin("HeuristicLab.Clients.Hive.Administrator", "3.3. 6.$WCREV$")]25 [Plugin("HeuristicLab.Clients.Hive.Administrator", "3.3.7.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Clients.Hive.Administrator-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Clients.Access", "3.3")] -
branches/GP-MoveOperators/HeuristicLab.Clients.Hive.Administrator/3.3/Properties/AssemblyInfo.cs.frame
r7260 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.