|
74 | 74 | <HintPath>..\packages\Microsoft.ApplicationInsights.Agent.Intercept.0.17.0\lib\net45\Microsoft.Diagnostics.Instrumentation.Extensions.Intercept.dll</HintPath>
|
75 | 75 | <Private>True</Private>
|
76 | 76 | </Reference>
|
| 77 | + <Reference Include="MySql.Data, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" /> |
| 78 | + <Reference Include="MySql.Data.Entity.EF6, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" /> |
| 79 | + <Reference Include="MySql.Web, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" /> |
77 | 80 | <Reference Include="System" />
|
78 | 81 | <Reference Include="System.Data" />
|
| 82 | + <Reference Include="System.Data.Linq" /> |
79 | 83 | <Reference Include="System.Drawing" />
|
| 84 | + <Reference Include="System.Runtime.Serialization" /> |
| 85 | + <Reference Include="System.Security" /> |
80 | 86 | <Reference Include="System.Web.DynamicData" />
|
81 | 87 | <Reference Include="System.Web.Entity" />
|
82 | 88 | <Reference Include="System.Web.ApplicationServices" />
|
|
195 | 201 | <Compile Include="Controllers\AccountController.cs" />
|
196 | 202 | <Compile Include="Controllers\HomeController.cs" />
|
197 | 203 | <Compile Include="Controllers\ManageController.cs" />
|
| 204 | + <Compile Include="Controllers\OrderController.cs" /> |
| 205 | + <Compile Include="Controllers\ProfileController.cs" /> |
| 206 | + <Compile Include="Core\Security.cs" /> |
198 | 207 | <Compile Include="Global.asax.cs">
|
199 | 208 | <DependentUpon>Global.asax</DependentUpon>
|
200 | 209 | </Compile>
|
201 |
| - <Compile Include="Models\AccountViewModels.cs" /> |
202 |
| - <Compile Include="Models\IdentityModels.cs" /> |
203 |
| - <Compile Include="Models\ManageViewModels.cs" /> |
| 210 | + <Compile Include="Models\aspnetrole.cs"> |
| 211 | + <DependentUpon>Model1.tt</DependentUpon> |
| 212 | + </Compile> |
| 213 | + <Compile Include="Models\aspnetuser.cs"> |
| 214 | + <DependentUpon>Model1.tt</DependentUpon> |
| 215 | + </Compile> |
| 216 | + <Compile Include="Models\aspnetuserclaim.cs"> |
| 217 | + <DependentUpon>Model1.tt</DependentUpon> |
| 218 | + </Compile> |
| 219 | + <Compile Include="Models\aspnetuserlogin.cs"> |
| 220 | + <DependentUpon>Model1.tt</DependentUpon> |
| 221 | + </Compile> |
| 222 | + <Compile Include="Models\chatmessage.cs"> |
| 223 | + <DependentUpon>Model1.tt</DependentUpon> |
| 224 | + </Compile> |
| 225 | + <Compile Include="Models\dish.cs"> |
| 226 | + <DependentUpon>Model1.tt</DependentUpon> |
| 227 | + </Compile> |
| 228 | + <Compile Include="Models\dishreview.cs"> |
| 229 | + <DependentUpon>Model1.tt</DependentUpon> |
| 230 | + </Compile> |
| 231 | + <Compile Include="Models\dishtype.cs"> |
| 232 | + <DependentUpon>Model1.tt</DependentUpon> |
| 233 | + </Compile> |
| 234 | + <Compile Include="Models\Model1.Context.cs"> |
| 235 | + <AutoGen>True</AutoGen> |
| 236 | + <DesignTime>True</DesignTime> |
| 237 | + <DependentUpon>Model1.Context.tt</DependentUpon> |
| 238 | + </Compile> |
| 239 | + <Compile Include="Models\Model1.cs"> |
| 240 | + <AutoGen>True</AutoGen> |
| 241 | + <DesignTime>True</DesignTime> |
| 242 | + <DependentUpon>Model1.tt</DependentUpon> |
| 243 | + </Compile> |
| 244 | + <Compile Include="Models\Model1.Designer.cs"> |
| 245 | + <AutoGen>True</AutoGen> |
| 246 | + <DesignTime>True</DesignTime> |
| 247 | + <DependentUpon>Model1.edmx</DependentUpon> |
| 248 | + </Compile> |
| 249 | + <Compile Include="Models\order.cs"> |
| 250 | + <DependentUpon>Model1.tt</DependentUpon> |
| 251 | + </Compile> |
| 252 | + <Compile Include="Models\ordercontactmethod.cs"> |
| 253 | + <DependentUpon>Model1.tt</DependentUpon> |
| 254 | + </Compile> |
| 255 | + <Compile Include="Models\orderdelivery.cs"> |
| 256 | + <DependentUpon>Model1.tt</DependentUpon> |
| 257 | + </Compile> |
| 258 | + <Compile Include="Models\orderingridientbuyer.cs"> |
| 259 | + <DependentUpon>Model1.tt</DependentUpon> |
| 260 | + </Compile> |
| 261 | + <Compile Include="Models\orderpaymentmethod.cs"> |
| 262 | + <DependentUpon>Model1.tt</DependentUpon> |
| 263 | + </Compile> |
| 264 | + <Compile Include="Models\orderproduct.cs"> |
| 265 | + <DependentUpon>Model1.tt</DependentUpon> |
| 266 | + </Compile> |
| 267 | + <Compile Include="Models\orderstatu.cs"> |
| 268 | + <DependentUpon>Model1.tt</DependentUpon> |
| 269 | + </Compile> |
| 270 | + <Compile Include="Models\Repositories\IngridientsBuyer.cs" /> |
| 271 | + <Compile Include="Models\review.cs"> |
| 272 | + <DependentUpon>Model1.tt</DependentUpon> |
| 273 | + </Compile> |
| 274 | + <Compile Include="Models\userdescription.cs"> |
| 275 | + <DependentUpon>Model1.tt</DependentUpon> |
| 276 | + </Compile> |
| 277 | + <Compile Include="Models\ViewModels\AccountViewModels.cs" /> |
| 278 | + <Compile Include="Models\Repositories\ContactMethodRepository.cs" /> |
| 279 | + <Compile Include="Models\DataManager.cs" /> |
| 280 | + <Compile Include="Models\Repositories\DeliveryMethodRepository.cs" /> |
| 281 | + <Compile Include="Models\Repositories\DishRepository.cs" /> |
| 282 | + <Compile Include="Models\ViewModels\HomeViewModels.cs" /> |
| 283 | + <Compile Include="Models\ViewModels\IdentityModels.cs" /> |
| 284 | + <Compile Include="Models\ViewModels\ManageViewModels.cs" /> |
| 285 | + <Compile Include="Models\Repositories\OrderRepository.cs" /> |
| 286 | + <Compile Include="Models\ViewModels\OrderViewModels.cs" /> |
| 287 | + <Compile Include="Models\Repositories\PaymentMethodRepository.cs" /> |
| 288 | + <Compile Include="Models\ViewModels\ProfileViewModels.cs" /> |
| 289 | + <Compile Include="Models\Repositories\StatusRepository.cs" /> |
| 290 | + <Compile Include="Models\Repositories\UserRepository.cs" /> |
204 | 291 | <Compile Include="Properties\AssemblyInfo.cs" />
|
205 | 292 | <Compile Include="Startup.cs" />
|
206 | 293 | </ItemGroup>
|
207 | 294 | <ItemGroup>
|
| 295 | + <Content Include="App_Data\bistrodrive.sql" /> |
| 296 | + <Content Include="App_Data\DataBase.mdf" /> |
| 297 | + <Content Include="App_Data\DataBase_log.ldf"> |
| 298 | + <DependentUpon>DataBase.mdf</DependentUpon> |
| 299 | + </Content> |
208 | 300 | <Content Include="Content\bootstrap.css" />
|
209 | 301 | <Content Include="Content\bootstrap.min.css" />
|
210 | 302 | <Content Include="favicon.ico" />
|
211 | 303 | <Content Include="fonts\glyphicons-halflings-regular.svg" />
|
212 | 304 | <Content Include="Global.asax" />
|
213 | 305 | <Content Include="Content\Site.css" />
|
| 306 | + <Content Include="Models\Model1.Context.tt"> |
| 307 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 308 | + <DependentUpon>Model1.edmx</DependentUpon> |
| 309 | + <LastGenOutput>Model1.Context.cs</LastGenOutput> |
| 310 | + </Content> |
| 311 | + <Content Include="Models\Model1.tt"> |
| 312 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 313 | + <DependentUpon>Model1.edmx</DependentUpon> |
| 314 | + <LastGenOutput>Model1.cs</LastGenOutput> |
| 315 | + </Content> |
214 | 316 | <Content Include="Scripts\bootstrap.js" />
|
215 | 317 | <Content Include="Scripts\bootstrap.min.js" />
|
216 | 318 | <Content Include="ApplicationInsights.config" />
|
| 319 | + <EntityDeploy Include="Models\Model1.edmx"> |
| 320 | + <Generator>EntityModelCodeGenerator</Generator> |
| 321 | + <LastGenOutput>Model1.Designer.cs</LastGenOutput> |
| 322 | + </EntityDeploy> |
| 323 | + <Content Include="Models\Model1.edmx.diagram"> |
| 324 | + <DependentUpon>Model1.edmx</DependentUpon> |
| 325 | + </Content> |
| 326 | + <None Include="Properties\PublishProfiles\bistrodrive.pubxml" /> |
| 327 | + <None Include="Properties\PublishProfiles\SmarterASP.pubxml" /> |
| 328 | + <None Include="Properties\PublishProfiles\SmartWD.pubxml" /> |
217 | 329 | <None Include="Scripts\jquery-1.10.2.intellisense.js" />
|
218 | 330 | <Content Include="Scripts\jquery-1.10.2.js" />
|
219 | 331 | <Content Include="Scripts\jquery-1.10.2.min.js" />
|
|
226 | 338 | <Content Include="Scripts\respond.js" />
|
227 | 339 | <Content Include="Scripts\respond.min.js" />
|
228 | 340 | <Content Include="Scripts\_references.js" />
|
229 |
| - <Content Include="Web.config" /> |
| 341 | + <Content Include="Web.config"> |
| 342 | + <SubType>Designer</SubType> |
| 343 | + </Content> |
230 | 344 | <Content Include="Web.Debug.config">
|
231 | 345 | <DependentUpon>Web.config</DependentUpon>
|
232 | 346 | </Content>
|
|
261 | 375 | <Content Include="Views\Shared\Lockout.cshtml" />
|
262 | 376 | <Content Include="Views\Shared\_LoginPartial.cshtml" />
|
263 | 377 | <Content Include="Service References\Application Insights\ConnectedService.json" />
|
| 378 | + <Content Include="Views\Profile\Index.cshtml" /> |
| 379 | + <Content Include="Views\Profile\AddDish.cshtml" /> |
| 380 | + <Content Include="Views\Profile\_DishPartial.cshtml" /> |
| 381 | + <Content Include="Views\Profile\EditDish.cshtml" /> |
| 382 | + <Content Include="Views\Profile\Dish.cshtml" /> |
| 383 | + <Content Include="Views\Profile\DishInfo.cshtml" /> |
| 384 | + <Content Include="Views\Order\MakeOrder.cshtml" /> |
| 385 | + <Content Include="Views\Order\Success.cshtml" /> |
| 386 | + <Content Include="Views\Profile\Order.cshtml" /> |
| 387 | + <Content Include="Views\Profile\OrderInfo.cshtml" /> |
| 388 | + <Content Include="Views\Home\Offers.cshtml" /> |
264 | 389 | </ItemGroup>
|
265 | 390 | <ItemGroup>
|
266 |
| - <Folder Include="App_Data\" /> |
| 391 | + <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" /> |
| 392 | + <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
267 | 393 | </ItemGroup>
|
268 | 394 | <ItemGroup>
|
269 | 395 | <Content Include="fonts\glyphicons-halflings-regular.woff" />
|
|
276 | 402 | <ItemGroup>
|
277 | 403 | <WCFMetadata Include="Service References\" />
|
278 | 404 | </ItemGroup>
|
| 405 | + <ItemGroup> |
| 406 | + <Folder Include="Uploads\avatars\" /> |
| 407 | + <Folder Include="Uploads\dish\" /> |
| 408 | + </ItemGroup> |
279 | 409 | <PropertyGroup>
|
280 | 410 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
281 | 411 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
0 commit comments