|
1 | 1 | <Solution> |
2 | 2 | <Configurations> |
| 3 | + <BuildType Name="Dev" /> |
| 4 | + <BuildType Name="SideloadPreview" /> |
| 5 | + <BuildType Name="SideloadStable" /> |
| 6 | + <BuildType Name="StorePreview" /> |
| 7 | + <BuildType Name="StoreStable" /> |
3 | 8 | <Platform Name="arm64" /> |
4 | 9 | <Platform Name="x64" /> |
5 | 10 | <Platform Name="x86" /> |
6 | 11 | </Configurations> |
| 12 | + <Folder Name="/eng/" Id="02ea681e-c7d8-13c7-8484-4ac65e1b71e8"> |
| 13 | + <File Path="eng/PackageLogo.props" /> |
| 14 | + <File Path="eng/PackageManifest.props" /> |
| 15 | + </Folder> |
7 | 16 | <Folder Name="/global/" Id="ddb4ef12-cc4e-5e88-e6fc-71a802f4de97"> |
8 | 17 | <File Path="Directory.Build.props" /> |
9 | 18 | <File Path="Directory.Packages.props" /> |
10 | 19 | </Folder> |
11 | 20 | <Folder Name="/src/" /> |
12 | 21 | <Folder Name="/src/core/" Id="8d626ea8-cb54-bc41-363a-217881beba6e"> |
13 | | - <Project Path="src/Files.Core.SourceGenerator/Files.Core.SourceGenerator.csproj" /> |
| 22 | + <Project Path="src/Files.Core.SourceGenerator/Files.Core.SourceGenerator.csproj"> |
| 23 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 24 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
| 25 | + </Project> |
14 | 26 | <Project Path="src/Files.Core.Storage/Files.Core.Storage.csproj"> |
| 27 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 28 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
15 | 29 | <Platform Solution="*|arm64" Project="arm64" /> |
16 | 30 | <Platform Solution="*|x64" Project="x64" /> |
17 | 31 | <Platform Solution="*|x86" Project="x86" /> |
18 | 32 | </Project> |
19 | 33 | <Project Path="src/Files.Shared/Files.Shared.csproj"> |
| 34 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 35 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
20 | 36 | <Platform Solution="*|arm64" Project="arm64" /> |
21 | 37 | <Platform Solution="*|x64" Project="x64" /> |
22 | 38 | <Platform Solution="*|x86" Project="x86" /> |
23 | 39 | </Project> |
24 | 40 | </Folder> |
25 | 41 | <Folder Name="/src/platforms/" Id="82099983-647e-f067-e69a-cd800643a918"> |
26 | 42 | <Project Path="src/Files.App (Package)/Files.Package.wapproj" Type="c7167f0d-bc9f-4e6e-afe1-012c56b48db5"> |
| 43 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 44 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
| 45 | + <Platform Solution="SideloadPreview|arm64" Project="ARM64" /> |
| 46 | + <Platform Solution="StorePreview|arm64" Project="ARM64" /> |
| 47 | + <Platform Solution="StoreStable|arm64" Project="ARM64" /> |
27 | 48 | <Deploy /> |
28 | 49 | </Project> |
29 | 50 | <Project Path="src/Files.App.BackgroundTasks/Files.App.BackgroundTasks.csproj"> |
30 | | - <Platform Solution="*|arm64" Project="arm64" /> |
| 51 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 52 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
31 | 53 | <Platform Solution="*|x64" Project="x64" /> |
32 | 54 | <Platform Solution="*|x86" Project="x86" /> |
| 55 | + <Platform Solution="Dev|arm64" Project="arm64" /> |
| 56 | + <Platform Solution="SideloadPreview|arm64" Project="ARM64" /> |
| 57 | + <Platform Solution="SideloadStable|arm64" Project="arm64" /> |
| 58 | + <Platform Solution="StorePreview|arm64" Project="ARM64" /> |
| 59 | + <Platform Solution="StoreStable|arm64" Project="ARM64" /> |
33 | 60 | </Project> |
34 | 61 | <Project Path="src/Files.App.Controls/Files.App.Controls.csproj"> |
| 62 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 63 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
35 | 64 | <Platform Solution="*|arm64" Project="arm64" /> |
36 | 65 | <Platform Solution="*|x64" Project="x64" /> |
37 | 66 | <Platform Solution="*|x86" Project="x86" /> |
38 | 67 | </Project> |
39 | 68 | <Project Path="src/Files.App.CsWin32/Files.App.CsWin32.csproj"> |
| 69 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 70 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
40 | 71 | <Platform Solution="*|arm64" Project="arm64" /> |
41 | 72 | <Platform Solution="*|x64" Project="x64" /> |
42 | 73 | <Platform Solution="*|x86" Project="x86" /> |
43 | 74 | </Project> |
44 | | - <Project Path="src/Files.App.Launcher/Files.App.Launcher.vcxproj" Id="25fd5045-6d4c-4dd0-b3ac-613ab59cbb07" /> |
45 | | - <Project Path="src/Files.App.OpenDialog/Files.App.OpenDialog.vcxproj" Id="a2ff3f3b-8ebc-4108-b99d-1476b7876656" /> |
| 75 | + <Project Path="src/Files.App.Launcher/Files.App.Launcher.vcxproj" Id="25fd5045-6d4c-4dd0-b3ac-613ab59cbb07"> |
| 76 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 77 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
| 78 | + </Project> |
| 79 | + <Project Path="src/Files.App.OpenDialog/Files.App.OpenDialog.vcxproj" Id="a2ff3f3b-8ebc-4108-b99d-1476b7876656"> |
| 80 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 81 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
| 82 | + </Project> |
46 | 83 | <Project Path="src/Files.App.OpenDialog/Files.App.OpenDialog.Win32.vcxproj" Id="b3fe3f3b-cecc-4918-b72b-5488c3774125"> |
47 | | - <Platform Project="Win32" /> |
| 84 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 85 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
| 86 | + <Platform Solution="Dev|arm64" Project="Win32" /> |
| 87 | + <Platform Solution="Dev|x64" Project="Win32" /> |
| 88 | + <Platform Solution="SideloadStable|arm64" Project="Win32" /> |
| 89 | + <Platform Solution="SideloadStable|x64" Project="Win32" /> |
| 90 | + </Project> |
| 91 | + <Project Path="src/Files.App.SaveDialog/Files.App.SaveDialog.vcxproj" Id="ebfa367f-cbdb-4cd0-b838-d6b95f61d1f6"> |
| 92 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 93 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
48 | 94 | </Project> |
49 | | - <Project Path="src/Files.App.SaveDialog/Files.App.SaveDialog.vcxproj" Id="ebfa367f-cbdb-4cd0-b838-d6b95f61d1f6" /> |
50 | 95 | <Project Path="src/Files.App.SaveDialog/Files.App.SaveDialog.Win32.vcxproj" Id="7756a1a4-17b5-4e6b-9b12-f19aa868a225"> |
51 | | - <Platform Project="Win32" /> |
| 96 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 97 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
| 98 | + <Platform Solution="Dev|arm64" Project="Win32" /> |
| 99 | + <Platform Solution="Dev|x64" Project="Win32" /> |
| 100 | + <Platform Solution="SideloadStable|arm64" Project="Win32" /> |
| 101 | + <Platform Solution="SideloadStable|x64" Project="Win32" /> |
52 | 102 | </Project> |
53 | 103 | <Project Path="src/Files.App.Server/Files.App.Server.csproj"> |
| 104 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 105 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
54 | 106 | <Platform Solution="*|arm64" Project="arm64" /> |
55 | 107 | <Platform Solution="*|x64" Project="x64" /> |
56 | 108 | <Platform Solution="*|x86" Project="x86" /> |
57 | | - <Deploy /> |
| 109 | + <Deploy Solution="Dev|*" /> |
| 110 | + <Deploy Solution="SideloadStable|*" /> |
58 | 111 | </Project> |
59 | 112 | <Project Path="src/Files.App.Storage/Files.App.Storage.csproj"> |
| 113 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 114 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
60 | 115 | <Platform Solution="*|arm64" Project="arm64" /> |
61 | 116 | <Platform Solution="*|x64" Project="x64" /> |
62 | 117 | <Platform Solution="*|x86" Project="x86" /> |
|
68 | 123 | <BuildDependency Project="src/Files.App.SaveDialog/Files.App.SaveDialog.vcxproj" /> |
69 | 124 | <BuildDependency Project="src/Files.App.SaveDialog/Files.App.SaveDialog.Win32.vcxproj" /> |
70 | 125 | <BuildDependency Project="src/Files.App.Server/Files.App.Server.csproj" /> |
| 126 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 127 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
71 | 128 | <Platform Solution="*|arm64" Project="arm64" /> |
72 | 129 | <Platform Solution="*|x64" Project="x64" /> |
73 | 130 | <Platform Solution="*|x86" Project="x86" /> |
74 | | - <Deploy /> |
| 131 | + <Deploy Solution="Dev|*" /> |
| 132 | + <Deploy Solution="SideloadStable|*" /> |
75 | 133 | </Project> |
76 | 134 | </Folder> |
77 | 135 | <Folder Name="/tests/"> |
78 | 136 | <Project Path="tests/Files.App.UITests/Files.App.UITests.csproj"> |
| 137 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 138 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
79 | 139 | <Platform Solution="*|arm64" Project="arm64" /> |
80 | 140 | <Platform Solution="*|x64" Project="x64" /> |
81 | 141 | <Platform Solution="*|x86" Project="x86" /> |
82 | 142 | <Deploy /> |
83 | 143 | </Project> |
84 | 144 | <Project Path="tests/Files.InteractionTests/Files.InteractionTests.csproj"> |
| 145 | + <BuildType Solution="Dev|*" Project="Debug" /> |
| 146 | + <BuildType Solution="SideloadStable|*" Project="Release" /> |
85 | 147 | <Platform Solution="*|arm64" Project="arm64" /> |
86 | 148 | <Platform Solution="*|x64" Project="x64" /> |
87 | 149 | <Platform Solution="*|x86" Project="x86" /> |
|
0 commit comments