Skip to content

Commit aafa6fe

Browse files
authored
Add files via upload
1 parent 3dfd355 commit aafa6fe

File tree

100 files changed

+9051
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+9051
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2+
<PropertyGroup>
3+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5+
<ProductVersion>8.0.50727</ProductVersion>
6+
<SchemaVersion>2.0</SchemaVersion>
7+
<ProjectGuid>{FB5C3614-EED5-4F51-8F4F-006B42342875}</ProjectGuid>
8+
<OutputType>Exe</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>HTTPSample</RootNamespace>
11+
<AssemblyName>HTTPSample</AssemblyName>
12+
<ApplicationIcon>GTLogo.ico</ApplicationIcon>
13+
<SignAssembly>true</SignAssembly>
14+
<AssemblyOriginatorKeyFile>Practbts.snk</AssemblyOriginatorKeyFile>
15+
<FileUpgradeFlags>
16+
</FileUpgradeFlags>
17+
<OldToolsVersion>2.0</OldToolsVersion>
18+
<UpgradeBackupLocation>
19+
</UpgradeBackupLocation>
20+
</PropertyGroup>
21+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22+
<DebugSymbols>true</DebugSymbols>
23+
<DebugType>full</DebugType>
24+
<Optimize>false</Optimize>
25+
<OutputPath>bin\Debug\</OutputPath>
26+
<DefineConstants>DEBUG;TRACE</DefineConstants>
27+
<ErrorReport>prompt</ErrorReport>
28+
<WarningLevel>4</WarningLevel>
29+
</PropertyGroup>
30+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31+
<DebugType>pdbonly</DebugType>
32+
<Optimize>true</Optimize>
33+
<OutputPath>bin\Release\</OutputPath>
34+
<DefineConstants>TRACE</DefineConstants>
35+
<ErrorReport>prompt</ErrorReport>
36+
<WarningLevel>4</WarningLevel>
37+
</PropertyGroup>
38+
<ItemGroup>
39+
<Reference Include="System" />
40+
<Reference Include="System.Data" />
41+
<Reference Include="System.Xml" />
42+
</ItemGroup>
43+
<ItemGroup>
44+
<Compile Include="Program.cs" />
45+
<Compile Include="Properties\AssemblyInfo.cs" />
46+
</ItemGroup>
47+
<ItemGroup>
48+
<Content Include="GTLogo.ico" />
49+
</ItemGroup>
50+
<ItemGroup>
51+
<None Include="Practbts.snk" />
52+
</ItemGroup>
53+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
54+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
55+
Other similar extension points exist, see Microsoft.Common.targets.
56+
<Target Name="BeforeBuild">
57+
</Target>
58+
<Target Name="AfterBuild">
59+
</Target>
60+
-->
61+
</Project>
7.5 KB
Binary file not shown.
11.5 KB
Binary file not shown.
Binary file not shown.
Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="3.5" 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+
<ProductVersion>9.0.30729</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{1668F6C9-D120-47A8-A58B-67FA26EC486E}</ProjectGuid>
9+
<ProjectTypeGuids>{EF7E3281-CD33-11D4-8326-00C04FA0CE8D};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
10+
<OutputType>library</OutputType>
11+
<GenericProcessing>true</GenericProcessing>
12+
<RootNamespace>BTSPracCourse.Schemas.Sample</RootNamespace>
13+
<AssemblyName>BTSPracCourse.Schemas.Sample</AssemblyName>
14+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15+
<BpelCompliance>True</BpelCompliance>
16+
<SignAssembly>true</SignAssembly>
17+
<AssemblyOriginatorKeyFile>Practbts.snk</AssemblyOriginatorKeyFile>
18+
</PropertyGroup>
19+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20+
<DebugSymbols>true</DebugSymbols>
21+
<DebugType>full</DebugType>
22+
<Optimize>false</Optimize>
23+
<OutputPath>bin\Debug\</OutputPath>
24+
<DefineConstants>DEBUG;TRACE</DefineConstants>
25+
<ErrorReport>prompt</ErrorReport>
26+
<WarningLevel>4</WarningLevel>
27+
</PropertyGroup>
28+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29+
<DebugType>pdbonly</DebugType>
30+
<Optimize>true</Optimize>
31+
<OutputPath>bin\Release\</OutputPath>
32+
<DefineConstants>TRACE</DefineConstants>
33+
<ErrorReport>prompt</ErrorReport>
34+
<WarningLevel>4</WarningLevel>
35+
</PropertyGroup>
36+
<ItemGroup>
37+
<Reference Include="System">
38+
<Name>System</Name>
39+
</Reference>
40+
<Reference Include="System.Xml">
41+
<Name>System.XML</Name>
42+
</Reference>
43+
<Reference Include="System.Configuration">
44+
<Name>System.Configuration</Name>
45+
</Reference>
46+
<Reference Include="Microsoft.BizTalk.DefaultPipelines">
47+
<Name>Microsoft.BizTalk.DefaultPipelines</Name>
48+
</Reference>
49+
<Reference Include="Microsoft.BizTalk.GlobalPropertySchemas">
50+
<Name>Microsoft.BizTalk.GlobalPropertySchemas</Name>
51+
</Reference>
52+
<Reference Include="Microsoft.BizTalk.TestTools">
53+
<Name>Microsoft.BizTalk.TestTools</Name>
54+
</Reference>
55+
<Reference Include="Microsoft.XLANGs.BaseTypes">
56+
<Name>Microsoft.XLANGs.BaseTypes</Name>
57+
</Reference>
58+
</ItemGroup>
59+
<ItemGroup>
60+
<Compile Include="Properties\AssemblyInfo.cs" />
61+
</ItemGroup>
62+
<ItemGroup>
63+
<Schema Include="DrugPriceSchema.xsd">
64+
<SubType>
65+
</SubType>
66+
<TypeName>DrugPriceSchema</TypeName>
67+
<Namespace>BTSPracCourse.Schemas.Sample</Namespace>
68+
</Schema>
69+
<Schema Include="GreenShieldFlatFileSchema.xsd">
70+
<SubType>
71+
</SubType>
72+
<TypeName>GreenShieldFlatFileSchema</TypeName>
73+
<Namespace>BTSPracCourse.Schemas.Sample</Namespace>
74+
</Schema>
75+
<Schema Include="CustomersSchema.xsd">
76+
<SubType>
77+
</SubType>
78+
<TypeName>CustomersSchema</TypeName>
79+
<Namespace>BTSPracCourse.Schemas.Sample</Namespace>
80+
</Schema>
81+
<Schema Include="DealSchema.xsd">
82+
<SubType>
83+
</SubType>
84+
<TypeName>DealSchema</TypeName>
85+
<Namespace>BTSPracCourse.Schemas.Sample</Namespace>
86+
</Schema>
87+
<Schema Include="DealsErrorReportSchema.xsd">
88+
<SubType>
89+
</SubType>
90+
<TypeName>DealsErrorReportSchema</TypeName>
91+
<Namespace>BTSPracCourse.Schemas.Sample</Namespace>
92+
</Schema>
93+
<Schema Include="DealsReportSchema.xsd">
94+
<SubType>
95+
</SubType>
96+
<TypeName>DealsReportSchema</TypeName>
97+
<Namespace>BTSPracCourse.Schemas.Sample</Namespace>
98+
</Schema>
99+
<Schema Include="DealsStatusSchema.xsd">
100+
<SubType>
101+
</SubType>
102+
<TypeName>DealsStatusSchema</TypeName>
103+
<Namespace>BTSPracCourse.Schemas.Sample</Namespace>
104+
</Schema>
105+
<Schema Include="FinanceFeedSchema.xsd">
106+
<SubType>
107+
</SubType>
108+
<TypeName>FinanceFeedSchema</TypeName>
109+
<Namespace>BTSPracCourse.Schemas.Sample</Namespace>
110+
</Schema>
111+
<None Include="GreenShieldFlatFileSchema.xsx">
112+
<DependentUpon>GreenShieldFlatFileSchema.xsd</DependentUpon>
113+
</None>
114+
<Schema Include="OrdersSchema.xsd">
115+
<SubType>
116+
</SubType>
117+
<TypeName>OrdersSchema</TypeName>
118+
<Namespace>BTSPracCourse.Schemas.Sample</Namespace>
119+
</Schema>
120+
<None Include="OrdersSchema.xsx">
121+
<DependentUpon>OrdersSchema.xsd</DependentUpon>
122+
</None>
123+
<None Include="Practbts.snk" />
124+
<Schema Include="ReportingFeedSchema.xsd">
125+
<SubType>
126+
</SubType>
127+
<TypeName>ReportingFeedSchema</TypeName>
128+
<Namespace>BTSPracCourse.Schemas.Sample</Namespace>
129+
</Schema>
130+
<Schema Include="NewsML.xsd">
131+
<SubType>
132+
</SubType>
133+
<TypeName>NewsML</TypeName>
134+
<Namespace>BTSPracCourse.Schemas.Sample</Namespace>
135+
</Schema>
136+
</ItemGroup>
137+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
138+
<Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
139+
</Project>
Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3+
<Server>GTMAINSERVER\MSSQLSERVER2008</Server>
4+
<ConfigurationDatabase>BizTalkMgmtDb</ConfigurationDatabase>
5+
<ApplicationName>BTPracCourse</ApplicationName>
6+
<Redeploy>True</Redeploy>
7+
<Register>True</Register>
8+
<RestartHostInstances>False</RestartHostInstances>
9+
</PropertyGroup>
10+
<ProjectExtensions>
11+
<VisualStudio>
12+
<FlavorProperties GUID="{EF7E3281-CD33-11D4-8326-00C04FA0CE8D}">
13+
<Files>
14+
<File Path="C:\Development\BTSPracCourse\BTS2009\BTSPracCourse\BTSPracCourse.Schemas.Sample\CustomersSchema.xsd">
15+
<ValidateTestMapInput>True</ValidateTestMapInput>
16+
<ValidateTestMapOutput>True</ValidateTestMapOutput>
17+
<TestMapInputInstanceFilename></TestMapInputInstanceFilename>
18+
<TestMapOutputInstanceFilename></TestMapOutputInstanceFilename>
19+
<TestMapSourceType>0</TestMapSourceType>
20+
<TestMapTargetType>0</TestMapTargetType>
21+
<EditorOutputInstanceFilename></EditorOutputInstanceFilename>
22+
<EditorInputInstanceFilename></EditorInputInstanceFilename>
23+
<GenerateInstanceOutputType>0</GenerateInstanceOutputType>
24+
<ValidateInstanceInputType>0</ValidateInstanceInputType>
25+
<PropertySchemaFileName>PropertySchema.xsd</PropertySchemaFileName>
26+
<AutoRefreshSchema>0</AutoRefreshSchema>
27+
</File>
28+
<File Path="C:\Development\BTSPracCourse\BTS2009\BTSPracCourse\BTSPracCourse.Schemas.Sample\DealSchema.xsd">
29+
<ValidateTestMapInput>True</ValidateTestMapInput>
30+
<ValidateTestMapOutput>True</ValidateTestMapOutput>
31+
<TestMapInputInstanceFilename></TestMapInputInstanceFilename>
32+
<TestMapOutputInstanceFilename></TestMapOutputInstanceFilename>
33+
<TestMapSourceType>0</TestMapSourceType>
34+
<TestMapTargetType>0</TestMapTargetType>
35+
<EditorOutputInstanceFilename></EditorOutputInstanceFilename>
36+
<EditorInputInstanceFilename></EditorInputInstanceFilename>
37+
<GenerateInstanceOutputType>0</GenerateInstanceOutputType>
38+
<ValidateInstanceInputType>0</ValidateInstanceInputType>
39+
<PropertySchemaFileName>PropertySchema.xsd</PropertySchemaFileName>
40+
<AutoRefreshSchema>0</AutoRefreshSchema>
41+
</File>
42+
<File Path="C:\Development\BTSPracCourse\BTS2009\BTSPracCourse\BTSPracCourse.Schemas.Sample\DealsErrorReportSchema.xsd">
43+
<ValidateTestMapInput>True</ValidateTestMapInput>
44+
<ValidateTestMapOutput>True</ValidateTestMapOutput>
45+
<TestMapInputInstanceFilename></TestMapInputInstanceFilename>
46+
<TestMapOutputInstanceFilename></TestMapOutputInstanceFilename>
47+
<TestMapSourceType>0</TestMapSourceType>
48+
<TestMapTargetType>0</TestMapTargetType>
49+
<EditorOutputInstanceFilename></EditorOutputInstanceFilename>
50+
<EditorInputInstanceFilename></EditorInputInstanceFilename>
51+
<GenerateInstanceOutputType>0</GenerateInstanceOutputType>
52+
<ValidateInstanceInputType>0</ValidateInstanceInputType>
53+
<PropertySchemaFileName>PropertySchema.xsd</PropertySchemaFileName>
54+
<AutoRefreshSchema>0</AutoRefreshSchema>
55+
</File>
56+
<File Path="C:\Development\BTSPracCourse\BTS2009\BTSPracCourse\BTSPracCourse.Schemas.Sample\DealsReportSchema.xsd">
57+
<ValidateTestMapInput>True</ValidateTestMapInput>
58+
<ValidateTestMapOutput>True</ValidateTestMapOutput>
59+
<TestMapInputInstanceFilename></TestMapInputInstanceFilename>
60+
<TestMapOutputInstanceFilename></TestMapOutputInstanceFilename>
61+
<TestMapSourceType>0</TestMapSourceType>
62+
<TestMapTargetType>0</TestMapTargetType>
63+
<EditorOutputInstanceFilename></EditorOutputInstanceFilename>
64+
<EditorInputInstanceFilename></EditorInputInstanceFilename>
65+
<GenerateInstanceOutputType>0</GenerateInstanceOutputType>
66+
<ValidateInstanceInputType>0</ValidateInstanceInputType>
67+
<PropertySchemaFileName>PropertySchema.xsd</PropertySchemaFileName>
68+
<AutoRefreshSchema>0</AutoRefreshSchema>
69+
</File>
70+
<File Path="C:\Development\BTSPracCourse\BTS2009\BTSPracCourse\BTSPracCourse.Schemas.Sample\DealsStatusSchema.xsd">
71+
<ValidateTestMapInput>True</ValidateTestMapInput>
72+
<ValidateTestMapOutput>True</ValidateTestMapOutput>
73+
<TestMapInputInstanceFilename></TestMapInputInstanceFilename>
74+
<TestMapOutputInstanceFilename></TestMapOutputInstanceFilename>
75+
<TestMapSourceType>0</TestMapSourceType>
76+
<TestMapTargetType>0</TestMapTargetType>
77+
<EditorOutputInstanceFilename></EditorOutputInstanceFilename>
78+
<EditorInputInstanceFilename></EditorInputInstanceFilename>
79+
<GenerateInstanceOutputType>0</GenerateInstanceOutputType>
80+
<ValidateInstanceInputType>0</ValidateInstanceInputType>
81+
<PropertySchemaFileName>PropertySchema.xsd</PropertySchemaFileName>
82+
<AutoRefreshSchema>0</AutoRefreshSchema>
83+
</File>
84+
<File Path="C:\Development\BTSPracCourse\BTS2009\BTSPracCourse\BTSPracCourse.Schemas.Sample\DrugPriceSchema.xsd">
85+
<ValidateTestMapInput>True</ValidateTestMapInput>
86+
<ValidateTestMapOutput>True</ValidateTestMapOutput>
87+
<TestMapInputInstanceFilename></TestMapInputInstanceFilename>
88+
<TestMapOutputInstanceFilename></TestMapOutputInstanceFilename>
89+
<TestMapSourceType>0</TestMapSourceType>
90+
<TestMapTargetType>0</TestMapTargetType>
91+
<EditorOutputInstanceFilename></EditorOutputInstanceFilename>
92+
<EditorInputInstanceFilename></EditorInputInstanceFilename>
93+
<GenerateInstanceOutputType>0</GenerateInstanceOutputType>
94+
<ValidateInstanceInputType>0</ValidateInstanceInputType>
95+
<PropertySchemaFileName>PropertySchema.xsd</PropertySchemaFileName>
96+
<AutoRefreshSchema>0</AutoRefreshSchema>
97+
</File>
98+
<File Path="C:\Development\BTSPracCourse\BTS2009\BTSPracCourse\BTSPracCourse.Schemas.Sample\FinanceFeedSchema.xsd">
99+
<ValidateTestMapInput>True</ValidateTestMapInput>
100+
<ValidateTestMapOutput>True</ValidateTestMapOutput>
101+
<TestMapInputInstanceFilename></TestMapInputInstanceFilename>
102+
<TestMapOutputInstanceFilename></TestMapOutputInstanceFilename>
103+
<TestMapSourceType>0</TestMapSourceType>
104+
<TestMapTargetType>0</TestMapTargetType>
105+
<EditorOutputInstanceFilename></EditorOutputInstanceFilename>
106+
<EditorInputInstanceFilename></EditorInputInstanceFilename>
107+
<GenerateInstanceOutputType>0</GenerateInstanceOutputType>
108+
<ValidateInstanceInputType>0</ValidateInstanceInputType>
109+
<PropertySchemaFileName>PropertySchema.xsd</PropertySchemaFileName>
110+
<AutoRefreshSchema>0</AutoRefreshSchema>
111+
</File>
112+
<File Path="C:\Development\BTSPracCourse\BTS2009\BTSPracCourse\BTSPracCourse.Schemas.Sample\GreenShieldFlatFileSchema.xsd">
113+
<ValidateTestMapInput>True</ValidateTestMapInput>
114+
<ValidateTestMapOutput>True</ValidateTestMapOutput>
115+
<TestMapInputInstanceFilename></TestMapInputInstanceFilename>
116+
<TestMapOutputInstanceFilename></TestMapOutputInstanceFilename>
117+
<TestMapSourceType>0</TestMapSourceType>
118+
<TestMapTargetType>0</TestMapTargetType>
119+
<EditorOutputInstanceFilename></EditorOutputInstanceFilename>
120+
<EditorInputInstanceFilename></EditorInputInstanceFilename>
121+
<GenerateInstanceOutputType>0</GenerateInstanceOutputType>
122+
<ValidateInstanceInputType>0</ValidateInstanceInputType>
123+
<PropertySchemaFileName>PropertySchema.xsd</PropertySchemaFileName>
124+
<AutoRefreshSchema>0</AutoRefreshSchema>
125+
</File>
126+
<File Path="C:\Development\BTSPracCourse\BTS2009\BTSPracCourse\BTSPracCourse.Schemas.Sample\NewsML.xsd">
127+
<ValidateTestMapInput>True</ValidateTestMapInput>
128+
<ValidateTestMapOutput>True</ValidateTestMapOutput>
129+
<TestMapInputInstanceFilename></TestMapInputInstanceFilename>
130+
<TestMapOutputInstanceFilename></TestMapOutputInstanceFilename>
131+
<TestMapSourceType>0</TestMapSourceType>
132+
<TestMapTargetType>0</TestMapTargetType>
133+
<EditorOutputInstanceFilename></EditorOutputInstanceFilename>
134+
<EditorInputInstanceFilename></EditorInputInstanceFilename>
135+
<GenerateInstanceOutputType>0</GenerateInstanceOutputType>
136+
<ValidateInstanceInputType>0</ValidateInstanceInputType>
137+
<PropertySchemaFileName>PropertySchema.xsd</PropertySchemaFileName>
138+
<AutoRefreshSchema>0</AutoRefreshSchema>
139+
</File>
140+
<File Path="C:\Development\BTSPracCourse\BTS2009\BTSPracCourse\BTSPracCourse.Schemas.Sample\OrdersSchema.xsd">
141+
<ValidateTestMapInput>True</ValidateTestMapInput>
142+
<ValidateTestMapOutput>True</ValidateTestMapOutput>
143+
<TestMapInputInstanceFilename></TestMapInputInstanceFilename>
144+
<TestMapOutputInstanceFilename></TestMapOutputInstanceFilename>
145+
<TestMapSourceType>0</TestMapSourceType>
146+
<TestMapTargetType>0</TestMapTargetType>
147+
<EditorOutputInstanceFilename></EditorOutputInstanceFilename>
148+
<EditorInputInstanceFilename></EditorInputInstanceFilename>
149+
<GenerateInstanceOutputType>0</GenerateInstanceOutputType>
150+
<ValidateInstanceInputType>0</ValidateInstanceInputType>
151+
<PropertySchemaFileName>PropertySchema.xsd</PropertySchemaFileName>
152+
<AutoRefreshSchema>0</AutoRefreshSchema>
153+
</File>
154+
<File Path="C:\Development\BTSPracCourse\BTS2009\BTSPracCourse\BTSPracCourse.Schemas.Sample\ReportingFeedSchema.xsd">
155+
<ValidateTestMapInput>True</ValidateTestMapInput>
156+
<ValidateTestMapOutput>True</ValidateTestMapOutput>
157+
<TestMapInputInstanceFilename></TestMapInputInstanceFilename>
158+
<TestMapOutputInstanceFilename></TestMapOutputInstanceFilename>
159+
<TestMapSourceType>0</TestMapSourceType>
160+
<TestMapTargetType>0</TestMapTargetType>
161+
<EditorOutputInstanceFilename></EditorOutputInstanceFilename>
162+
<EditorInputInstanceFilename></EditorInputInstanceFilename>
163+
<GenerateInstanceOutputType>0</GenerateInstanceOutputType>
164+
<ValidateInstanceInputType>0</ValidateInstanceInputType>
165+
<PropertySchemaFileName>PropertySchema.xsd</PropertySchemaFileName>
166+
<AutoRefreshSchema>0</AutoRefreshSchema>
167+
</File>
168+
</Files>
169+
</FlavorProperties>
170+
</VisualStudio>
171+
</ProjectExtensions>
172+
</Project>
5.94 KB
Binary file not shown.

0 commit comments

Comments
 (0)