Skip to content

Commit

Permalink
feat: add profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
minkostaev committed Dec 30, 2022
1 parent 7ce4c2d commit 7d6a074
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ShortcutsGrid/Properties/PublishProfiles/Games.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Games\net6.0-windows\publish\win-x64\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<ApplicationIcon>Resources\games-128.ico</ApplicationIcon>
<AssemblyName>Games</AssemblyName>
</PropertyGroup>
</Project>
19 changes: 19 additions & 0 deletions ShortcutsGrid/Properties/PublishProfiles/Programming.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Programming\net6.0-windows\publish\win-x64\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<ApplicationIcon>Resources\programming-128.ico</ApplicationIcon>
<AssemblyName>Programming</AssemblyName>
</PropertyGroup>
</Project>
19 changes: 19 additions & 0 deletions ShortcutsGrid/Properties/PublishProfiles/Virtual Machines.pubxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Virtual Machines\net6.0-windows\publish\win-x64\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net6.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<ApplicationIcon>Resources\virtual-machines-128.ico</ApplicationIcon>
<AssemblyName>Virtual Machines</AssemblyName>
</PropertyGroup>
</Project>
Binary file added ShortcutsGrid/Resources/games-128.ico
Binary file not shown.
Binary file added ShortcutsGrid/Resources/programming-128.ico
Binary file not shown.
Binary file added ShortcutsGrid/Resources/virtual-machines-128.ico
Binary file not shown.

0 comments on commit 7d6a074

Please sign in to comment.