publish single file

alphons <alphons@heijden.com> 17 Dec 2025, 14:30
c8f241cc5a820d5bc72f6c8bbad0d32a4baf581e
1 files changed
  • MijnHost/Properties/PublishProfiles/FolderProfile.pubxml
diff --git a/MijnHost/Properties/PublishProfiles/FolderProfile.pubxml b/MijnHost/Properties/PublishProfiles/FolderProfile.pubxml
new file mode 100644
index 0000000..f11b932
--- /dev/null
+++ b/MijnHost/Properties/PublishProfiles/FolderProfile.pubxml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
+<Project>
+ <PropertyGroup>
+ <Configuration>Release</Configuration>
+ <Platform>Any CPU</Platform>
+ <PublishDir>bin\Release\net10.0\publish\win-x64\</PublishDir>
+ <PublishProtocol>FileSystem</PublishProtocol>
+ <_TargetId>Folder</_TargetId>
+ <TargetFramework>net10.0</TargetFramework>
+ <RuntimeIdentifier>win-x64</RuntimeIdentifier>
+ <SelfContained>false</SelfContained>
+ <PublishSingleFile>true</PublishSingleFile>
+ <PublishReadyToRun>false</PublishReadyToRun>
+ </PropertyGroup>
+</Project>
\ No newline at end of file