File tree Expand file tree Collapse file tree 16 files changed +90
-0
lines changed
UnoSolutionTemplate.WinUI.net6/Wasm
UnoSolutionTemplate.net6/Wasm Expand file tree Collapse file tree 16 files changed +90
-0
lines changed Original file line number Diff line number Diff line change 4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >$basetargetframework$</TargetFramework >
6
6
<NoWarn >NU1701</NoWarn >
7
+
8
+ <WasmPWAManifestFile >manifest.json</WasmPWAManifestFile >
7
9
</PropertyGroup >
8
10
9
11
<PropertyGroup Condition =" '$(Configuration)'=='Debug'" >
Original file line number Diff line number Diff line change 21
21
<Project TargetFileName =" $ext_safeprojectname$.Wasm.csproj" File =" UnoQuickStart.Wasm.csproj" ReplaceParameters =" true" >
22
22
<ProjectItem ReplaceParameters =" true" TargetFileName =" Program.cs" >Program.cs</ProjectItem >
23
23
<ProjectItem ReplaceParameters =" true" >LinkerConfig.xml</ProjectItem >
24
+ <ProjectItem ReplaceParameters =" true" TargetFileName =" manifest.json" >manifest.json</ProjectItem >
24
25
<Folder Name =" Properties" TargetFolderName =" Properties" >
25
26
<ProjectItem TargetFileName =" launchSettings.json" ReplaceParameters =" true" >launchSettings.json</ProjectItem >
26
27
</Folder >
27
28
<Folder Name =" Assets" TargetFolderName =" Assets" >
29
+ <ProjectItem TargetFileName =" AppIcon-16.png" ReplaceParameters =" false" >AppIcon-16.png</ProjectItem >
30
+ <ProjectItem TargetFileName =" AppIcon-32.png" ReplaceParameters =" false" >AppIcon-32.png</ProjectItem >
31
+ <ProjectItem TargetFileName =" AppIcon-128.png" ReplaceParameters =" false" >AppIcon-128.png</ProjectItem >
32
+ <ProjectItem TargetFileName =" AppIcon-256.png" ReplaceParameters =" false" >AppIcon-256.png</ProjectItem >
33
+ <ProjectItem TargetFileName =" AppIcon-512.png" ReplaceParameters =" false" >AppIcon-512.png</ProjectItem >
28
34
<ProjectItem TargetFileName =" SplashScreen.png" ReplaceParameters =" false" >SplashScreen.png</ProjectItem >
29
35
</Folder >
30
36
<Folder Name =" wwwroot" TargetFolderName =" wwwroot" >
Original file line number Diff line number Diff line change
1
+ {
2
+ "background_color" : " #ffffff" ,
3
+ "description" : " $ext_safeprojectname$" ,
4
+ "display" : " standalone" ,
5
+ "icons" : [
6
+ {
7
+ "src" : " Assets/AppIcon-16.png" ,
8
+ "sizes" : " 16x16" ,
9
+ "type" : " image/png"
10
+ },
11
+ {
12
+ "src" : " Assets/AppIcon-32.png" ,
13
+ "sizes" : " 32x32" ,
14
+ "type" : " image/png"
15
+ },
16
+ {
17
+ "src" : " Assets/AppIcon-128.png" ,
18
+ "sizes" : " 128x128" ,
19
+ "type" : " image/png"
20
+ },
21
+ {
22
+ "src" : " Assets/AppIcon-256.png" ,
23
+ "sizes" : " 256x256" ,
24
+ "type" : " image/png"
25
+ },
26
+ {
27
+ "src" : " Assets/AppIcon-512.png" ,
28
+ "sizes" : " 512x512" ,
29
+ "type" : " image/png"
30
+ }
31
+ ],
32
+ "name" : " $ext_safeprojectname$" ,
33
+ "short_name" : " $ext_safeprojectname$" ,
34
+ "start_url" : " /index.html" ,
35
+ "theme_color" : " #ffffff" ,
36
+ "scope" : " /"
37
+ }
Original file line number Diff line number Diff line change 4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >net6.0</TargetFramework >
6
6
<NoWarn >NU1701</NoWarn >
7
+
8
+ <WasmPWAManifestFile >manifest.json</WasmPWAManifestFile >
7
9
</PropertyGroup >
8
10
9
11
<PropertyGroup Condition =" '$(Configuration)'=='Debug'" >
Original file line number Diff line number Diff line change 20
20
<Project TargetFileName =" $ext_safeprojectname$.Wasm.csproj" File =" UnoQuickStart.Wasm.csproj" ReplaceParameters =" true" >
21
21
<ProjectItem ReplaceParameters =" true" TargetFileName =" Program.cs" >Program.cs</ProjectItem >
22
22
<ProjectItem ReplaceParameters =" true" >LinkerConfig.xml</ProjectItem >
23
+ <ProjectItem ReplaceParameters =" true" TargetFileName =" manifest.json" >manifest.json</ProjectItem >
23
24
<Folder Name =" Assets" TargetFolderName =" Assets" >
25
+ <ProjectItem TargetFileName =" AppIcon-16.png" ReplaceParameters =" false" >AppIcon-16.png</ProjectItem >
26
+ <ProjectItem TargetFileName =" AppIcon-32.png" ReplaceParameters =" false" >AppIcon-32.png</ProjectItem >
27
+ <ProjectItem TargetFileName =" AppIcon-128.png" ReplaceParameters =" false" >AppIcon-128.png</ProjectItem >
28
+ <ProjectItem TargetFileName =" AppIcon-256.png" ReplaceParameters =" false" >AppIcon-256.png</ProjectItem >
29
+ <ProjectItem TargetFileName =" AppIcon-512.png" ReplaceParameters =" false" >AppIcon-512.png</ProjectItem >
24
30
<ProjectItem TargetFileName =" SplashScreen.png" ReplaceParameters =" false" >SplashScreen.png</ProjectItem >
25
31
</Folder >
26
32
<Folder Name =" wwwroot" TargetFolderName =" wwwroot" >
Original file line number Diff line number Diff line change
1
+ {
2
+ "background_color" : " #ffffff" ,
3
+ "description" : " $ext_safeprojectname$" ,
4
+ "display" : " standalone" ,
5
+ "icons" : [
6
+ {
7
+ "src" : " Assets/AppIcon-16.png" ,
8
+ "sizes" : " 16x16" ,
9
+ "type" : " image/png"
10
+ },
11
+ {
12
+ "src" : " Assets/AppIcon-32.png" ,
13
+ "sizes" : " 32x32" ,
14
+ "type" : " image/png"
15
+ },
16
+ {
17
+ "src" : " Assets/AppIcon-128.png" ,
18
+ "sizes" : " 128x128" ,
19
+ "type" : " image/png"
20
+ },
21
+ {
22
+ "src" : " Assets/AppIcon-256.png" ,
23
+ "sizes" : " 256x256" ,
24
+ "type" : " image/png"
25
+ },
26
+ {
27
+ "src" : " Assets/AppIcon-512.png" ,
28
+ "sizes" : " 512x512" ,
29
+ "type" : " image/png"
30
+ }
31
+ ],
32
+ "name" : " $ext_safeprojectname$" ,
33
+ "short_name" : " $ext_safeprojectname$" ,
34
+ "start_url" : " /index.html" ,
35
+ "theme_color" : " #ffffff" ,
36
+ "scope" : " /"
37
+ }
You can’t perform that action at this time.
0 commit comments