1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <SchemaVersion >2.0</SchemaVersion >
7
+ <ProjectGuid >{FC151E4B-B76C-41F1-ACA3-A338E4B60F0D}</ProjectGuid >
8
+ <ProjectTypeGuids >{EF7E3281-CD33-11D4-8326-00C04FA0CE8D};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
9
+ <OutputType >library</OutputType >
10
+ <GenericProcessing >true</GenericProcessing >
11
+ <RootNamespace >VirtualGreen.Samples.MultiDisassembler.Pipelines</RootNamespace >
12
+ <AssemblyName >VirtualGreen.Samples.MultiDisassembler.Pipelines</AssemblyName >
13
+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
14
+ <BpelCompliance >True</BpelCompliance >
15
+ <FileUpgradeFlags >
16
+ </FileUpgradeFlags >
17
+ <UpgradeBackupLocation >
18
+ </UpgradeBackupLocation >
19
+ <OldToolsVersion >4.0</OldToolsVersion >
20
+ <PublishUrl >publish\</PublishUrl >
21
+ <Install >true</Install >
22
+ <InstallFrom >Disk</InstallFrom >
23
+ <UpdateEnabled >false</UpdateEnabled >
24
+ <UpdateMode >Foreground</UpdateMode >
25
+ <UpdateInterval >7</UpdateInterval >
26
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
27
+ <UpdatePeriodically >false</UpdatePeriodically >
28
+ <UpdateRequired >false</UpdateRequired >
29
+ <MapFileExtensions >true</MapFileExtensions >
30
+ <ApplicationRevision >0</ApplicationRevision >
31
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
32
+ <IsWebBootstrapper >false</IsWebBootstrapper >
33
+ <UseApplicationTrust >false</UseApplicationTrust >
34
+ <BootstrapperEnabled >true</BootstrapperEnabled >
35
+ </PropertyGroup >
36
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
37
+ <DebugSymbols >true</DebugSymbols >
38
+ <DebugType >full</DebugType >
39
+ <Optimize >false</Optimize >
40
+ <OutputPath >bin\Debug\</OutputPath >
41
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
42
+ <ErrorReport >prompt</ErrorReport >
43
+ <WarningLevel >4</WarningLevel >
44
+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
47
+ <DebugType >pdbonly</DebugType >
48
+ <Optimize >true</Optimize >
49
+ <OutputPath >bin\Release\</OutputPath >
50
+ <DefineConstants >TRACE</DefineConstants >
51
+ <ErrorReport >prompt</ErrorReport >
52
+ <WarningLevel >4</WarningLevel >
53
+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
54
+ </PropertyGroup >
55
+ <PropertyGroup >
56
+ <SignAssembly >true</SignAssembly >
57
+ </PropertyGroup >
58
+ <PropertyGroup >
59
+ <AssemblyOriginatorKeyFile >..\samples.snk</AssemblyOriginatorKeyFile >
60
+ </PropertyGroup >
61
+ <ItemGroup >
62
+ <Reference Include =" System" >
63
+ <Name >System</Name >
64
+ </Reference >
65
+ <Reference Include =" System.Xml" >
66
+ <Name >System.XML</Name >
67
+ </Reference >
68
+ <Reference Include =" System.Configuration" >
69
+ <Name >System.Configuration</Name >
70
+ </Reference >
71
+ <Reference Include =" Microsoft.BizTalk.Pipeline" >
72
+ <SpecificVersion >False</SpecificVersion >
73
+ </Reference >
74
+ <Reference Include =" Microsoft.BizTalk.DefaultPipelines" >
75
+ <Name >Microsoft.BizTalk.DefaultPipelines</Name >
76
+ </Reference >
77
+ <Reference Include =" Microsoft.BizTalk.GlobalPropertySchemas" >
78
+ <Name >Microsoft.BizTalk.GlobalPropertySchemas</Name >
79
+ </Reference >
80
+ <Reference Include =" Microsoft.BizTalk.TestTools" >
81
+ <Name >Microsoft.BizTalk.TestTools</Name >
82
+ </Reference >
83
+ <Reference Include =" Microsoft.XLANGs.BaseTypes" >
84
+ <Name >Microsoft.XLANGs.BaseTypes</Name >
85
+ </Reference >
86
+ </ItemGroup >
87
+ <ItemGroup >
88
+ <Compile Include =" ..\SharedAssemblyInfo.cs" >
89
+ <Link >SharedAssemblyInfo.cs</Link >
90
+ </Compile >
91
+ <Compile Include =" Properties\AssemblyInfo.cs" />
92
+ </ItemGroup >
93
+ <ItemGroup >
94
+ <None Include =" ..\samples.snk" >
95
+ <Link >samples.snk</Link >
96
+ </None >
97
+ </ItemGroup >
98
+ <ItemGroup >
99
+ <Pipeline Include =" ExtractXmlReceive.btp" >
100
+ <TypeName >ExtractingXmlReceive</TypeName >
101
+ <Namespace >VirtualGreen.Samples.MultiDisassembler.Pipelines</Namespace >
102
+ <SubType >Task</SubType >
103
+ </Pipeline >
104
+ </ItemGroup >
105
+ <ItemGroup >
106
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.6" >
107
+ <Visible >False</Visible >
108
+ <ProductName >Microsoft .NET Framework 4.6 %28x86 and x64%29</ProductName >
109
+ <Install >true</Install >
110
+ </BootstrapperPackage >
111
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
112
+ <Visible >False</Visible >
113
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
114
+ <Install >false</Install >
115
+ </BootstrapperPackage >
116
+ </ItemGroup >
117
+ <ItemGroup >
118
+ <ProjectReference Include =" ..\PipelineComponents\PipelineComponents.csproj" >
119
+ <Project >{7db93d4c-df46-4fda-989b-37e5d41dfd48}</Project >
120
+ <Name >PipelineComponents</Name >
121
+ </ProjectReference >
122
+ </ItemGroup >
123
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
124
+ <Import Project =" $(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
125
+ </Project >
0 commit comments