Conversie van de TransSmart solution van BizTalk 2013 naar 2016.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Schemas.btproj 3.7KB

4 weken geleden
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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>{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}</ProjectGuid>
  8. <ProjectTypeGuids>{EF7E3281-CD33-11D4-8326-00C04FA0CE8D};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  9. <OutputType>library</OutputType>
  10. <GenericProcessing>true</GenericProcessing>
  11. <RootNamespace>TM.TransSmart.Schemas</RootNamespace>
  12. <AssemblyName>TM.TransSmart.Schemas</AssemblyName>
  13. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  14. <BpelCompliance>True</BpelCompliance>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <UpgradeBackupLocation>
  18. </UpgradeBackupLocation>
  19. <OldToolsVersion>4.0</OldToolsVersion>
  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. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <SignAssembly>true</SignAssembly>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <DelaySign>false</DelaySign>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <AssemblyOriginatorKeyFile>TransSmart.snk</AssemblyOriginatorKeyFile>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="System">
  51. <Name>System</Name>
  52. </Reference>
  53. <Reference Include="System.Xml">
  54. <Name>System.XML</Name>
  55. </Reference>
  56. <Reference Include="System.Configuration">
  57. <Name>System.Configuration</Name>
  58. </Reference>
  59. <Reference Include="Microsoft.BizTalk.Pipeline">
  60. <SpecificVersion>False</SpecificVersion>
  61. </Reference>
  62. <Reference Include="Microsoft.BizTalk.DefaultPipelines">
  63. <Name>Microsoft.BizTalk.DefaultPipelines</Name>
  64. </Reference>
  65. <Reference Include="Microsoft.BizTalk.GlobalPropertySchemas">
  66. <Name>Microsoft.BizTalk.GlobalPropertySchemas</Name>
  67. </Reference>
  68. <Reference Include="Microsoft.BizTalk.TestTools">
  69. <Name>Microsoft.BizTalk.TestTools</Name>
  70. </Reference>
  71. <Reference Include="Microsoft.XLANGs.BaseTypes">
  72. <Name>Microsoft.XLANGs.BaseTypes</Name>
  73. </Reference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Schema Include="Shipment.xsd">
  80. <TypeName>Shipment</TypeName>
  81. <Namespace>TM.TransSmart.Schemas</Namespace>
  82. <SubType>Task</SubType>
  83. </Schema>
  84. <Schema Include="Status.xsd">
  85. <TypeName>Status</TypeName>
  86. <Namespace>TM.TransSmart.Schemas</Namespace>
  87. <SubType>Task</SubType>
  88. </Schema>
  89. <Schema Include="nShift.xsd">
  90. <TypeName>nShift</TypeName>
  91. <Namespace>TM.TransSmart.Schemas</Namespace>
  92. <SubType>Task</SubType>
  93. </Schema>
  94. <None Include="TransSmart.snk" />
  95. </ItemGroup>
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. <Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
  98. </Project>