Changeset 9363 for branches/OaaS/HeuristicLab.Tracing
- 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.Tracing/3.3/HeuristicLab.Tracing-3.3.csproj
r7060 r9363 156 156 --> 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) … … 163 163 call PreBuildEvent.cmd 164 164 </PreBuildEvent> 165 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 166 export ProjectDir=$(ProjectDir) 167 export SolutionDir=$(SolutionDir) 168 169 $SolutionDir/PreBuildEvent.sh 170 </PreBuildEvent> 165 171 </PropertyGroup> 166 172 </Project> -
branches/OaaS/HeuristicLab.Tracing/3.3/Plugin.cs.frame
r7259 r9363 27 27 /// HeuristicLab Tracing Plugin 28 28 /// </summary> 29 [Plugin("HeuristicLab.Tracing", "3.3. 6.$WCREV$")]29 [Plugin("HeuristicLab.Tracing", "3.3.7.$WCREV$")] 30 30 [PluginFile("HeuristicLab.Tracing-3.3.dll", PluginFileType.Assembly)] 31 31 public class HeuristicLabPersistencePlugin : PluginBase {} -
branches/OaaS/HeuristicLab.Tracing/3.3/Properties/AssemblyInfo.cs.frame
r7259 r9363 52 52 // 53 53 [assembly: AssemblyVersion("3.3.0.0")] 54 [assembly: AssemblyFileVersion("3.3. 6.$WCREV$")]54 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.