- 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.Services.Hive.DataAccess/3.3/HeuristicLab.Services.Hive.DataAccess-3.3.csproj
r6983 r8660 156 156 </PropertyGroup> 157 157 <PropertyGroup> 158 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)158 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 159 159 set ProjectDir=$(ProjectDir) 160 160 set SolutionDir=$(SolutionDir) … … 162 162 163 163 call PreBuildEvent.cmd</PreBuildEvent> 164 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 165 export ProjectDir=$(ProjectDir) 166 export SolutionDir=$(SolutionDir) 167 168 $SolutionDir/PreBuildEvent.sh 169 </PreBuildEvent> 164 170 </PropertyGroup> 165 171 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/GP-MoveOperators/HeuristicLab.Services.Hive.DataAccess/3.3/Plugin.cs.frame
r7259 r8660 27 27 28 28 namespace HeuristicLab.Services.Hive.DataAccess { 29 [Plugin("HeuristicLab.Services.Hive.DataAccess", "3.3. 6.$WCREV$")]29 [Plugin("HeuristicLab.Services.Hive.DataAccess", "3.3.7.$WCREV$")] 30 30 [PluginFile("HeuristicLab.Services.Hive.DataAccess-3.3.dll", PluginFileType.Assembly)] 31 31 public class HeuristicLabServicesHiveDataAccessPlugin : PluginBase { -
branches/GP-MoveOperators/HeuristicLab.Services.Hive.DataAccess/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.