- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS
- Property svn:ignore
-
old new 21 21 protoc.exe 22 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 23 24 packages
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/OaaS/HeuristicLab.Clients.Hive.Slave.ConsoleClient/3.3/HeuristicLab.Clients.Hive.Slave.ConsoleClient-3.3.csproj
r7261 r9363 114 114 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 115 115 <PropertyGroup> 116 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)116 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 117 117 set ProjectDir=$(ProjectDir) 118 118 set SolutionDir=$(SolutionDir) … … 120 120 121 121 call PreBuildEvent.cmd</PreBuildEvent> 122 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 123 export ProjectDir=$(ProjectDir) 124 export SolutionDir=$(SolutionDir) 125 126 $SolutionDir/PreBuildEvent.sh 127 </PreBuildEvent> 122 128 </PropertyGroup> 123 129 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/OaaS/HeuristicLab.Clients.Hive.Slave.ConsoleClient/3.3/Properties/AssemblyInfo.cs.frame
r7259 r9363 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$")] -
branches/OaaS/HeuristicLab.Clients.Hive.Slave.ConsoleClient/3.3/app.config
r7777 r9363 126 126 <value>2</value> 127 127 </setting> 128 <setting name="ShutdownCommand" serializeAs="String"> 129 <value>shutdown.exe</value> 130 </setting> 128 131 </HeuristicLab.Clients.Hive.SlaveCore.Properties.Settings> 129 132 </userSettings>
Note: See TracChangeset
for help on using the changeset viewer.