|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.props')" /> |
| 3 | + <Import Project="..\..\packages\PostSharp.5.0.32\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.5.0.32\build\PostSharp.props')" /> |
4 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 5 | <PropertyGroup> |
6 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
73 | 73 | <SkipPostSharp>True</SkipPostSharp> |
74 | 74 | </PropertyGroup> |
75 | 75 | <ItemGroup> |
76 | | - <Reference Include="PostSharp, Version=5.0.26.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
77 | | - <HintPath>..\..\packages\PostSharp.Redist.5.0.26-rc\lib\net45\PostSharp.dll</HintPath> |
| 76 | + <Reference Include="PostSharp, Version=5.0.32.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
| 77 | + <HintPath>..\..\packages\PostSharp.Redist.5.0.32\lib\net45\PostSharp.dll</HintPath> |
78 | 78 | <Private>True</Private> |
79 | 79 | </Reference> |
80 | | - <Reference Include="PostSharp.Compiler.Common, Version=5.0.26.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
81 | | - <HintPath>..\..\packages\PostSharp.Compiler.Common.5.0.26-rc\lib\net45\PostSharp.Compiler.Common.dll</HintPath> |
| 80 | + <Reference Include="PostSharp.Compiler.Common, Version=5.0.32.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
| 81 | + <HintPath>..\..\packages\PostSharp.Compiler.Common.5.0.32\lib\net45\PostSharp.Compiler.Common.dll</HintPath> |
82 | 82 | <Private>True</Private> |
83 | 83 | </Reference> |
84 | | - <Reference Include="PostSharp.Compiler.Settings, Version=5.0.26.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
85 | | - <HintPath>..\..\packages\PostSharp.Compiler.Settings.5.0.26-rc\lib\net45\PostSharp.Compiler.Settings.dll</HintPath> |
| 84 | + <Reference Include="PostSharp.Compiler.Settings, Version=5.0.32.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
| 85 | + <HintPath>..\..\packages\PostSharp.Compiler.Settings.5.0.32\lib\net45\PostSharp.Compiler.Settings.dll</HintPath> |
86 | 86 | <Private>True</Private> |
87 | 87 | </Reference> |
88 | 88 | <Reference Include="System" /> |
|
280 | 280 | <PropertyGroup> |
281 | 281 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
282 | 282 | </PropertyGroup> |
283 | | - <Error Condition="!Exists('..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.props'))" /> |
284 | 283 | <Error Condition="!Exists('..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.targets'))" /> |
| 284 | + <Error Condition="!Exists('..\..\packages\PostSharp.5.0.32\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.32\build\PostSharp.props'))" /> |
| 285 | + <Error Condition="!Exists('..\..\packages\PostSharp.5.0.32\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.32\build\PostSharp.targets'))" /> |
285 | 286 | </Target> |
286 | 287 | <Import Project="..\..\packages\PostSharp.5.0.23-preview\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.5.0.23-preview\build\PostSharp.targets')" /> |
| 288 | + <Import Project="..\..\packages\PostSharp.5.0.32\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.5.0.32\build\PostSharp.targets')" /> |
287 | 289 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
288 | 290 | Other similar extension points exist, see Microsoft.Common.targets. |
289 | 291 | <Target Name="BeforeBuild"> |
|
0 commit comments