WIP / EC P+P

master
Harald Christian Joachim Wolff 2017-10-18 09:09:25 +02:00
parent cb10a0833c
commit c33fef3332
3 changed files with 9 additions and 9 deletions

View File

@ -13,11 +13,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sharp.hashing", "sharp-hash
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sharp.extensions", "sharp-extensions\sharp.extensions.csproj", "{97CA3CA9-98B3-4492-B072-D7A5995B68E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BigInt", "BigInteger\BigInt.csproj", "{E745E261-9E3E-4401-B3BA-78B38753A82E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Crypto", "sharp-crypto\Crypto.csproj", "{15D8398F-01EB-4280-8E2E-B03417DD3215}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BigIntegerTest", "BigIntegerTest\BigIntegerTest.csproj", "{9596C70F-9CCD-4821-A82B-501B97544D52}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BigInt", "sharp-biginteger\BigInt.csproj", "{E745E261-9E3E-4401-B3BA-78B38753A82E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Crypto", "Crypto\Crypto.csproj", "{15D8398F-01EB-4280-8E2E-B03417DD3215}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BigIntegerTest", "sharp-biginteger\BigIntegerTest\BigIntegerTest.csproj", "{9596C70F-9CCD-4821-A82B-501B97544D52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -49,6 +49,10 @@ Global
{97CA3CA9-98B3-4492-B072-D7A5995B68E9}.Debug|x86.Build.0 = Debug|Any CPU
{97CA3CA9-98B3-4492-B072-D7A5995B68E9}.Release|x86.ActiveCfg = Release|Any CPU
{97CA3CA9-98B3-4492-B072-D7A5995B68E9}.Release|x86.Build.0 = Release|Any CPU
{15D8398F-01EB-4280-8E2E-B03417DD3215}.Debug|x86.ActiveCfg = Debug|Any CPU
{15D8398F-01EB-4280-8E2E-B03417DD3215}.Debug|x86.Build.0 = Debug|Any CPU
{15D8398F-01EB-4280-8E2E-B03417DD3215}.Release|x86.ActiveCfg = Release|Any CPU
{15D8398F-01EB-4280-8E2E-B03417DD3215}.Release|x86.Build.0 = Release|Any CPU
{E745E261-9E3E-4401-B3BA-78B38753A82E}.Debug|x86.ActiveCfg = Debug|Any CPU
{E745E261-9E3E-4401-B3BA-78B38753A82E}.Debug|x86.Build.0 = Debug|Any CPU
{E745E261-9E3E-4401-B3BA-78B38753A82E}.Release|x86.ActiveCfg = Release|Any CPU
@ -57,10 +61,6 @@ Global
{9596C70F-9CCD-4821-A82B-501B97544D52}.Debug|x86.Build.0 = Debug|x86
{9596C70F-9CCD-4821-A82B-501B97544D52}.Release|x86.ActiveCfg = Release|x86
{9596C70F-9CCD-4821-A82B-501B97544D52}.Release|x86.Build.0 = Release|x86
{15D8398F-01EB-4280-8E2E-B03417DD3215}.Debug|x86.ActiveCfg = Debug|Any CPU
{15D8398F-01EB-4280-8E2E-B03417DD3215}.Debug|x86.Build.0 = Debug|Any CPU
{15D8398F-01EB-4280-8E2E-B03417DD3215}.Release|x86.ActiveCfg = Release|Any CPU
{15D8398F-01EB-4280-8E2E-B03417DD3215}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0

@ -1 +1 @@
Subproject commit 4d1d4005153ea34e4491748315c6630312f6e62b
Subproject commit e287225eafc4be08a5ac53ce3025f150a8a4c572

@ -1 +1 @@
Subproject commit 7f47ca2eed13f20ef4344115bf927f776aacba2e
Subproject commit 91f770c6b1bbe31b75ea599ce56b6f87e07f03a1