Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
103 changes: 66 additions & 37 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,39 +1,68 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.build text diff=xml
*.cs text diff=csharp
*.csproj text diff=xml
*.eml text
*.html text diff=html
*.mdp text diff=xml
*.mds text diff=xml
*.nunit text diff=xml
*.pem text
*.README text
*.sln text
*.tmpl text
*.txt text
*.xml text diff=xml
###############################################################################
# Make sh files under the build directory always have LF as line endings
###############################################################################
*.sh eol=lf

# Denote all files that are truly binary and should not be modified.
*.bin binary
*.cer binary
*.crl binary
*.crt binary
*.data binary
*.dll binary
*.dsa binary
*.jpg binary
*.jpeg binary
*.key binary
*.p12 binary
*.p7m binary
*.png binary
*.pri binary
*.pub binary
*.rsa binary
*.sec binary
*.sig binary
###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
48 changes: 26 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
*.psess
*.suo
*.swp
*.user
*.userprefs
*.vsp

*.nupkg

Backup/
bin/
dist/
doc/
obj/

_Resharper.*/
_Resharper*/
*.ide/
packages/
.vs/

*.nuget.props
*.nuget.targets
*.project.lock.json
project.lock.json
*.suo
*.user
_ReSharper.*
*.DS_Store
*.userprefs
*.pidb
*.vspx
*.psess
*.binlog
*.log
artifacts/
StyleCop.Cache
node_modules/
.nupkgs
.nuget
.r
.w
.deps
msbuild.ProjectImports.zip
.env
scripts/tmp/
.dotnet/
.tools/
src/**/global.json
launchSettings.json
BenchmarkDotNet.Artifacts/
46 changes: 0 additions & 46 deletions BouncyCastle-PCL.sln

This file was deleted.

38 changes: 0 additions & 38 deletions BouncyCastle.Mobile.sln

This file was deleted.

53 changes: 53 additions & 0 deletions BouncyCastle.NetCoreSdk.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28315.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EFF137D0-0CF4-47BF-90C9-BE80ADBBBC0D}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
License.html = License.html
README.md = README.md
version.props = version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C354E36B-8B22-47F7-A656-C8EC0DB16FE9}"
ProjectSection(SolutionItems) = preProject
version.props = version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{65EA6EB0-CAF6-4C0E-8FF6-3EA8B45E058B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BouncyCastle.NetCoreSdk", "src\BouncyCastle\BouncyCastle.NetCoreSdk.csproj", "{00E3F5DD-E331-4CE7-8DD8-01B6629988CE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Crypto.NetSdk.NUnitTest", "test\Crypto.NetSdk.NUnitTest\Crypto.NetSdk.NUnitTest.csproj", "{91034CD9-DC44-426F-8F1D-AABE33F76A6C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00E3F5DD-E331-4CE7-8DD8-01B6629988CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00E3F5DD-E331-4CE7-8DD8-01B6629988CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00E3F5DD-E331-4CE7-8DD8-01B6629988CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00E3F5DD-E331-4CE7-8DD8-01B6629988CE}.Release|Any CPU.Build.0 = Release|Any CPU
{91034CD9-DC44-426F-8F1D-AABE33F76A6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91034CD9-DC44-426F-8F1D-AABE33F76A6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91034CD9-DC44-426F-8F1D-AABE33F76A6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91034CD9-DC44-426F-8F1D-AABE33F76A6C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{00E3F5DD-E331-4CE7-8DD8-01B6629988CE} = {C354E36B-8B22-47F7-A656-C8EC0DB16FE9}
{91034CD9-DC44-426F-8F1D-AABE33F76A6C} = {65EA6EB0-CAF6-4C0E-8FF6-3EA8B45E058B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {81EB9F1C-263C-40E6-8ABD-EA5B8D357706}
EndGlobalSection
EndGlobal
26 changes: 0 additions & 26 deletions BouncyCastle.sln

This file was deleted.

18 changes: 18 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<Project>
<Import Project="version.props" />

<PropertyGroup>
<Product>Bouncy Castle Cryptography API</Product>
<Authors>The Legion of the Bouncy Castle Inc; Alex Paskhin </Authors>
<Company>The Legion of the Bouncy Castle Inc</Company>
<PackageProjectUrl>https://github.com/bcgit/bc-csharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/alexpaskhin/bc-csharp.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageLicenseUrl>http://www.bouncycastle.org/licence.html</PackageLicenseUrl>
<PackageLicenseType>MIT</PackageLicenseType>
<PackageTags>bouncycastle cryptography encryption security</PackageTags>
<Description>Bouncy Castle Cryptography API</Description>
<Copyright>Copyright (C) 2000-2019 The Legion of the Bouncy Castle Inc</Copyright>
</PropertyGroup>

</Project>
3 changes: 3 additions & 0 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Project>

</Project>
Loading