|
35 | 35 | <Prefer32Bit>false</Prefer32Bit> |
36 | 36 | </PropertyGroup> |
37 | 37 | <ItemGroup> |
38 | | - <Reference Include="ServiceStack"> |
39 | | - <HintPath>..\..\lib\net45\ServiceStack.dll</HintPath> |
| 38 | + <Reference Include="ServiceStack, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587"> |
| 39 | + <HintPath>..\..\src\packages\ServiceStack.5.4.1\lib\net45\ServiceStack.dll</HintPath> |
| 40 | + <Private>True</Private> |
40 | 41 | </Reference> |
41 | | - <Reference Include="ServiceStack.Client"> |
42 | | - <HintPath>..\..\lib\net45\ServiceStack.Client.dll</HintPath> |
| 42 | + <Reference Include="ServiceStack.Client, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587"> |
| 43 | + <HintPath>..\..\src\packages\ServiceStack.Client.5.4.1\lib\net45\ServiceStack.Client.dll</HintPath> |
| 44 | + <Private>True</Private> |
43 | 45 | </Reference> |
44 | | - <Reference Include="ServiceStack.Common, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
45 | | - <SpecificVersion>False</SpecificVersion> |
46 | | - <HintPath>..\..\lib\net45\ServiceStack.Common.dll</HintPath> |
| 46 | + <Reference Include="ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587"> |
| 47 | + <HintPath>..\..\src\packages\ServiceStack.Common.5.4.1\lib\net45\ServiceStack.Common.dll</HintPath> |
| 48 | + <Private>True</Private> |
47 | 49 | </Reference> |
48 | | - <Reference Include="ServiceStack.Interfaces"> |
49 | | - <HintPath>..\..\lib\net45\ServiceStack.Interfaces.dll</HintPath> |
| 50 | + <Reference Include="ServiceStack.Interfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587"> |
| 51 | + <HintPath>..\..\src\packages\ServiceStack.Interfaces.5.4.1\lib\net45\ServiceStack.Interfaces.dll</HintPath> |
| 52 | + <Private>True</Private> |
50 | 53 | </Reference> |
51 | | - <Reference Include="ServiceStack.Server"> |
52 | | - <HintPath>..\..\lib\net45\ServiceStack.Server.dll</HintPath> |
53 | | - </Reference> |
54 | | - <Reference Include="ServiceStack.Text"> |
55 | | - <HintPath>..\..\lib\net45\ServiceStack.Text.dll</HintPath> |
| 54 | + <Reference Include="ServiceStack.Text, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587"> |
| 55 | + <HintPath>..\..\src\packages\ServiceStack.Text.5.4.1\lib\net45\ServiceStack.Text.dll</HintPath> |
| 56 | + <Private>True</Private> |
56 | 57 | </Reference> |
57 | 58 | <Reference Include="System" /> |
| 59 | + <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"> |
| 60 | + <HintPath>..\..\src\packages\System.Buffers.4.4.0\lib\netstandard1.1\System.Buffers.dll</HintPath> |
| 61 | + <Private>True</Private> |
| 62 | + </Reference> |
58 | 63 | <Reference Include="System.Core" /> |
| 64 | + <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"> |
| 65 | + <HintPath>..\..\src\packages\System.Memory.4.5.1\lib\netstandard1.1\System.Memory.dll</HintPath> |
| 66 | + <Private>True</Private> |
| 67 | + </Reference> |
| 68 | + <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
| 69 | + <HintPath>..\..\src\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
| 70 | + <Private>True</Private> |
| 71 | + </Reference> |
| 72 | + <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"> |
| 73 | + <HintPath>..\..\src\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath> |
| 74 | + <Private>True</Private> |
| 75 | + </Reference> |
59 | 76 | <Reference Include="System.Xml.Linq" /> |
60 | 77 | <Reference Include="System.Data.DataSetExtensions" /> |
61 | 78 | <Reference Include="Microsoft.CSharp" /> |
|
84 | 101 | </ItemGroup> |
85 | 102 | <ItemGroup> |
86 | 103 | <None Include="App.config" /> |
| 104 | + <None Include="packages.config" /> |
87 | 105 | </ItemGroup> |
88 | 106 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
89 | 107 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments