This repository was archived by the owner on Mar 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathButtonExample.weproj
36 lines (36 loc) · 1.54 KB
/
ButtonExample.weproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<Project xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="WaveEngine.Framework.Models">
<Id>f8b89cc7-6836-4cc8-af5a-653756c2bb36</Id>
<ResourcesPath>Content</ResourcesPath>
<Settings xmlns:d2p1="WaveEngine.Framework.Models.Settings">
<d2p1:Categories xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringanyType>
<d3p1:Key>Profiles</d3p1:Key>
<d3p1:Value xmlns:d5p1="WaveEngine.Framework.Models.Settings.Categories" i:type="d5p1:ProfilesData">
<d5p1:Profiles>
<Profile>
<AlphaCompressionFormat>DXT5</AlphaCompressionFormat>
<LauncherType>Default</LauncherType>
<Name>Windows</Name>
<NonAlphaCompressionFormat>DXT5</NonAlphaCompressionFormat>
<Platform>Windows</Platform>
</Profile>
<Profile>
<AlphaCompressionFormat>DXT5</AlphaCompressionFormat>
<LauncherType>Default</LauncherType>
<Name>UWP</Name>
<NonAlphaCompressionFormat>DXT5</NonAlphaCompressionFormat>
<Platform>UWP</Platform>
</Profile>
</d5p1:Profiles>
</d3p1:Value>
</d3p1:KeyValueOfstringanyType>
</d2p1:Categories>
</Settings>
<Version xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:_Build>0</d2p1:_Build>
<d2p1:_Major>2</d2p1:_Major>
<d2p1:_Minor>3</d2p1:_Minor>
<d2p1:_Revision>0</d2p1:_Revision>
</Version>
<WaveVersion>2.3.0.29</WaveVersion>
</Project>