- Timestamp:
- 04/23/11 10:00:31 (14 years ago)
- Location:
- branches/histogram
- Files:
-
- 2 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/histogram
- Property svn:ignore
-
old new 10 10 protoc.exe 11 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp
-
- Property svn:mergeinfo changed
/trunk/sources merged: 6026,6029-6031,6035-6037,6042-6045
- Property svn:ignore
-
branches/histogram/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj
r5163 r6046 12 12 <AssemblyName>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 118 119 <Compile Include="HeuristicLabEncodingsBinaryVectorEncodingPlugin.cs" /> 119 120 <Compile Include="BinaryVector.cs" /> 121 <Compile Include="Interfaces\IBinaryVectorMultiNeighborhoodShakingOperator.cs" /> 120 122 <Compile Include="Interfaces\IOneBitflipMoveOperator.cs" /> 121 123 <Compile Include="Interfaces\IBinaryVectorCreator.cs" /> … … 140 142 <Compile Include="Moves\OneIndexMove.cs" /> 141 143 <Compile Include="Properties\AssemblyInfo.cs" /> 144 <Compile Include="ShakingOperators\BinaryVectorShakingOperator.cs" /> 142 145 </ItemGroup> 143 146 <ItemGroup> … … 200 203 </BootstrapperPackage> 201 204 </ItemGroup> 205 <ItemGroup /> 202 206 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 203 207 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.