# UserBuildSettings

> User build settings for the Universal Windows Platform.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.UWP](/engine/6000.7/script-reference/unityeditor/uwp.md)
* **Assembly:** UnityEditor.UWP.Extensions

```csharp
public static class UserBuildSettings
```

## Static Properties

| Property                                                                                                      | Description                                                                                                                            |
| ------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| [buildConfiguration](/engine/6000.7/script-reference/unityeditor/uwp/userbuildsettings/buildconfiguration.md) | Allows you to specify the build configuration that Unity uses when creating a build of your project.                                   |
| [copyPDBFiles](/engine/6000.7/script-reference/unityeditor/uwp/userbuildsettings/copypdbfiles.md)             | Enable this setting if you want Unity to copy the PDB files containing debugging symbols to the build folder during the build process. |
| [copyReferences](/engine/6000.7/script-reference/unityeditor/uwp/userbuildsettings/copyreferences.md)         | Enable this setting to copy Unity engine library references from the Unity install path to the generated solution.                     |
