Changeset 9363 for branches/OaaS/HeuristicLab.Problems.Instances
- Timestamp:
- 04/16/13 13:13:41 (12 years ago)
- Location:
- branches/OaaS
- Files:
-
- 6 edited
- 1 copied
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
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.Instances merged: 8246,8600,8882,8904
- Property svn:mergeinfo changed
-
branches/OaaS/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
r7923 r9363 115 115 <Compile Include="IProblemInstanceExporter.cs" /> 116 116 <Compile Include="Types\ATSPData.cs" /> 117 <Compile Include="Types\JSSPData.cs" /> 117 118 <Compile Include="Types\CTAPData.cs" /> 118 119 <Compile Include="IDataDescriptor.cs" /> … … 152 153 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 153 154 <PropertyGroup> 154 <PreBuildEvent >set Path=%25Path%25;$(ProjectDir);$(SolutionDir)155 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 155 156 set ProjectDir=$(ProjectDir) 156 157 set SolutionDir=$(SolutionDir) … … 158 159 159 160 call PreBuildEvent.cmd</PreBuildEvent> 161 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 162 export ProjectDir=$(ProjectDir) 163 export SolutionDir=$(SolutionDir) 164 165 $SolutionDir/PreBuildEvent.sh 166 </PreBuildEvent> 160 167 </PropertyGroup> 161 168 <PropertyGroup> -
branches/OaaS/HeuristicLab.Problems.Instances/3.3/IProblemInstanceConsumer.cs
r7867 r9363 25 25 public interface IProblemInstanceConsumer : IContent { } 26 26 27 public interface IProblemInstanceConsumer< inTData> : IProblemInstanceConsumer {27 public interface IProblemInstanceConsumer<TData> : IProblemInstanceConsumer { 28 28 /// <summary> 29 29 /// Loads the given instance data. -
branches/OaaS/HeuristicLab.Problems.Instances/3.3/Plugin.cs.frame
r7538 r9363 23 23 24 24 namespace HeuristicLab.Problems.Instances { 25 [Plugin("HeuristicLab.Problems.Instances", "3.3. 6.$WCREV$")]25 [Plugin("HeuristicLab.Problems.Instances", "3.3.7.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.Instances-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Common", "3.3")] -
branches/OaaS/HeuristicLab.Problems.Instances/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.