Skip to content

Commit 6e45788

Browse files
fix versions
1 parent 42588cf commit 6e45788

3 files changed

Lines changed: 24 additions & 8 deletions

File tree

Cross-Platform/SignalGoTest.Desktop/SignalGoTest.Desktop.csproj

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
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>
61.5 KB
Binary file not shown.

Cross-Platform/آموزش.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
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
در لینک زیر :
1311
https://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

0 commit comments

Comments
 (0)