- Timestamp:
- 12/21/10 00:45:44 (14 years ago)
- Location:
- branches/NET40/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/NET40/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj
r4065 r5142 11 11 <RootNamespace>HeuristicLab.Encodings.IntegerVectorEncoding</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</AssemblyName> 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 15 <FileAlignment>512</FileAlignment> 15 16 <SignAssembly>true</SignAssembly> -
branches/NET40/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Tests/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.Tests.csproj
r4065 r5142 153 153 </ItemGroup> 154 154 <ItemGroup> 155 <Shadow Include="Test References\HeuristicLab.Encodings.IntVector-3.3.accessor" />156 </ItemGroup>157 <ItemGroup>158 155 <BootstrapperPackage Include=".NETFramework,Version=v4.0"> 159 156 <Visible>False</Visible> … … 177 174 </BootstrapperPackage> 178 175 </ItemGroup> 176 <ItemGroup> 177 <Shadow Include="Test References\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.accessor" /> 178 </ItemGroup> 179 179 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 180 180 <!-- 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.