summary refs log tree commit diff
path: root/BouncyCastle.sln
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2014-10-14 14:50:29 -0400
committerJeffrey Stedfast <jeff@xamarin.com>2014-10-14 14:50:29 -0400
commitb7039a1a635e7b74765d44d2caf8cc2c5f66a6bc (patch)
tree87ebb85430d82ffcf13882318714a4fdb4f96a1c /BouncyCastle.sln
parentAdded AES, IDEA, and CAST5 CBC S/MIME Capability identifiers (diff)
downloadBouncyCastle.NET-ed25519-b7039a1a635e7b74765d44d2caf8cc2c5f66a6bc.tar.xz
Added Visual Studio 2010 project/solution files for .NET 2.0 and Xamarin Android/iOS
Diffstat (limited to 'BouncyCastle.sln')
-rw-r--r--BouncyCastle.sln26
1 files changed, 26 insertions, 0 deletions
diff --git a/BouncyCastle.sln b/BouncyCastle.sln
new file mode 100644
index 000000000..588f3d8ca
--- /dev/null
+++ b/BouncyCastle.sln
@@ -0,0 +1,26 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BouncyCastle", "crypto\BouncyCastle.csproj", "{4C235092-820C-4DEB-9074-D356FB797D8B}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "crypto\test\UnitTests.csproj", "{D4EB669D-7C88-48C0-A480-C5CC73A7369B}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{4C235092-820C-4DEB-9074-D356FB797D8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{4C235092-820C-4DEB-9074-D356FB797D8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{4C235092-820C-4DEB-9074-D356FB797D8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{4C235092-820C-4DEB-9074-D356FB797D8B}.Release|Any CPU.Build.0 = Release|Any CPU
+		{D4EB669D-7C88-48C0-A480-C5CC73A7369B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{D4EB669D-7C88-48C0-A480-C5CC73A7369B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{D4EB669D-7C88-48C0-A480-C5CC73A7369B}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{D4EB669D-7C88-48C0-A480-C5CC73A7369B}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(MonoDevelopProperties) = preSolution
+		StartupItem = crypto\BouncyCastle.csproj
+	EndGlobalSection
+EndGlobal