diff --git a/SharpMining.sln b/SharpMining.sln index f733ab8..75c9d51 100644 --- a/SharpMining.sln +++ b/SharpMining.sln @@ -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 diff --git a/sharp-biginteger b/sharp-biginteger index 4d1d400..e287225 160000 --- a/sharp-biginteger +++ b/sharp-biginteger @@ -1 +1 @@ -Subproject commit 4d1d4005153ea34e4491748315c6630312f6e62b +Subproject commit e287225eafc4be08a5ac53ce3025f150a8a4c572 diff --git a/sharp-crypto b/sharp-crypto index 7f47ca2..91f770c 160000 --- a/sharp-crypto +++ b/sharp-crypto @@ -1 +1 @@ -Subproject commit 7f47ca2eed13f20ef4344115bf927f776aacba2e +Subproject commit 91f770c6b1bbe31b75ea599ce56b6f87e07f03a1