|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 | <RootNamespace>BizTalkComponents.PipelineComponents.HttpDisassembler</RootNamespace> |
11 | 11 | <AssemblyName>BizTalkComponents.PipelineComponents.HttpDisassembler</AssemblyName> |
12 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 12 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir> |
15 | 15 | <RestorePackages>true</RestorePackages> |
|
23 | 23 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
24 | 24 | <ErrorReport>prompt</ErrorReport> |
25 | 25 | <WarningLevel>4</WarningLevel> |
| 26 | + <Prefer32Bit>false</Prefer32Bit> |
26 | 27 | </PropertyGroup> |
27 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 | 29 | <DebugType>pdbonly</DebugType> |
|
31 | 32 | <DefineConstants>TRACE</DefineConstants> |
32 | 33 | <ErrorReport>prompt</ErrorReport> |
33 | 34 | <WarningLevel>4</WarningLevel> |
| 35 | + <Prefer32Bit>false</Prefer32Bit> |
34 | 36 | </PropertyGroup> |
35 | 37 | <PropertyGroup> |
36 | 38 | <SignAssembly>true</SignAssembly> |
37 | 39 | </PropertyGroup> |
38 | 40 | <PropertyGroup> |
39 | 41 | <AssemblyOriginatorKeyFile>BizTalkComponents.HttpDisassembler.snk</AssemblyOriginatorKeyFile> |
40 | 42 | </PropertyGroup> |
| 43 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NugetRelease|AnyCPU'"> |
| 44 | + <DebugSymbols>true</DebugSymbols> |
| 45 | + <OutputPath>bin\NugetRelease\</OutputPath> |
| 46 | + <DefineConstants>TRACE;DEBUG;tracking</DefineConstants> |
| 47 | + <DebugType>full</DebugType> |
| 48 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 49 | + <ErrorReport>prompt</ErrorReport> |
| 50 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 51 | + </PropertyGroup> |
41 | 52 | <ItemGroup> |
| 53 | + <Reference Include="BizTalkComponents.Utilities.ComponentInstrumentation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8fc5a9041a4c00c5, processorArchitecture=MSIL"> |
| 54 | + <HintPath>..\..\packages\BizTalkComponents.Utilities.ComponentInstrumentation.1.0.0\lib\net45\BizTalkComponents.Utilities.ComponentInstrumentation.dll</HintPath> |
| 55 | + <Private>True</Private> |
| 56 | + </Reference> |
| 57 | + <Reference Include="Microsoft.ApplicationInsights, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 58 | + <HintPath>..\..\packages\Microsoft.ApplicationInsights.2.0.1\lib\net45\Microsoft.ApplicationInsights.dll</HintPath> |
| 59 | + <Private>True</Private> |
| 60 | + </Reference> |
42 | 61 | <Reference Include="Microsoft.BizTalk.Pipeline, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
43 | 62 | <SpecificVersion>False</SpecificVersion> |
44 | 63 | <HintPath>..\..\..\..\..\Windows\assembly\GAC_MSIL\Microsoft.BizTalk.Pipeline\3.0.1.0__31bf3856ad364e35\Microsoft.BizTalk.Pipeline.dll</HintPath> |
|
67 | 86 | <ItemGroup> |
68 | 87 | <None Include="BizTalkComponents.HttpDisassembler.snk" /> |
69 | 88 | <None Include="BizTalkComponents.PipelineComponents.HttpDisassembler.nuspec" /> |
| 89 | + <None Include="packages.config" /> |
70 | 90 | </ItemGroup> |
71 | 91 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
72 | 92 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
|
0 commit comments