Skip to content

Commit

Permalink
add publish configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamTovatt committed Apr 19, 2023
1 parent 66dc444 commit e6ac362
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions Leona/Leona.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishSingleFile>true</PublishSingleFile>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>

Expand Down
6 changes: 6 additions & 0 deletions Leona/Leona.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LastSelectedProfileId>C:\Users\Adam\code\leona\Leona\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
</PropertyGroup>
</Project>
18 changes: 18 additions & 0 deletions Leona/Properties/PublishProfiles/FolderProfile.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?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\net6.0\publish\win-x86\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishTrimmed>false</PublishTrimmed>
<PublishReadyToRun>false</PublishReadyToRun>
</PropertyGroup>
</Project>
10 changes: 10 additions & 0 deletions Leona/Properties/PublishProfiles/FolderProfile.pubxml.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2023-04-19T21:53:59.0887878Z;True|2023-04-19T23:53:35.9668111+02:00;True|2023-04-19T23:53:23.5101205+02:00;True|2023-04-19T23:53:08.2224476+02:00;True|2023-04-19T23:52:47.2938479+02:00;True|2023-04-19T23:52:04.8929153+02:00;True|2023-04-19T23:49:37.2286101+02:00;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>

0 comments on commit e6ac362

Please sign in to comment.