|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | + <Import Project="..\..\packages\PostSharp.6.10.5\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.6.10.5\build\PostSharp.props')" /> |
3 | 4 | <Import Project="..\..\packages\Microsoft.Net.Compilers.4.0.1\build\Microsoft.Net.Compilers.props" Condition="Exists('..\..\packages\Microsoft.Net.Compilers.4.0.1\build\Microsoft.Net.Compilers.props')" />
|
4 | 5 | <Import Project="..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
|
5 |
| - <Import Project="..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.props')" /> |
6 | 6 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
|
7 | 7 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
8 | 8 | <PropertyGroup>
|
|
29 | 29 | </NuGetPackageImportStamp>
|
30 | 30 | <LangVersion>6</LangVersion>
|
31 | 31 | <Use64BitIISExpress />
|
32 |
| - <TypeScriptToolsVersion>3.0</TypeScriptToolsVersion> |
| 32 | + <TypeScriptToolsVersion>4.3</TypeScriptToolsVersion> |
33 | 33 | </PropertyGroup>
|
34 | 34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
35 | 35 | <DebugSymbols>true</DebugSymbols>
|
|
120 | 120 | <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
121 | 121 | <HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
122 | 122 | </Reference>
|
123 |
| - <Reference Include="PostSharp, Version=6.10.4.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
124 |
| - <HintPath>..\..\packages\PostSharp.Redist.6.10.4-rc\lib\net45\PostSharp.dll</HintPath> |
| 123 | + <Reference Include="PostSharp, Version=6.10.5.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL"> |
| 124 | + <HintPath>..\..\packages\PostSharp.Redist.6.10.5\lib\net45\PostSharp.dll</HintPath> |
125 | 125 | </Reference>
|
126 | 126 | <Reference Include="System" />
|
127 | 127 | <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
435 | 435 | <PropertyGroup>
|
436 | 436 | <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>
|
437 | 437 | </PropertyGroup>
|
438 |
| - <Error Condition="!Exists('..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.props'))" /> |
439 |
| - <Error Condition="!Exists('..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.targets'))" /> |
440 | 438 | <Error Condition="!Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
|
441 | 439 | <Error Condition="!Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
|
442 | 440 | <Error Condition="!Exists('..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets'))" />
|
443 | 441 | <Error Condition="!Exists('..\..\packages\Microsoft.Net.Compilers.4.0.1\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Net.Compilers.4.0.1\build\Microsoft.Net.Compilers.props'))" />
|
| 442 | + <Error Condition="!Exists('..\..\packages\PostSharp.6.10.5\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.10.5\build\PostSharp.props'))" /> |
| 443 | + <Error Condition="!Exists('..\..\packages\PostSharp.6.10.5\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.10.5\build\PostSharp.targets'))" /> |
444 | 444 | </Target>
|
445 |
| - <Import Project="..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.6.10.4-rc\build\PostSharp.targets')" /> |
446 | 445 | <Import Project="..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
|
447 | 446 | <Import Project="..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets" Condition="Exists('..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net472\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" />
|
| 447 | + <Import Project="..\..\packages\PostSharp.6.10.5\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.6.10.5\build\PostSharp.targets')" /> |
448 | 448 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
449 | 449 | Other similar extension points exist, see Microsoft.Common.targets.
|
450 | 450 | <Target Name="BeforeBuild">
|
|
0 commit comments