PageRenderTime 25ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/MvcMusicStore/MvcMusicStore.csproj

#
MSBuild | 238 lines | 238 code | 0 blank | 0 comment | 0 complexity | 1bc90b27f865ffe4be15c4513c3a4cb7 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{32DCD27D-A84C-4250-B657-408B3620A9AC}</ProjectGuid>
  10. <ProjectTypeGuids>{E53F8FEA-EAE0-44A6-8774-FFD645390401};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>MvcMusicStore</RootNamespace>
  14. <AssemblyName>MvcMusicStore</AssemblyName>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <MvcBuildViews>false</MvcBuildViews>
  17. <UseIISExpress>false</UseIISExpress>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="EntityFramework, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\packages\EntityFramework.4.1.10331.0\lib\EntityFramework.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System.Data.Entity" />
  42. <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  43. <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  44. <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Web.DynamicData" />
  50. <Reference Include="System.Web.Entity" />
  51. <Reference Include="System.Web.ApplicationServices" />
  52. <Reference Include="System.ComponentModel.DataAnnotations" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Web" />
  57. <Reference Include="System.Web.Extensions" />
  58. <Reference Include="System.Web.Abstractions" />
  59. <Reference Include="System.Web.Routing" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="System.Configuration" />
  62. <Reference Include="System.Web.Services" />
  63. <Reference Include="System.EnterpriseServices" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="Controllers\AccountController.cs" />
  67. <Compile Include="Controllers\CheckoutController.cs" />
  68. <Compile Include="Controllers\HomeController.cs" />
  69. <Compile Include="Controllers\ShoppingCartController.cs" />
  70. <Compile Include="Controllers\StoreController.cs" />
  71. <Compile Include="Controllers\StoreManagerController.cs" />
  72. <Compile Include="Global.asax.cs">
  73. <DependentUpon>Global.asax</DependentUpon>
  74. </Compile>
  75. <Compile Include="Models\AccountModels.cs" />
  76. <Compile Include="Models\Album.cs" />
  77. <Compile Include="Models\Artist.cs" />
  78. <Compile Include="Models\Cart.cs" />
  79. <Compile Include="Models\Genre.cs" />
  80. <Compile Include="Models\MusicStoreEntities.cs" />
  81. <Compile Include="Models\Order.cs" />
  82. <Compile Include="Models\OrderDetail.cs" />
  83. <Compile Include="Models\SampleData.cs" />
  84. <Compile Include="Models\ShoppingCart.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. <Compile Include="ViewModels\ShoppingCartRemoveViewModel.cs" />
  87. <Compile Include="ViewModels\ShoppingCartViewModel.cs" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Content Include="Content\Images\home-showcase.png" />
  91. <Content Include="Content\Images\logo.png" />
  92. <Content Include="Content\Images\placeholder.gif" />
  93. <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
  94. <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
  95. <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
  96. <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
  97. <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
  98. <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
  99. <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
  100. <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
  101. <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
  102. <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
  103. <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
  104. <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
  105. <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
  106. <Content Include="Content\themes\base\jquery.ui.accordion.css" />
  107. <Content Include="Content\themes\base\jquery.ui.all.css" />
  108. <Content Include="Content\themes\base\jquery.ui.autocomplete.css" />
  109. <Content Include="Content\themes\base\jquery.ui.base.css" />
  110. <Content Include="Content\themes\base\jquery.ui.button.css" />
  111. <Content Include="Content\themes\base\jquery.ui.core.css" />
  112. <Content Include="Content\themes\base\jquery.ui.datepicker.css" />
  113. <Content Include="Content\themes\base\jquery.ui.dialog.css" />
  114. <Content Include="Content\themes\base\jquery.ui.progressbar.css" />
  115. <Content Include="Content\themes\base\jquery.ui.resizable.css" />
  116. <Content Include="Content\themes\base\jquery.ui.selectable.css" />
  117. <Content Include="Content\themes\base\jquery.ui.slider.css" />
  118. <Content Include="Content\themes\base\jquery.ui.tabs.css" />
  119. <Content Include="Content\themes\base\jquery.ui.theme.css" />
  120. <Content Include="Global.asax" />
  121. <Content Include="Content\Site.css" />
  122. <Content Include="Scripts\jquery-1.5.1-vsdoc.js" />
  123. <Content Include="Scripts\jquery-1.5.1.js" />
  124. <Content Include="Scripts\jquery-1.5.1.min.js" />
  125. <Content Include="Scripts\jquery-ui-1.8.11.js" />
  126. <Content Include="Scripts\jquery-ui-1.8.11.min.js" />
  127. <Content Include="Scripts\jquery.validate-vsdoc.js" />
  128. <Content Include="Scripts\jquery.validate.js" />
  129. <Content Include="Scripts\jquery.validate.min.js" />
  130. <Content Include="Scripts\modernizr-1.7.js" />
  131. <Content Include="Scripts\modernizr-1.7.min.js" />
  132. <Content Include="Web.config" />
  133. <Content Include="Web.Debug.config">
  134. <DependentUpon>Web.config</DependentUpon>
  135. </Content>
  136. <Content Include="Web.Release.config">
  137. <DependentUpon>Web.config</DependentUpon>
  138. </Content>
  139. <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
  140. <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
  141. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  142. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  143. <Content Include="Scripts\MicrosoftAjax.js" />
  144. <Content Include="Scripts\MicrosoftAjax.debug.js" />
  145. <Content Include="Scripts\MicrosoftMvcAjax.js" />
  146. <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
  147. <Content Include="Scripts\MicrosoftMvcValidation.js" />
  148. <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
  149. <Content Include="Views\Web.config" />
  150. <Content Include="Views\_ViewStart.cshtml" />
  151. <Content Include="Views\Shared\Error.cshtml" />
  152. <Content Include="Views\Shared\_Layout.cshtml" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Content Include="Views\Store\Details.cshtml" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <Content Include="packages.config" />
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Content Include="Views\Home\Index.cshtml" />
  162. </ItemGroup>
  163. <ItemGroup>
  164. <Content Include="Views\Store\Browse.cshtml" />
  165. </ItemGroup>
  166. <ItemGroup>
  167. <Content Include="Views\Store\Index.cshtml" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <Folder Include="App_Data\" />
  171. </ItemGroup>
  172. <ItemGroup>
  173. <Content Include="Views\StoreManager\Index.cshtml" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <Content Include="Views\StoreManager\Details.cshtml" />
  177. </ItemGroup>
  178. <ItemGroup>
  179. <Content Include="Views\StoreManager\Create.cshtml" />
  180. </ItemGroup>
  181. <ItemGroup>
  182. <Content Include="Views\StoreManager\Edit.cshtml" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <Content Include="Views\StoreManager\Delete.cshtml" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <Content Include="Views\Account\ChangePassword.cshtml" />
  189. <Content Include="Views\Account\ChangePasswordSuccess.cshtml" />
  190. <Content Include="Views\Account\LogOn.cshtml" />
  191. <Content Include="Views\Account\Register.cshtml" />
  192. </ItemGroup>
  193. <ItemGroup>
  194. <Content Include="Views\ShoppingCart\Index.cshtml" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <Content Include="Views\Checkout\AddressAndPayment.cshtml" />
  198. </ItemGroup>
  199. <ItemGroup>
  200. <Content Include="Views\Checkout\Complete.cshtml" />
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Content Include="Views\ShoppingCart\CartSummary.cshtml" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <Content Include="Views\Store\GenreMenu.cshtml" />
  207. </ItemGroup>
  208. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  209. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  210. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  211. Other similar extension points exist, see Microsoft.Common.targets.
  212. <Target Name="BeforeBuild">
  213. </Target>
  214. <Target Name="AfterBuild">
  215. </Target> -->
  216. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  217. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  218. </Target>
  219. <ProjectExtensions>
  220. <VisualStudio>
  221. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  222. <WebProjectProperties>
  223. <UseIIS>False</UseIIS>
  224. <AutoAssignPort>False</AutoAssignPort>
  225. <DevelopmentServerPort>26641</DevelopmentServerPort>
  226. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  227. <IISUrl>
  228. </IISUrl>
  229. <NTLMAuthentication>False</NTLMAuthentication>
  230. <UseCustomServer>False</UseCustomServer>
  231. <CustomServerUrl>
  232. </CustomServerUrl>
  233. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  234. </WebProjectProperties>
  235. </FlavorProperties>
  236. </VisualStudio>
  237. </ProjectExtensions>
  238. </Project>