heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
38 stars 16 forks source link

Fixed initial issues of Git-Migration #3150

Closed Vanmodeus closed 2 years ago

Vanmodeus commented 2 years ago

Added a .gitignore Fixed the PreBuildEvent.cmd

florianBachinger commented 2 years ago

This fix requires an entry of the windows git installation in your PATH variable.

Depending on your git client this might not be done automatically (e.g. Fork uses a local installation hidden in AppData/Local...). Without a linked git installation you receive the following error message when building: `

\HeuristicLab\3.3\Properties\AssemblyInfo.cs(48,28): error CS7034: The specified version string does not conform to the required format - major[.minor[.build[.revision]]] [D:\src\HeuristicLab\HeuristicLab\3.3\HeuristicL ab-3.3.csproj] `