|
40 | 40 | </PropertyGroup>
|
41 | 41 | <ItemGroup>
|
42 | 42 | <Reference Include="Microsoft.CSharp" />
|
| 43 | + <Reference Include="Npgsql, Version=3.2.2.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL"> |
| 44 | + <HintPath>..\..\src\packages\Npgsql.3.2.2\lib\net45\Npgsql.dll</HintPath> |
| 45 | + <Private>True</Private> |
| 46 | + </Reference> |
43 | 47 | <Reference Include="ServiceStack.Admin">
|
44 | 48 | <HintPath>..\..\lib\tests\ServiceStack.Admin.dll</HintPath>
|
45 | 49 | </Reference>
|
|
63 | 67 | </Reference>
|
64 | 68 | <Reference Include="System.Net" />
|
65 | 69 | <Reference Include="System.Runtime.Serialization" />
|
66 |
| - <Reference Include="System.Web.DynamicData" /> |
67 |
| - <Reference Include="System.Web.Entity" /> |
68 |
| - <Reference Include="System.Web.ApplicationServices" /> |
69 | 70 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
70 | 71 | <Reference Include="System" />
|
71 | 72 | <Reference Include="System.Data" />
|
72 | 73 | <Reference Include="System.Core" />
|
73 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
74 |
| - <Reference Include="System.Web.Extensions" /> |
75 |
| - <Reference Include="System.Xml.Linq" /> |
76 | 74 | <Reference Include="System.Drawing" />
|
| 75 | + <Reference Include="System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 76 | + <HintPath>..\..\src\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath> |
| 77 | + <Private>True</Private> |
| 78 | + </Reference> |
77 | 79 | <Reference Include="System.Web" />
|
78 | 80 | <Reference Include="System.Xml" />
|
79 | 81 | <Reference Include="System.Configuration" />
|
80 |
| - <Reference Include="System.Web.Services" /> |
81 |
| - <Reference Include="System.EnterpriseServices" /> |
82 | 82 | </ItemGroup>
|
83 | 83 | <ItemGroup>
|
84 | 84 | <Content Include="..\..\lib\sqlite3.dll">
|
|
138 | 138 | <Content Include="Views\TestHtml.cshtml">
|
139 | 139 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
140 | 140 | </Content>
|
| 141 | + <Content Include="packages.config" /> |
141 | 142 | <None Include="Web.Debug.config">
|
142 | 143 | <DependentUpon>Web.config</DependentUpon>
|
143 | 144 | </None>
|
|
0 commit comments