-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathTrue Mining Desktop.csproj
129 lines (128 loc) · 5.07 KB
/
True Mining Desktop.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net6.0-windows</TargetFrameworks>
<RootNamespace>TrueMiningDesktop</RootNamespace>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>icone.ico</ApplicationIcon>
<AssemblyVersion>4.20.2</AssemblyVersion>
<FileVersion>4.20.2</FileVersion>
<Version>4.20.2</Version>
<StartupObject>TrueMiningDesktop.App</StartupObject>
<AssemblyName>True Mining Desktop</AssemblyName>
<Company>True Mining</Company>
<Authors>Matheus Bach</Authors>
<Product>True Mining Desktop</Product>
<Copyright>Copyright (C) 2019-2023 True Mining</Copyright>
<PackageIcon>logo.png</PackageIcon>
<Description>True Mining Desktop Mining Software</Description>
<RepositoryUrl>https://github.com/True-Mining/TrueMiningDesktop</RepositoryUrl>
<PackageProjectUrl>https://truemining.online</PackageProjectUrl>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<PackageId>TrueMiningDesktop</PackageId>
<DebugType>embedded</DebugType>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishReadyToRunEmitSymbols>false</PublishReadyToRunEmitSymbols>
<PublishReadyToRunComposite>false</PublishReadyToRunComposite>
<Configuration>Release</Configuration>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>none</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<None Remove="icone.ico" />
<None Include="LICENSE.md">
<Pack>True</Pack>
<PackagePath>
</PackagePath>
</None>
<None Include="logo.png">
<Pack>True</Pack>
<PackagePath>
</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CoinpaprikaAPI" Version="1.3.21103" />
<PackageReference Include="Knapcode.TorSharp" Version="2.8.1" />
<PackageReference Include="MaterialDesignThemes" Version="4.3.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="OxyPlot.Wpf" Version="2.0.0" />
<PackageReference Include="nulastudio.NetBeauty" Version="2.0.0.0-beta.7" />
</ItemGroup>
<ItemGroup>
<Resource Include="icone.ico" />
<Resource Include="logo.png" />
</ItemGroup>
<ItemGroup>
<Compile Update="Janelas\Popups\ExhangeRates.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<None Update="LICENSEs %28libs, frameworks, etc.%29.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="Resources\icone.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Resources\iconeTaskbar2.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Resources\LICENSE.md">
<PackagePath>
</PackagePath>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<Pack>True</Pack>
</None>
<None Update="Resources\LICENSEs-other.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Page Update="Janelas\Popups\ExhangeRates.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<PropertyGroup>
<BeautySharedRuntimeMode>False</BeautySharedRuntimeMode>
<!-- beauty into sub-directory, default is libs, quote with "" if contains space -->
<BeautyLibsDir Condition="$(BeautySharedRuntimeMode) == 'True'">../Resources/libraries/dotnet6</BeautyLibsDir>
<BeautyLibsDir Condition="$(BeautySharedRuntimeMode) != 'True'">./Resources/libraries/dotnet6</BeautyLibsDir>
<!-- dlls that you don't want to be moved or can not be moved -->
<!-- <BeautyExcludes>dll1.dll;lib*;...</BeautyExcludes> -->
<!-- dlls that end users never needed, so hide them -->
<!-- <BeautyHiddens>hostfxr;hostpolicy;*.deps.json;*.runtimeconfig*.json</BeautyHiddens> -->
<!-- set to True if you want to disable -->
<DisableBeauty>False</DisableBeauty>
<!-- set to False if you want to beauty on build -->
<BeautyOnPublishOnly>True</BeautyOnPublishOnly>
<!-- set to True if you want to allow 3rd debuggers(like dnSpy) debugs the app -->
<BeautyEnableDebugging>False</BeautyEnableDebugging>
<!-- the patch can reduce the file count -->
<!-- set to False if you want to disable -->
<!-- SCD Mode Feature Only -->
<BeautyUsePatch>True</BeautyUsePatch>
<!-- <BeautyAfterTasks></BeautyAfterTasks> -->
<!-- valid values: Error|Detail|Info -->
<BeautyLogLevel>Info</BeautyLogLevel>
<!-- set to a repo mirror if you have troble in connecting github -->
<!-- <BeautyGitCDN>https://gitee.com/liesauer/HostFXRPatcher</BeautyGitCDN> -->
<!-- <BeautyGitTree>master</BeautyGitTree> -->
</PropertyGroup>
</Project>