- Timestamp:
- 12/21/10 00:45:44 (14 years ago)
- Location:
- branches/NET40/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/NET40/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj
r4065 r5142 11 11 <RootNamespace>HeuristicLab.Encodings.RealVectorEncoding</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Encodings.RealVectorEncoding-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.RealVectorEncoding/3.3/Tests/HeuristicLab.Encodings.RealVectorEncoding-3.3.Tests.csproj
r4065 r5142 163 163 </ItemGroup> 164 164 <ItemGroup> 165 <Shadow Include="Test References\HeuristicLab.Encodings.RealVector-3.3.accessor" />166 </ItemGroup>167 <ItemGroup>168 165 <BootstrapperPackage Include=".NETFramework,Version=v4.0"> 169 166 <Visible>False</Visible> … … 187 184 </BootstrapperPackage> 188 185 </ItemGroup> 186 <ItemGroup> 187 <Shadow Include="Test References\HeuristicLab.Encodings.RealVectorEncoding-3.3.accessor" /> 188 </ItemGroup> 189 189 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 190 190 <!-- 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.