File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Components/WebView/WebView/src/build Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
<Target Name =" _AddBlazorWebViewAssets" DependsOnTargets =" GenerateJSModuleManifestBuildStaticWebAssets" >
14
14
<PropertyGroup >
15
15
<_WebViewAssetsBasePath Condition =" '$(_WebViewAssetsBasePath)' == ''" >$(MSBuildThisFileDirectory)..\staticwebassets\</_WebViewAssetsBasePath >
16
- <_BlazorModulesFilePath Condition =" '$(_WebViewAssetsBasePath)' == ''" >$(MSBuildThisFileDirectory)..\staticwebassets\blazor.modules.json</_BlazorModulesFilePath >
16
+ <_BlazorWebViewJsPath >$(_WebViewAssetsBasePath)blazor.webview.js</_BlazorWebViewJsPath >
17
+ <_BlazorWebViewModulesJsonPath >$(_WebViewAssetsBasePath)blazor.modules.json</_BlazorWebViewModulesJsonPath >
17
18
</PropertyGroup >
18
19
<ItemGroup >
19
- <_WebViewAssetCandidates Include =" $(_WebViewAssetsBasePath)blazor.webview.js " >
20
+ <_WebViewAssetCandidates Include =" $(_BlazorWebViewJsPath) " >
20
21
<RelativePath >_framework/blazor.webview.js</RelativePath >
21
22
</_WebViewAssetCandidates >
22
- <_WebViewAssetCandidates Include =" $(_BlazorModulesFilePath )" Condition =" '@(_ExistingBuildJSModules)' == ''" >
23
+ <_WebViewAssetCandidates Include =" $(_BlazorWebViewModulesJsonPath )" Condition =" '@(_ExistingBuildJSModules)' == ''" >
23
24
<RelativePath >_framework/blazor.modules.json</RelativePath >
24
25
</_WebViewAssetCandidates >
25
26
53
54
</Target >
54
55
55
56
</Project >
56
-
You can’t perform that action at this time.
0 commit comments