This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/modules
R. Blaine Whittle 116b1c2c80 for vs2017 and up nuget is now handled by msbuild instead of premake
via the new PackageReference nodes.

The upsides here are
1) the MS package downloading and validation is much faster than the premake version
2) since the config is in the project file instead of packages.config which means
   multiple nuget projects can sit in the same folder.

Fixed nuget code to only use PackageReference on .net projects,
and moved validation code into the module where it belongs.
2017-10-09 10:38:01 -07:00
..
codelite improve codelite test suite setup 2017-06-23 17:38:52 +03:00
d Move VStudio action into a module. 2017-06-19 13:12:05 -07:00
gmake Assure a default toolset is always set. 2017-06-20 10:58:49 -07:00
gmake2 removed a no longer needed make pch race condition fix 2017-10-04 08:56:42 -07:00
raw Use 'workspace' instead of 'solution'. 2017-06-20 14:44:26 -07:00
self-test Fix io.readfile erroring when running tests 2017-08-02 13:35:39 +03:00
vstudio for vs2017 and up nuget is now handled by msbuild instead of premake 2017-10-09 10:38:01 -07:00
xcode Move c(pp) language standard definitions outside Xcode functions 2017-09-29 21:55:57 +02:00