|
13 | 13 | <RootNamespace>RestIntro</RootNamespace> |
14 | 14 | <AssemblyName>RestIntro</AssemblyName> |
15 | 15 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 16 | + <UseIISExpress>false</UseIISExpress> |
16 | 17 | </PropertyGroup> |
17 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | 19 | <DebugSymbols>true</DebugSymbols> |
|
34 | 35 | </PropertyGroup> |
35 | 36 | <ItemGroup> |
36 | 37 | <Reference Include="Mono.Data.Sqlite"> |
37 | | - <HintPath>..\..\..\lib\Mono.Data.Sqlite.dll</HintPath> |
| 38 | + <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.32\lib\net35\Mono.Data.Sqlite.dll</HintPath> |
38 | 39 | </Reference> |
39 | 40 | <Reference Include="ServiceStack"> |
40 | | - <HintPath>..\..\packages\ServiceStack.3.9.11\lib\net35\ServiceStack.dll</HintPath> |
| 41 | + <HintPath>..\packages\ServiceStack.3.9.32\lib\net35\ServiceStack.dll</HintPath> |
41 | 42 | </Reference> |
42 | 43 | <Reference Include="ServiceStack.Common"> |
43 | | - <HintPath>..\..\packages\ServiceStack.Common.3.9.11\lib\net35\ServiceStack.Common.dll</HintPath> |
| 44 | + <HintPath>..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Common.dll</HintPath> |
44 | 45 | </Reference> |
45 | 46 | <Reference Include="ServiceStack.Interfaces"> |
46 | | - <HintPath>..\..\packages\ServiceStack.Common.3.9.11\lib\net35\ServiceStack.Interfaces.dll</HintPath> |
| 47 | + <HintPath>..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Interfaces.dll</HintPath> |
47 | 48 | </Reference> |
48 | 49 | <Reference Include="ServiceStack.OrmLite"> |
49 | | - <HintPath>..\..\packages\ServiceStack.OrmLite.Sqlite32.3.9.9\lib\net35\ServiceStack.OrmLite.dll</HintPath> |
| 50 | + <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.32\lib\net35\ServiceStack.OrmLite.dll</HintPath> |
50 | 51 | </Reference> |
51 | | - <Reference Include="ServiceStack.OrmLite.SqliteNET"> |
52 | | - <HintPath>..\..\packages\ServiceStack.OrmLite.Sqlite32.3.9.9\lib\net35\ServiceStack.OrmLite.SqliteNET.dll</HintPath> |
| 52 | + <Reference Include="ServiceStack.OrmLite.Sqlite"> |
| 53 | + <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.32\lib\net35\ServiceStack.OrmLite.Sqlite.dll</HintPath> |
| 54 | + </Reference> |
| 55 | + <Reference Include="ServiceStack.OrmLite.SqlServer"> |
| 56 | + <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.32\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath> |
53 | 57 | </Reference> |
54 | 58 | <Reference Include="ServiceStack.Redis"> |
55 | | - <HintPath>..\..\packages\ServiceStack.Redis.3.9.11\lib\net35\ServiceStack.Redis.dll</HintPath> |
| 59 | + <HintPath>..\packages\ServiceStack.Redis.3.9.32\lib\net35\ServiceStack.Redis.dll</HintPath> |
56 | 60 | </Reference> |
57 | 61 | <Reference Include="ServiceStack.ServiceInterface"> |
58 | | - <HintPath>..\..\packages\ServiceStack.3.9.11\lib\net35\ServiceStack.ServiceInterface.dll</HintPath> |
| 62 | + <HintPath>..\packages\ServiceStack.3.9.32\lib\net35\ServiceStack.ServiceInterface.dll</HintPath> |
59 | 63 | </Reference> |
60 | 64 | <Reference Include="ServiceStack.Text"> |
61 | | - <HintPath>..\..\packages\ServiceStack.Text.3.9.11\lib\net35\ServiceStack.Text.dll</HintPath> |
| 65 | + <HintPath>..\packages\ServiceStack.Text.3.9.32\lib\net35\ServiceStack.Text.dll</HintPath> |
62 | 66 | </Reference> |
63 | 67 | <Reference Include="System" /> |
64 | 68 | <Reference Include="System.Core" /> |
65 | 69 | <Reference Include="System.Data" /> |
66 | | - <Reference Include="System.Data.SQLite"> |
67 | | - <HintPath>..\..\packages\ServiceStack.OrmLite.Sqlite32.3.9.9\lib\net35\System.Data.SQLite.dll</HintPath> |
68 | | - </Reference> |
69 | 70 | <Reference Include="System.Web" /> |
70 | 71 | <Reference Include="System.Configuration" /> |
71 | 72 | </ItemGroup> |
|
76 | 77 | </Content> |
77 | 78 | <Content Include="default.htm" /> |
78 | 79 | <Content Include="Global.asax" /> |
| 80 | + <Content Include="sqlite\x64\sqlite3.dll" /> |
| 81 | + <Content Include="sqlite\x86\sqlite3.dll" /> |
| 82 | + <Content Include="sqlite\x86\sqlite3.exe" /> |
79 | 83 | <Content Include="Web.config" /> |
80 | 84 | </ItemGroup> |
81 | 85 | <ItemGroup> |
|
0 commit comments