public
Description: Custom Symmetric Encryption Pipeline Component for BizTalk Server 2006
Homepage:
Clone URL: git://github.com/tomasr/cryptopipeline.git
cryptopipeline / CryptoPipeline.sln
100644 33 lines (32 sloc) 1.9 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CryptoPipeline", "CryptoPipeline\CryptoPipeline.csproj", "{DC754DD6-2383-4B60-B885-7B4E5BA89703}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CryptoConfig", "CryptoConfig\CryptoConfig.csproj", "{2234AD0F-BDE5-44C0-9042-A73EC07D8510}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.CryptoPipeline", "Test.CryptoPipeline\Test.CryptoPipeline.csproj", "{F49D258B-C9B4-47AA-A791-7CEA880041BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC754DD6-2383-4B60-B885-7B4E5BA89703}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC754DD6-2383-4B60-B885-7B4E5BA89703}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC754DD6-2383-4B60-B885-7B4E5BA89703}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC754DD6-2383-4B60-B885-7B4E5BA89703}.Release|Any CPU.Build.0 = Release|Any CPU
{2234AD0F-BDE5-44C0-9042-A73EC07D8510}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2234AD0F-BDE5-44C0-9042-A73EC07D8510}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2234AD0F-BDE5-44C0-9042-A73EC07D8510}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2234AD0F-BDE5-44C0-9042-A73EC07D8510}.Release|Any CPU.Build.0 = Release|Any CPU
{F49D258B-C9B4-47AA-A791-7CEA880041BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F49D258B-C9B4-47AA-A791-7CEA880041BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F49D258B-C9B4-47AA-A791-7CEA880041BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F49D258B-C9B4-47AA-A791-7CEA880041BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal