# WSASubtarget

> Target device type for a Windows Store application to run on.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** WSASubtarget is obsolete and has no effect. It will be removed in a subsequent Unity release.

```csharp
public enum WSASubtarget
```

## Remarks

Additional Resources: [EditorUserBuildSettings.wsaSubtarget](/engine/6000.6/script-reference/unityeditor/editoruserbuildsettings/wsasubtarget.md).

## Fields

| Value                                                                              | Description                                                              |
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [AnyDevice](/engine/6000.6/script-reference/unityeditor/wsasubtarget/anydevice.md) | The application targets all devices that run Windows Store applications. |
| [HoloLens](/engine/6000.6/script-reference/unityeditor/wsasubtarget/hololens.md)   | The application targets HoloLens.                                        |
| [Mobile](/engine/6000.6/script-reference/unityeditor/wsasubtarget/mobile.md)       | Application targets mobile devices.                                      |
| [PC](/engine/6000.6/script-reference/unityeditor/wsasubtarget/pc.md)               | Application targets PCs.                                                 |
