Skip to content

Commit

Permalink
태그를 어디서 설정하더라
Browse files Browse the repository at this point in the history
  • Loading branch information
AquaRains committed Nov 3, 2021
1 parent a6526e3 commit 1081322
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 10 deletions.
4 changes: 0 additions & 4 deletions KKADBlow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,4 @@
<DependentUpon>Tray.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\PublishProfiles\" />
</ItemGroup>
</Project>
6 changes: 1 addition & 5 deletions Properties/PublishProfiles/FolderProfile.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PublishDir>bin\Release\net5.0-windows\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net5.0-windows</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>False</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishTrimmed>True</PublishTrimmed>
<SelfContained>false</SelfContained>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Properties/PublishProfiles/FolderProfile.pubxml.user
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<History>True|2021-11-02T01:41:42.0242458Z;True|2021-11-02T10:40:25.6803411+09:00;</History>
<History>True|2021-11-02T23:56:16.9622684Z;True|2021-11-03T08:55:55.2726732+09:00;True|2021-11-03T08:51:44.2218177+09:00;True|2021-11-03T08:46:13.3741449+09:00;False|2021-11-03T08:44:19.5876514+09:00;True|2021-11-02T10:41:42.0242458+09:00;True|2021-11-02T10:40:25.6803411+09:00;</History>
</PropertyGroup>
</Project>
6 changes: 6 additions & 0 deletions Properties/PublishProfiles/FolderProfile1.pubxml.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?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">
</Project>
18 changes: 18 additions & 0 deletions Properties/PublishProfiles/FolderProfile_selfcontained.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 ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<PublishDir>bin\Release\net5.0-windows\publish_selfcontained\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net5.0-windows</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>True</PublishReadyToRun>
<PublishTrimmed>True</PublishTrimmed>
</PropertyGroup>
</Project>

0 comments on commit 1081322

Please sign in to comment.