|
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
15 | 15 | <RestorePackages>true</RestorePackages>
|
16 | 16 | <TargetFrameworkProfile />
|
| 17 | + <NuGetPackageImportStamp> |
| 18 | + </NuGetPackageImportStamp> |
17 | 19 | </PropertyGroup>
|
18 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
19 | 21 | <DebugSymbols>true</DebugSymbols>
|
|
33 | 35 | <WarningLevel>4</WarningLevel>
|
34 | 36 | </PropertyGroup>
|
35 | 37 | <ItemGroup>
|
36 |
| - <Reference Include="Abp, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL"> |
37 |
| - <HintPath>..\packages\Abp.1.3.1.0\lib\net452\Abp.dll</HintPath> |
| 38 | + <Reference Include="Abp, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 39 | + <HintPath>..\packages\Abp.1.5.1\lib\net452\Abp.dll</HintPath> |
38 | 40 | <Private>True</Private>
|
39 | 41 | </Reference>
|
40 |
| - <Reference Include="Abp.AutoMapper, Version=1.3.1.0, Culture=neutral, processorArchitecture=MSIL"> |
41 |
| - <HintPath>..\packages\Abp.AutoMapper.1.3.1.0\lib\net452\Abp.AutoMapper.dll</HintPath> |
| 42 | + <Reference Include="Abp.AutoMapper, Version=1.5.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\packages\Abp.AutoMapper.1.5.1\lib\net452\Abp.AutoMapper.dll</HintPath> |
42 | 44 | <Private>True</Private>
|
43 | 45 | </Reference>
|
44 | 46 | <Reference Include="AutoMapper, Version=5.2.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
|
|
49 | 51 | <SpecificVersion>False</SpecificVersion>
|
50 | 52 | <HintPath>..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
|
51 | 53 | </Reference>
|
52 |
| - <Reference Include="Castle.Facilities.Logging, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
53 |
| - <SpecificVersion>False</SpecificVersion> |
54 |
| - <HintPath>..\packages\Castle.LoggingFacility.3.3.0\lib\net45\Castle.Facilities.Logging.dll</HintPath> |
| 54 | + <Reference Include="Castle.Facilities.Logging, Version=3.4.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
| 55 | + <HintPath>..\packages\Castle.LoggingFacility.3.4.0\lib\net45\Castle.Facilities.Logging.dll</HintPath> |
| 56 | + <Private>True</Private> |
55 | 57 | </Reference>
|
56 |
| - <Reference Include="Castle.Windsor, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
57 |
| - <SpecificVersion>False</SpecificVersion> |
58 |
| - <HintPath>..\packages\Castle.Windsor.3.3.0\lib\net45\Castle.Windsor.dll</HintPath> |
| 58 | + <Reference Include="Castle.Windsor, Version=3.4.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
| 59 | + <HintPath>..\packages\Castle.Windsor.3.4.0\lib\net45\Castle.Windsor.dll</HintPath> |
| 60 | + <Private>True</Private> |
| 61 | + </Reference> |
| 62 | + <Reference Include="JetBrains.Annotations, Version=10.4.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL"> |
| 63 | + <HintPath>..\packages\JetBrains.Annotations.10.4.0\lib\net\JetBrains.Annotations.dll</HintPath> |
| 64 | + <Private>True</Private> |
| 65 | + </Reference> |
| 66 | + <Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 67 | + <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath> |
| 68 | + <Private>True</Private> |
| 69 | + </Reference> |
| 70 | + <Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 71 | + <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath> |
| 72 | + <Private>True</Private> |
| 73 | + </Reference> |
| 74 | + <Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 75 | + <HintPath>..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath> |
| 76 | + <Private>True</Private> |
59 | 77 | </Reference>
|
60 | 78 | <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
61 | 79 | <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
62 | 80 | <Private>True</Private>
|
63 | 81 | </Reference>
|
64 |
| - <Reference Include="Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
65 |
| - <HintPath>..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.dll</HintPath> |
| 82 | + <Reference Include="Nito.AsyncEx, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 83 | + <HintPath>..\packages\Nito.AsyncEx.4.0.1\lib\net45\Nito.AsyncEx.dll</HintPath> |
66 | 84 | <Private>True</Private>
|
67 | 85 | </Reference>
|
68 |
| - <Reference Include="Nito.AsyncEx.Concurrent, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
69 |
| - <HintPath>..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.Concurrent.dll</HintPath> |
| 86 | + <Reference Include="Nito.AsyncEx.Concurrent, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 87 | + <HintPath>..\packages\Nito.AsyncEx.4.0.1\lib\net45\Nito.AsyncEx.Concurrent.dll</HintPath> |
70 | 88 | <Private>True</Private>
|
71 | 89 | </Reference>
|
72 |
| - <Reference Include="Nito.AsyncEx.Enlightenment, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
73 |
| - <HintPath>..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.Enlightenment.dll</HintPath> |
| 90 | + <Reference Include="Nito.AsyncEx.Enlightenment, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL"> |
| 91 | + <HintPath>..\packages\Nito.AsyncEx.4.0.1\lib\net45\Nito.AsyncEx.Enlightenment.dll</HintPath> |
74 | 92 | <Private>True</Private>
|
75 | 93 | </Reference>
|
76 | 94 | <Reference Include="System" />
|
|
85 | 103 | <HintPath>..\packages\System.Linq.Dynamic.1.0.7\lib\net40\System.Linq.Dynamic.dll</HintPath>
|
86 | 104 | <Private>True</Private>
|
87 | 105 | </Reference>
|
| 106 | + <Reference Include="System.Net" /> |
88 | 107 | <Reference Include="System.Runtime.Caching" />
|
89 | 108 | <Reference Include="System.Transactions" />
|
90 | 109 | <Reference Include="System.Xml.Linq" />
|
|
115 | 134 | <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>
|
116 | 135 | </PropertyGroup>
|
117 | 136 | <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
| 137 | + <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" /> |
118 | 138 | </Target>
|
| 139 | + <Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" /> |
119 | 140 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
120 | 141 | Other similar extension points exist, see Microsoft.Common.targets.
|
121 | 142 | <Target Name="BeforeBuild">
|
|
0 commit comments