2 changed files with 32 additions and 0 deletions
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- |
||||
https://go.microsoft.com/fwlink/?LinkID=208121. |
||||
--> |
||||
<Project> |
||||
<PropertyGroup> |
||||
<DeleteExistingFiles>false</DeleteExistingFiles> |
||||
<ExcludeApp_Data>false</ExcludeApp_Data> |
||||
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish> |
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> |
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform> |
||||
<PublishProvider>FileSystem</PublishProvider> |
||||
<PublishUrl>bin\Release\net7.0\browser-wasm\publish\</PublishUrl> |
||||
<WebPublishMethod>FileSystem</WebPublishMethod> |
||||
<_TargetId>Folder</_TargetId> |
||||
</PropertyGroup> |
||||
</Project> |
||||
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- https://go.microsoft.com/fwlink/?LinkID=208121. --> |
||||
<Project> |
||||
<PropertyGroup> |
||||
<DeleteExistingFiles>false</DeleteExistingFiles> |
||||
<ExcludeApp_Data>false</ExcludeApp_Data> |
||||
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish> |
||||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> |
||||
<LastUsedPlatform>Any CPU</LastUsedPlatform> |
||||
<PublishProvider>FileSystem</PublishProvider> |
||||
<PublishUrl>bin\Release\net8.0\browser-wasm\publish\</PublishUrl> |
||||
<WebPublishMethod>FileSystem</WebPublishMethod> |
||||
<_TargetId>Folder</_TargetId> |
||||
</PropertyGroup> |
||||
</Project> |
||||
Loading…
Reference in new issue