Conversie van de TransSmart solution van BizTalk 2013 naar 2016.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

66 líneas
2.9KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{8C7F90F1-B3C3-44FE-94D0-0E056A5E508C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>TM.TransSmart.Components</RootNamespace>
  11. <AssemblyName>TM.TransSmart.Components</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>TransSmart.snk</AssemblyOriginatorKeyFile>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="System" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Xml.Linq" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="TM.Shared.Components, Version=1.0.9.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Components\v4.0_1.0.9.0__9cbf569b151cb1d4\TM.Shared.Components.dll</HintPath>
  49. </Reference>
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Helper.cs" />
  53. <Compile Include="Properties\AssemblyInfo.cs" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <None Include="TransSmart.snk" />
  57. </ItemGroup>
  58. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  59. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  60. Other similar extension points exist, see Microsoft.Common.targets.
  61. <Target Name="BeforeBuild">
  62. </Target>
  63. <Target Name="AfterBuild">
  64. </Target>
  65. -->
  66. </Project>