2021-03-16 15:47:10 +00:00
|
|
|
Imports custom .props files for Visual Studio.
|
2021-03-11 20:29:22 +00:00
|
|
|
|
|
|
|
```lua
|
|
|
|
buildcustomizations { "string" }
|
|
|
|
```
|
|
|
|
|
|
|
|
### Parameters ###
|
|
|
|
|
|
|
|
`value` - needs documentation.
|
|
|
|
|
|
|
|
### Applies To ###
|
|
|
|
|
|
|
|
The `project` scope.
|
|
|
|
|
|
|
|
### Availability ###
|
|
|
|
|
|
|
|
Premake 5.0.0 alpha 12 or later.
|
|
|
|
|
|
|
|
### Examples ###
|
|
|
|
|
|
|
|
```lua
|
|
|
|
buildcustomizations { "string" }
|
|
|
|
```
|
|
|
|
|