Changeset 9363 for branches/OaaS/HeuristicLab.SequentialEngine
- 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.SequentialEngine/3.3/HeuristicLab.SequentialEngine-3.3.csproj
r6866 r9363 165 165 --> 166 166 <PropertyGroup> 167 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)167 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 168 168 set ProjectDir=$(ProjectDir) 169 169 set SolutionDir=$(SolutionDir) … … 172 172 call PreBuildEvent.cmd 173 173 </PreBuildEvent> 174 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 175 export ProjectDir=$(ProjectDir) 176 export SolutionDir=$(SolutionDir) 177 178 $SolutionDir/PreBuildEvent.sh 179 </PreBuildEvent> 174 180 </PropertyGroup> 175 181 </Project> -
branches/OaaS/HeuristicLab.SequentialEngine/3.3/Plugin.cs.frame
r7259 r9363 29 29 /// Plugin class for HeuristicLab.SequentialEngine plugin. 30 30 /// </summary> 31 [Plugin("HeuristicLab.SequentialEngine", "3.3. 6.$WCREV$")]31 [Plugin("HeuristicLab.SequentialEngine", "3.3.7.$WCREV$")] 32 32 [PluginFile("HeuristicLab.SequentialEngine-3.3.dll", PluginFileType.Assembly)] 33 33 [PluginDependency("HeuristicLab.Common", "3.3")] -
branches/OaaS/HeuristicLab.SequentialEngine/3.3/Properties/AssemblyInfo.cs.frame
r7259 r9363 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.