Skip to content

Commit

Permalink
x64
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo authored and Pablo committed Jun 18, 2021
1 parent ae09047 commit ddb956b
Show file tree
Hide file tree
Showing 19 changed files with 115 additions and 290 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "src/BencodeNET"]
path = src/BencodeNET
url = https://github.com/Krusen/BencodeNET.git
[submodule "src/Bencode"]
path = src/Bencode
url = https://github.com/JeremiSharkboy/BencodeNET.git
1 change: 1 addition & 0 deletions src/Bencode
Submodule Bencode added at fadfa9
1 change: 0 additions & 1 deletion src/BencodeNET
Submodule BencodeNET deleted from e49f60
1 change: 1 addition & 0 deletions src/Kebler.Const/Kebler.Const.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
</PropertyGroup>

</Project>
7 changes: 4 additions & 3 deletions src/Kebler.Models/Kebler.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@
<NoWarn>0067</NoWarn>
<Configurations>Debug;Release;Portable</Configurations>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Portable|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Portable|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions src/Kebler.Resources/Kebler.Resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Kebler.SI/Kebler.SI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<UseWPF>true</UseWPF>
<Configurations>Debug;Release;Portable</Configurations>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/Kebler.Services/Kebler.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions src/Kebler.Styles/Kebler.Styles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<Platforms>x64</Platforms>
</PropertyGroup>

</Project>
2 changes: 2 additions & 0 deletions src/Kebler.Test/Kebler.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<Configurations>Debug;Release;Portable</Configurations>

<Nullable>enable</Nullable>

<Platforms>x64</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Kebler.TransmissionCore/Kebler.TransmissionCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net5.0-windows7.0</TargetFramework>
<Configurations>Debug;Release;Portable</Configurations>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
62 changes: 0 additions & 62 deletions src/Kebler.UI/Kebler - Backup.UI.csproj

This file was deleted.

7 changes: 4 additions & 3 deletions src/Kebler.UI/Kebler.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@
<UseWPF>true</UseWPF>
<Configurations>Debug;Release;Portable</Configurations>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Portable|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Portable|x64'">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions src/Kebler.Update.Core/Kebler.Update.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
</PropertyGroup>


Expand Down
1 change: 1 addition & 0 deletions src/Kebler.Update/Kebler.Update.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<AssemblyName>Installer</AssemblyName>
<ApplicationIcon>KeblerD.ico</ApplicationIcon>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
</PropertyGroup>
<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
Loading

0 comments on commit ddb956b

Please sign in to comment.