|
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.23-preview\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.5.0.23-preview\build\PostSharp.props')" /> |
| 3 | + <Import Project="..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
15 | 15 | <TargetFrameworkProfile> |
16 | 16 | </TargetFrameworkProfile> |
17 | 17 | <FileAlignment>512</FileAlignment> |
| 18 | + <NuGetPackageImportStamp> |
| 19 | + </NuGetPackageImportStamp> |
18 | 20 | </PropertyGroup> |
19 | 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
20 | 22 | <PlatformTarget>x86</PlatformTarget> |
|
51 | 53 | <SkipPostSharp>True</SkipPostSharp> |
52 | 54 | </PropertyGroup> |
53 | 55 | <ItemGroup> |
54 | | - <Reference Include="PostSharp, Version=5.0.23.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
55 | | - <HintPath>..\..\packages\PostSharp.Redist.5.0.23-preview\lib\net45\PostSharp.dll</HintPath> |
| 56 | + <Reference Include="PostSharp, Version=5.0.26.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
| 57 | + <HintPath>..\..\packages\PostSharp.Redist.5.0.26-rc\lib\net45\PostSharp.dll</HintPath> |
56 | 58 | <Private>True</Private> |
57 | 59 | </Reference> |
58 | | - <Reference Include="PostSharp.Compiler.Common, Version=5.0.23.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
59 | | - <HintPath>..\..\packages\PostSharp.Compiler.Common.5.0.23-preview\lib\net40\PostSharp.Compiler.Common.dll</HintPath> |
| 60 | + <Reference Include="PostSharp.Compiler.Common, Version=5.0.26.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
| 61 | + <HintPath>..\..\packages\PostSharp.Compiler.Common.5.0.26-rc\lib\net45\PostSharp.Compiler.Common.dll</HintPath> |
60 | 62 | <Private>True</Private> |
61 | 63 | </Reference> |
62 | | - <Reference Include="PostSharp.Compiler.Settings, Version=5.0.23.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
63 | | - <HintPath>..\..\packages\PostSharp.Compiler.Settings.5.0.23-preview\lib\net40\PostSharp.Compiler.Settings.dll</HintPath> |
| 64 | + <Reference Include="PostSharp.Compiler.Settings, Version=5.0.26.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
| 65 | + <HintPath>..\..\packages\PostSharp.Compiler.Settings.5.0.26-rc\lib\net45\PostSharp.Compiler.Settings.dll</HintPath> |
64 | 66 | <Private>True</Private> |
65 | 67 | </Reference> |
66 | 68 | <Reference Include="System" /> |
|
92 | 94 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
93 | 95 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
94 | 96 | <PropertyGroup> |
95 | | - <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 97 | + <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> |
96 | 98 | </PropertyGroup> |
97 | | - <Error Condition="!Exists('..\..\packages\PostSharp.5.0.23-preview\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.23-preview\build\PostSharp.props'))" /> |
98 | | - <Error Condition="!Exists('..\..\packages\PostSharp.5.0.23-preview\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.5.0.23-preview\build\PostSharp.targets'))" /> |
| 99 | + <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'))" /> |
| 100 | + <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'))" /> |
99 | 101 | </Target> |
100 | | - <Import Project="..\..\packages\PostSharp.5.0.23-preview\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.5.0.23-preview\build\PostSharp.targets')" /> |
| 102 | + <Import Project="..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.5.0.26-rc\build\PostSharp.targets')" /> |
101 | 103 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
102 | 104 | Other similar extension points exist, see Microsoft.Common.targets. |
103 | 105 | <Target Name="BeforeBuild"> |
|
0 commit comments