- 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
-
TabularUnified
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
-
TabularUnified branches/OaaS/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj ¶
r6866 r9363 97 97 <RequiredTargetFramework>3.5</RequiredTargetFramework> 98 98 </Reference> 99 <Reference Include="System.Drawing" /> 99 100 <Reference Include="System.Xml.Linq"> 100 101 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 223 224 --> 224 225 <PropertyGroup> 225 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)226 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 226 227 set ProjectDir=$(ProjectDir) 227 228 set SolutionDir=$(SolutionDir) … … 230 231 call PreBuildEvent.cmd 231 232 </PreBuildEvent> 233 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 234 export ProjectDir=$(ProjectDir) 235 export SolutionDir=$(SolutionDir) 236 237 $SolutionDir/PreBuildEvent.sh 238 </PreBuildEvent> 232 239 </PropertyGroup> 233 240 </Project> -
TabularUnified branches/OaaS/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Plugin.cs.frame ¶
r7259 r9363 26 26 /// Plugin class for HeuristicLab.Encodings.BinaryVectorEncoding plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Encodings.BinaryVectorEncoding", "3.3. 6.$WCREV$")]28 [Plugin("HeuristicLab.Encodings.BinaryVectorEncoding", "3.3.7.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] -
TabularUnified branches/OaaS/HeuristicLab.Encodings.BinaryVectorEncoding/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.