Conversie van de TransSmart solution van BizTalk 2013 naar 2016.
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{DF601DC7-9F2A-4805-BF5C-0C8B1024AC63}</ProjectGuid>
- <ProjectTypeGuids>{EF7E3281-CD33-11D4-8326-00C04FA0CE8D};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>library</OutputType>
- <GenericProcessing>true</GenericProcessing>
- <RootNamespace>TM.TransSmart.Schemas</RootNamespace>
- <AssemblyName>TM.TransSmart.Schemas</AssemblyName>
- <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
- <BpelCompliance>True</BpelCompliance>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <OldToolsVersion>4.0</OldToolsVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup>
- <SignAssembly>true</SignAssembly>
- </PropertyGroup>
- <PropertyGroup>
- <DelaySign>false</DelaySign>
- </PropertyGroup>
- <PropertyGroup>
- <AssemblyOriginatorKeyFile>TransSmart.snk</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System">
- <Name>System</Name>
- </Reference>
- <Reference Include="System.Xml">
- <Name>System.XML</Name>
- </Reference>
- <Reference Include="System.Configuration">
- <Name>System.Configuration</Name>
- </Reference>
- <Reference Include="Microsoft.BizTalk.Pipeline">
- <SpecificVersion>False</SpecificVersion>
- </Reference>
- <Reference Include="Microsoft.BizTalk.DefaultPipelines">
- <Name>Microsoft.BizTalk.DefaultPipelines</Name>
- </Reference>
- <Reference Include="Microsoft.BizTalk.GlobalPropertySchemas">
- <Name>Microsoft.BizTalk.GlobalPropertySchemas</Name>
- </Reference>
- <Reference Include="Microsoft.BizTalk.TestTools">
- <Name>Microsoft.BizTalk.TestTools</Name>
- </Reference>
- <Reference Include="Microsoft.XLANGs.BaseTypes">
- <Name>Microsoft.XLANGs.BaseTypes</Name>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <Schema Include="Shipment.xsd">
- <TypeName>Shipment</TypeName>
- <Namespace>TM.TransSmart.Schemas</Namespace>
- <SubType>Task</SubType>
- </Schema>
- <Schema Include="Status.xsd">
- <TypeName>Status</TypeName>
- <Namespace>TM.TransSmart.Schemas</Namespace>
- <SubType>Task</SubType>
- </Schema>
- <Schema Include="nShift.xsd">
- <TypeName>nShift</TypeName>
- <Namespace>TM.TransSmart.Schemas</Namespace>
- <SubType>Task</SubType>
- </Schema>
- <None Include="TransSmart.snk" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildExtensionsPath)\Microsoft\BizTalk\BizTalkC.targets" />
- </Project>
|