Changeset 17759 for branches/3040_VectorBasedGP/HeuristicLab
- Timestamp:
- 09/24/20 14:45:26 (4 years ago)
- Location:
- branches/3040_VectorBasedGP/HeuristicLab/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3040_VectorBasedGP/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r16565 r17759 192 192 </BootstrapperPackage> 193 193 </ItemGroup> 194 <ItemGroup> 195 <PackageReference Include="Google.Protobuf"> 196 <Version>3.11.3</Version> 197 </PackageReference> 198 </ItemGroup> 194 199 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 195 200 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/3040_VectorBasedGP/HeuristicLab/3.3/app.config
r11623 r17759 9 9 <runtime> 10 10 <gcServer enabled="true"/> 11 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> 12 <dependentAssembly> 13 <assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> 14 <bindingRedirect oldVersion="0.0.0.0-4.7.0.0" newVersion="4.7.0.0" /> 15 </dependentAssembly> 16 </assemblyBinding> 11 17 </runtime> 12 18
Note: See TracChangeset
for help on using the changeset viewer.