|
17 | 17 | <OldToolsVersion>4.0</OldToolsVersion>
|
18 | 18 | <UpgradeBackupLocation>
|
19 | 19 | </UpgradeBackupLocation>
|
| 20 | + <UseIISExpress>false</UseIISExpress> |
20 | 21 | </PropertyGroup>
|
21 | 22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
22 | 23 | <DebugSymbols>true</DebugSymbols>
|
|
38 | 39 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
39 | 40 | </PropertyGroup>
|
40 | 41 | <ItemGroup>
|
41 |
| - <Reference Include="ServiceStack, Version=3.9.11.0, Culture=neutral, processorArchitecture=MSIL"> |
42 |
| - <HintPath>..\..\packages\ServiceStack.3.9.11\lib\net35\ServiceStack.dll</HintPath> |
| 42 | + <Reference Include="ServiceStack"> |
| 43 | + <HintPath>..\packages\ServiceStack.3.9.32\lib\net35\ServiceStack.dll</HintPath> |
43 | 44 | </Reference>
|
44 |
| - <Reference Include="ServiceStack.Common, Version=3.9.9.0, Culture=neutral, processorArchitecture=MSIL"> |
45 |
| - <HintPath>..\..\packages\ServiceStack.Common.3.9.11\lib\net35\ServiceStack.Common.dll</HintPath> |
| 45 | + <Reference Include="ServiceStack.Common"> |
| 46 | + <HintPath>..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Common.dll</HintPath> |
46 | 47 | </Reference>
|
47 |
| - <Reference Include="ServiceStack.Interfaces, Version=3.9.9.0, Culture=neutral, processorArchitecture=MSIL"> |
48 |
| - <HintPath>..\..\packages\ServiceStack.Common.3.9.11\lib\net35\ServiceStack.Interfaces.dll</HintPath> |
| 48 | + <Reference Include="ServiceStack.Interfaces"> |
| 49 | + <HintPath>..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Interfaces.dll</HintPath> |
| 50 | + </Reference> |
| 51 | + <Reference Include="ServiceStack.OrmLite"> |
| 52 | + <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.32\lib\ServiceStack.OrmLite.dll</HintPath> |
49 | 53 | </Reference>
|
50 | 54 | <Reference Include="ServiceStack.OrmLite.SqlServer">
|
51 |
| - <HintPath>..\..\packages\ServiceStack.OrmLite.SqlServer.3.9.9\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath> |
| 55 | + <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.32\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath> |
52 | 56 | </Reference>
|
53 |
| - <Reference Include="ServiceStack.Redis, Version=3.9.11.0, Culture=neutral, processorArchitecture=MSIL"> |
54 |
| - <HintPath>..\..\packages\ServiceStack.Redis.3.9.11\lib\net35\ServiceStack.Redis.dll</HintPath> |
| 57 | + <Reference Include="ServiceStack.Redis"> |
| 58 | + <HintPath>..\packages\ServiceStack.Redis.3.9.32\lib\net35\ServiceStack.Redis.dll</HintPath> |
55 | 59 | </Reference>
|
56 |
| - <Reference Include="ServiceStack.ServiceInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
57 |
| - <HintPath>..\..\packages\ServiceStack.3.9.11\lib\net35\ServiceStack.ServiceInterface.dll</HintPath> |
| 60 | + <Reference Include="ServiceStack.ServiceInterface"> |
| 61 | + <HintPath>..\packages\ServiceStack.3.9.32\lib\net35\ServiceStack.ServiceInterface.dll</HintPath> |
58 | 62 | </Reference>
|
59 | 63 | <Reference Include="ServiceStack.Text">
|
60 |
| - <HintPath>..\..\packages\ServiceStack.Text.3.9.11\lib\net35\ServiceStack.Text.dll</HintPath> |
| 64 | + <HintPath>..\packages\ServiceStack.Text.3.9.32\lib\net35\ServiceStack.Text.dll</HintPath> |
61 | 65 | </Reference>
|
62 | 66 | <Reference Include="System" />
|
63 | 67 | <Reference Include="System.Data" />
|
|
109 | 113 | <Project>{41C8C157-B2A4-4DDE-B153-233E46109F39}</Project>
|
110 | 114 | <Name>RedisStackOverflow.ServiceInterface</Name>
|
111 | 115 | </ProjectReference>
|
| 116 | + <ProjectReference Include="..\RedisStackOverflow.ServiceModel\RedisStackOverflow.ServiceModel.csproj"> |
| 117 | + <Project>{BFAB0E32-43F3-4A0E-9409-FC57FCF4BF14}</Project> |
| 118 | + <Name>RedisStackOverflow.ServiceModel</Name> |
| 119 | + </ProjectReference> |
112 | 120 | </ItemGroup>
|
113 | 121 | <ItemGroup>
|
114 | 122 | <Folder Include="App_Data\" />
|
|
0 commit comments