Browse Source

🎯 Add some PublishProfiles for convenience

pull/2909/head
database64128 4 years ago
parent
commit
623bd37c29
No known key found for this signature in database GPG Key ID: 1CA27546BEDB8B01
4 changed files with 48 additions and 0 deletions
  1. +18
    -0
      shadowsocks-csharp/Properties/PublishProfiles/win-x64.pubxml
  2. +6
    -0
      shadowsocks-csharp/Properties/PublishProfiles/win-x64.pubxml.user
  3. +18
    -0
      shadowsocks-csharp/Properties/PublishProfiles/win-x86.pubxml
  4. +6
    -0
      shadowsocks-csharp/Properties/PublishProfiles/win-x86.pubxml.user

+ 18
- 0
shadowsocks-csharp/Properties/PublishProfiles/win-x64.pubxml View File

@@ -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\netcoreapp3.1\win-x64\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishTrimmed>True</PublishTrimmed>
</PropertyGroup>
</Project>

+ 6
- 0
shadowsocks-csharp/Properties/PublishProfiles/win-x64.pubxml.user View File

@@ -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
- 0
shadowsocks-csharp/Properties/PublishProfiles/win-x86.pubxml View File

@@ -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\netcoreapp3.1\win-x86\publish\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishTrimmed>True</PublishTrimmed>
</PropertyGroup>
</Project>

+ 6
- 0
shadowsocks-csharp/Properties/PublishProfiles/win-x86.pubxml.user View File

@@ -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>

Loading…
Cancel
Save