require("premake5-modules/vspropertysheets")
workspace("MyWorkspace")
configurations({ "Debug", "Release" })
project("MyProject")
kind("ConsoleApp")
language("C")
files({
"src/**.c",
})
filter("action:vs*")
vspropertysheets({
"D:\\dev2\\foo.props",
[[D:\dev2\bar.props]],
-- [[D:\dev2\foobar.props]],
})
-
Notifications
You must be signed in to change notification settings - Fork 0
License
ignite720/premake-vspropertysheets
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published