1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{7FDBD96B-01F6-4CD7-AE1E-0F4C81300138}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >BizTalkComponents.PipelineComponents.EncryptMessage</RootNamespace >
11+ <AssemblyName >BizTalkComponents.PipelineComponents.EncryptMessage</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <DebugType >pdbonly</DebugType >
26+ <Optimize >true</Optimize >
27+ <OutputPath >bin\Release\</OutputPath >
28+ <DefineConstants >TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <PropertyGroup >
33+ <SignAssembly >true</SignAssembly >
34+ </PropertyGroup >
35+ <PropertyGroup >
36+ <AssemblyOriginatorKeyFile >BizTalkComponents.PipelineComponents.EncryptMessage.snk</AssemblyOriginatorKeyFile >
37+ </PropertyGroup >
38+ <ItemGroup >
39+ <Reference Include =" Microsoft.BizTalk.GlobalPropertySchemas, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
40+ <SpecificVersion >False</SpecificVersion >
41+ <HintPath >..\..\..\..\..\Program Files (x86)\Microsoft BizTalk Server 2013\Microsoft.BizTalk.GlobalPropertySchemas.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" Microsoft.BizTalk.Interop.SSOClient, Version=7.0.2300.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
44+ <SpecificVersion >False</SpecificVersion >
45+ <HintPath >..\..\..\..\..\Program Files\Common Files\Enterprise Single Sign-On\Microsoft.BizTalk.Interop.SSOClient.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" Microsoft.BizTalk.Pipeline, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
48+ <SpecificVersion >False</SpecificVersion >
49+ <HintPath >..\..\..\..\..\Windows\assembly\GAC_MSIL\Microsoft.BizTalk.Pipeline\3.0.1.0__31bf3856ad364e35\Microsoft.BizTalk.Pipeline.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" Microsoft.XLANGs.BaseTypes, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
52+ <Reference Include =" System" />
53+ <Reference Include =" System.ComponentModel.DataAnnotations" />
54+ <Reference Include =" System.Core" />
55+ <Reference Include =" System.Xml.Linq" />
56+ <Reference Include =" System.Data.DataSetExtensions" />
57+ <Reference Include =" Microsoft.CSharp" />
58+ <Reference Include =" System.Data" />
59+ <Reference Include =" System.Xml" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <Compile Include =" BiztalkComponents.Utils.LookupUtils\ISSOLookupRepository.cs" />
63+ <Compile Include =" BiztalkComponents.Utils.LookupUtils\SSOClientHelper.cs" />
64+ <Compile Include =" BiztalkComponents.Utils.LookupUtils\SSOLookupManager.cs" />
65+ <Compile Include =" BiztalkComponents.Utils.LookupUtils\SSOLookupRepository.cs" />
66+ <Compile Include =" BiztalkComponents.Utils\ContextExtensions.cs" />
67+ <Compile Include =" BiztalkComponents.Utils\ContextProperties.cs" />
68+ <Compile Include =" BiztalkComponents.Utils\ContextProperty.cs" />
69+ <Compile Include =" BiztalkComponents.Utils\PropertyBagHelper.cs" />
70+ <Compile Include =" BiztalkComponents.Utils\RequiredRuntimeAttribute.cs" />
71+ <Compile Include =" BiztalkComponents.Utils\ValidationHelper.cs" />
72+ <Compile Include =" EncryptMessage.cs" />
73+ <Compile Include =" EncryptMessage.Component.cs" />
74+ <Compile Include =" Properties\AssemblyInfo.cs" />
75+ </ItemGroup >
76+ <ItemGroup >
77+ <None Include =" BizTalkComponents.PipelineComponents.EncryptMessage.nuspec" />
78+ <None Include =" BizTalkComponents.PipelineComponents.EncryptMessage.snk" />
79+ <None Include =" packages.config" />
80+ </ItemGroup >
81+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83+ Other similar extension points exist, see Microsoft.Common.targets.
84+ <Target Name="BeforeBuild">
85+ </Target>
86+ <Target Name="AfterBuild">
87+ </Target>
88+ -->
89+ </Project >
0 commit comments