Files
.gitea
Elwig
Controls
Dialogs
Documents
Helpers
Models
Properties
PublishProfiles
FolderProfile.pubxml
Resources
Services
Themes
ViewModels
Windows
App.xaml
App.xaml.cs
AssemblyInfo.cs
Elwig.csproj
app.manifest
fetch-resources.bat
Installer
Setup
Tests
.gitignore
CHANGELOG.md
Elwig.sln
README.md
elwig/Elwig/Properties/PublishProfiles/FolderProfile.pubxml

18 lines
600 B
XML

<?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\Publish</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net8.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>false</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
</Project>