File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <!-- <TargetFramework>netcoreapp2.0</TargetFramework>-->
5- <TargetFrameworks >netcoreapp2.0;net461</TargetFrameworks >
6- <RuntimeIdentifiers >win7-x64</RuntimeIdentifiers >
4+ <TargetFramework >netcoreapp2.0</TargetFramework >
5+ <ApplicationIcon >signalgo icon.ico</ApplicationIcon >
6+ <!-- <TargetFrameworks>netcoreapp2.0;net461</TargetFrameworks>
7+ <RuntimeIdentifiers>win7-x64</RuntimeIdentifiers>-->
8+ <RootNamespace >SignalGoTestClient</RootNamespace >
9+ <AssemblyName >SignalGoTestClient</AssemblyName >
10+ <AssemblyVersion >4.5</AssemblyVersion >
11+ <FileVersion >4.5</FileVersion >
12+ <Version >4.5</Version >
13+ <Copyright >Copyright © ali.visual.studio@gmail.com 2016</Copyright >
714 </PropertyGroup >
8-
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
16+ <DebugType >full</DebugType >
17+ <DebugSymbols >true</DebugSymbols >
18+ </PropertyGroup >
19+
920 <ItemGroup >
1021 <Compile Update =" **\*.xaml.cs" >
1122 <DependentUpon >%(Filename)</DependentUpon >
Original file line number Diff line number Diff line change 1- بیلد لینوکس:
2- dotnet publish -c release -r ubuntu.14.04-x64
3- اجرا با دابل کلیک در لینوکس:
1+ اجرا با دابل کلیک در لینوکس:
42روی فایل پروپرتیز زده و از تب پریمیشن تیک execute زده شود
53در منوی File و References تب Behavior گزینه ی Executable Text Files رو Run Them انتخاب کن
64
@@ -12,4 +10,11 @@ https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x
1210در لینک زیر :
1311https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x
1412
15- بخش ./dotnet-install.sh -c Current
13+ بخش ./dotnet-install.sh -c Current
14+
15+ بیلد لینوکس:
16+ dotnet publish -c release -r ubuntu.14.04-x64
17+ بیلد ویندوز:
18+ dotnet publish -c release -r win7-x64
19+ بیلد مک:
20+ dotnet publish -c release -r osx.10.11-x64
You can’t perform that action at this time.
0 commit comments