- Timestamp:
- 09/14/12 18:58:15 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 3 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.Deployment.DataAccess/3.3/HeuristicLab.Services.Deployment.DataAccess-3.3.csproj
r7155 r8660 177 177 --> 178 178 <PropertyGroup> 179 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)179 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 180 180 set ProjectDir=$(ProjectDir) 181 181 set SolutionDir=$(SolutionDir) … … 184 184 call PreBuildEvent.cmd 185 185 </PreBuildEvent> 186 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 187 export ProjectDir=$(ProjectDir) 188 export SolutionDir=$(SolutionDir) 189 190 $SolutionDir/PreBuildEvent.sh 191 </PreBuildEvent> 186 192 </PropertyGroup> 187 193 </Project> -
branches/GP-MoveOperators/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/AssemblyInfo.cs.frame
r8085 r8660 54 54 // by using the '*' as shown below: 55 55 [assembly: AssemblyVersion("3.3.0.0")] 56 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]56 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.