|
45 | 45 | <WarningLevel>4</WarningLevel> |
46 | 46 | </PropertyGroup> |
47 | 47 | <ItemGroup> |
48 | | - <Reference Include="ServiceStack, Version=4.0.50.0, Culture=neutral, processorArchitecture=MSIL"> |
49 | | - <HintPath>..\packages\ServiceStack.4.0.50\lib\net40\ServiceStack.dll</HintPath> |
50 | | - <Private>True</Private> |
51 | | - </Reference> |
52 | | - <Reference Include="ServiceStack.Client, Version=4.0.50.0, Culture=neutral, processorArchitecture=MSIL"> |
53 | | - <HintPath>..\packages\ServiceStack.Client.4.0.50\lib\net40\ServiceStack.Client.dll</HintPath> |
54 | | - <Private>True</Private> |
55 | | - </Reference> |
56 | | - <Reference Include="ServiceStack.Common, Version=4.0.50.0, Culture=neutral, processorArchitecture=MSIL"> |
57 | | - <HintPath>..\packages\ServiceStack.Common.4.0.50\lib\net40\ServiceStack.Common.dll</HintPath> |
58 | | - <Private>True</Private> |
59 | | - </Reference> |
60 | | - <Reference Include="ServiceStack.Interfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=e06fbc6124f57c43, processorArchitecture=MSIL"> |
61 | | - <HintPath>..\packages\ServiceStack.Interfaces.4.0.50\lib\portable-wp80+sl5+net40+win8+monotouch+monoandroid+xamarin.ios10\ServiceStack.Interfaces.dll</HintPath> |
62 | | - <Private>True</Private> |
63 | | - </Reference> |
64 | | - <Reference Include="ServiceStack.Text, Version=4.0.50.0, Culture=neutral, processorArchitecture=MSIL"> |
65 | | - <HintPath>..\packages\ServiceStack.Text.4.0.50\lib\net40\ServiceStack.Text.dll</HintPath> |
66 | | - <Private>True</Private> |
67 | | - </Reference> |
68 | 48 | <Reference Include="System" /> |
69 | 49 | <Reference Include="System.Data" /> |
70 | 50 | <Reference Include="System.Data.DataSetExtensions" /> |
|
77 | 57 | <Reference Include="System.Xml" /> |
78 | 58 | <Reference Include="System.Configuration" /> |
79 | 59 | <Reference Include="System.Xml.Linq" /> |
| 60 | + <Reference Include="ServiceStack.Interfaces"> |
| 61 | + <HintPath>..\packages\ServiceStack.Interfaces.4.0.60\lib\portable-wp80+sl5+net40+win8+wpa81+monotouch+monoandroid+xamarin.ios10\ServiceStack.Interfaces.dll</HintPath> |
| 62 | + </Reference> |
| 63 | + <Reference Include="ServiceStack.Text"> |
| 64 | + <HintPath>..\packages\ServiceStack.Text.4.0.60\lib\net40\ServiceStack.Text.dll</HintPath> |
| 65 | + </Reference> |
| 66 | + <Reference Include="ServiceStack.Common"> |
| 67 | + <HintPath>..\packages\ServiceStack.Common.4.0.60\lib\net40\ServiceStack.Common.dll</HintPath> |
| 68 | + </Reference> |
| 69 | + <Reference Include="ServiceStack.Client"> |
| 70 | + <HintPath>..\packages\ServiceStack.Client.4.0.60\lib\net40\ServiceStack.Client.dll</HintPath> |
| 71 | + </Reference> |
| 72 | + <Reference Include="ServiceStack"> |
| 73 | + <HintPath>..\packages\ServiceStack.4.0.60\lib\net40\ServiceStack.dll</HintPath> |
| 74 | + </Reference> |
80 | 75 | </ItemGroup> |
81 | 76 | <ItemGroup> |
82 | 77 | <Content Include="Views\Shared\_Layout.shtml" /> |
|
110 | 105 | <Content Include="Web.config"> |
111 | 106 | <SubType>Designer</SubType> |
112 | 107 | </Content> |
| 108 | + <Content Include="packages.config" /> |
113 | 109 | </ItemGroup> |
114 | 110 | <ItemGroup> |
115 | 111 | <Compile Include="Global.asax.cs"> |
|
139 | 135 | <None Include="markdown\markdown-features.md" /> |
140 | 136 | <None Include="obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache" /> |
141 | 137 | <None Include="ormlite\ormlite-overview.md" /> |
142 | | - <Content Include="packages.config" /> |
143 | 138 | <None Include="Pages.json" /> |
144 | 139 | <None Include="redis-admin-ui\redis-admin-ui-overview.md" /> |
145 | 140 | <None Include="redis-client\designing-nosql-database.md" /> |
|
190 | 185 | </WebProjectProperties> |
191 | 186 | </FlavorProperties> |
192 | 187 | </VisualStudio> |
| 188 | + <MonoDevelop> |
| 189 | + <Properties> |
| 190 | + <XspParameters Port="8080" Address="127.0.0.1" SslMode="None" SslProtocol="Default" KeyType="None" CertFile="" KeyFile="" PasswordOptions="None" Password="" Verbose="True" /> |
| 191 | + </Properties> |
| 192 | + </MonoDevelop> |
193 | 193 | </ProjectExtensions> |
194 | 194 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
195 | 195 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments