|
36 | 36 | <Reference Include="Mono.Data.Sqlite">
|
37 | 37 | <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.3\lib\net35\Mono.Data.Sqlite.dll</HintPath>
|
38 | 38 | </Reference>
|
39 |
| - <Reference Include="ServiceStack"> |
40 |
| - <HintPath>..\packages\ServiceStack.3.9.2\lib\net40\ServiceStack.dll</HintPath> |
| 39 | + <Reference Include="ServiceStack, Version=3.9.4.0, Culture=neutral, processorArchitecture=MSIL"> |
| 40 | + <SpecificVersion>False</SpecificVersion> |
| 41 | + <HintPath>..\..\..\lib\ServiceStack.dll</HintPath> |
41 | 42 | </Reference>
|
42 |
| - <Reference Include="ServiceStack.Common"> |
43 |
| - <HintPath>..\packages\ServiceStack.Common.3.9.0\lib\net35\ServiceStack.Common.dll</HintPath> |
| 43 | + <Reference Include="ServiceStack.Common, Version=3.9.4.0, Culture=neutral, processorArchitecture=MSIL"> |
| 44 | + <SpecificVersion>False</SpecificVersion> |
| 45 | + <HintPath>..\..\..\lib\ServiceStack.Common.dll</HintPath> |
44 | 46 | </Reference>
|
45 |
| - <Reference Include="ServiceStack.Interfaces"> |
46 |
| - <HintPath>..\packages\ServiceStack.Common.3.9.0\lib\net35\ServiceStack.Interfaces.dll</HintPath> |
| 47 | + <Reference Include="ServiceStack.Interfaces, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 48 | + <SpecificVersion>False</SpecificVersion> |
| 49 | + <HintPath>..\..\..\lib\ServiceStack.Interfaces.dll</HintPath> |
47 | 50 | </Reference>
|
48 |
| - <Reference Include="ServiceStack.OrmLite.Sqlite"> |
49 |
| - <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.3\lib\net35\ServiceStack.OrmLite.Sqlite.dll</HintPath> |
| 51 | + <Reference Include="ServiceStack.OrmLite, Version=3.9.4.0, Culture=neutral, processorArchitecture=MSIL"> |
| 52 | + <SpecificVersion>False</SpecificVersion> |
| 53 | + <HintPath>..\..\..\lib\ServiceStack.OrmLite.dll</HintPath> |
50 | 54 | </Reference>
|
51 |
| - <Reference Include="ServiceStack.Razor"> |
52 |
| - <HintPath>..\packages\ServiceStack.3.9.2\lib\net40\ServiceStack.Razor.dll</HintPath> |
| 55 | + <Reference Include="ServiceStack.OrmLite.Sqlite, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86"> |
| 56 | + <SpecificVersion>False</SpecificVersion> |
| 57 | + <HintPath>..\..\..\lib\ServiceStack.OrmLite.Sqlite.dll</HintPath> |
53 | 58 | </Reference>
|
54 |
| - <Reference Include="ServiceStack.Redis"> |
55 |
| - <HintPath>..\packages\ServiceStack.Redis.3.9.0\lib\net35\ServiceStack.Redis.dll</HintPath> |
| 59 | + <Reference Include="ServiceStack.Razor, Version=2.1.4609.1517, Culture=neutral, processorArchitecture=MSIL"> |
| 60 | + <SpecificVersion>False</SpecificVersion> |
| 61 | + <HintPath>..\..\..\lib\ServiceStack.Razor.dll</HintPath> |
56 | 62 | </Reference>
|
57 |
| - <Reference Include="ServiceStack.ServiceInterface"> |
58 |
| - <HintPath>..\packages\ServiceStack.3.9.2\lib\net40\ServiceStack.ServiceInterface.dll</HintPath> |
| 63 | + <Reference Include="ServiceStack.RazorEngine"> |
| 64 | + <HintPath>..\..\..\lib\ServiceStack.RazorEngine.dll</HintPath> |
| 65 | + </Reference> |
| 66 | + <Reference Include="ServiceStack.ServiceInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 67 | + <SpecificVersion>False</SpecificVersion> |
| 68 | + <HintPath>..\..\..\lib\ServiceStack.ServiceInterface.dll</HintPath> |
| 69 | + </Reference> |
| 70 | + <Reference Include="ServiceStack.Text, Version=3.9.4.0, Culture=neutral, processorArchitecture=MSIL"> |
| 71 | + <SpecificVersion>False</SpecificVersion> |
| 72 | + <HintPath>..\..\..\lib\ServiceStack.Text.dll</HintPath> |
59 | 73 | </Reference>
|
60 | 74 | <Reference Include="System" />
|
61 | 75 | <Reference Include="System.Core" />
|
|
65 | 79 | <Reference Include="Microsoft.CSharp" />
|
66 | 80 | <Reference Include="System.Data" />
|
67 | 81 | <Reference Include="System.Xml" />
|
68 |
| - <Reference Include="ServiceStack.OrmLite, Version=3.9.2.0, Culture=neutral, PublicKeyToken=null"> |
69 |
| - <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.3\lib\net35\ServiceStack.OrmLite.dll</HintPath> |
70 |
| - </Reference> |
71 |
| - <Reference Include="ServiceStack.OrmLite.SqlServer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"> |
72 |
| - <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.2\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath> |
73 |
| - </Reference> |
74 |
| - <Reference Include="ServiceStack.Text, Version=3.9.0.0, Culture=neutral, PublicKeyToken=null"> |
75 |
| - <HintPath>..\packages\ServiceStack.Text.3.9.2\lib\net35\ServiceStack.Text.dll</HintPath> |
76 |
| - </Reference> |
77 | 82 | </ItemGroup>
|
78 | 83 | <ItemGroup>
|
79 | 84 | <Compile Include="AppHost.cs" />
|
|
0 commit comments