- 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.Problems.Instances.ElloumiCTAP/3.3/HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.csproj
r7659 r9363 102 102 </PropertyGroup> 103 103 <ItemGroup> 104 <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL"> 105 <Private>False</Private> 106 </Reference> 104 <Reference Include="ICSharpCode.SharpZipLib"> 105 <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath> 106 <Private>False</Private> 107 </Reference> 107 108 <Reference Include="System" /> 108 109 <Reference Include="System.Core" /> … … 143 144 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 144 145 <PropertyGroup> 145 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)146 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 146 147 set ProjectDir=$(ProjectDir) 147 148 set SolutionDir=$(SolutionDir) … … 149 150 150 151 call PreBuildEvent.cmd</PreBuildEvent> 152 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 153 export ProjectDir=$(ProjectDir) 154 export SolutionDir=$(SolutionDir) 155 156 $SolutionDir/PreBuildEvent.sh 157 </PreBuildEvent> 151 158 </PropertyGroup> 152 159 <PropertyGroup> -
branches/OaaS/HeuristicLab.Problems.Instances.ElloumiCTAP/3.3/Plugin.cs.frame
r7558 r9363 23 23 24 24 namespace HeuristicLab.Problems.Instances.ElloumiCTAP { 25 [Plugin("HeuristicLab.Problems.Instances.ElloumiCTAP", "3.3. 6.$WCREV$")]25 [Plugin("HeuristicLab.Problems.Instances.ElloumiCTAP", "3.3.7.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] -
branches/OaaS/HeuristicLab.Problems.Instances.ElloumiCTAP/3.3/Properties/AssemblyInfo.cs.frame
r7444 r9363 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.