Kelly Gravelyn
Kelly Gravelyn
Should fix #330. I've used this forward declaration in my own games before to avoid bringing in windows.h before and it seems to build fine here. I removed the extra...
Hey there! I love this library. I noticed a bug in the editor code, though, that I thought I might be able to fix for you. My `EDITOR` environment variable...
**What does this PR do?** Implements some of the baseline functionality for project references as discussed in https://github.com/premake/premake-core/discussions/1922. **How does this PR change Premake's behavior?** Adds a new `setgroup` field...
**What does this PR do?** Fixes the vstudio exporter. When I ran it by default I got an error: ``` Configuring... Exporting Premake... Error: C:/Dev/premake-core/core/modules/tree/tree.lua:100: attempt to index a nil...
**What does this PR do?** Adds the necessary properties for vstudio exporter to generate VS2022 files. **How does this PR change Premake's behavior?** Users can now run `premake6 vstudio 2022`...