PageRenderTime 26ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/Modules/Orchard.Users/Orchard.Users.csproj

http://eking.codeplex.com
MSBuild | 184 lines | 173 code | 0 blank | 11 comment | 0 complexity | 140218bc2ed33f837397ba43a403ef2a MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
  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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{79AED36E-ABD0-4747-93D3-8722B042454B}</ProjectGuid>
  9. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Orchard.Users</RootNamespace>
  13. <AssemblyName>Orchard.Users</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <MvcBuildViews>false</MvcBuildViews>
  16. <FileUpgradeFlags>
  17. </FileUpgradeFlags>
  18. <OldToolsVersion>3.5</OldToolsVersion>
  19. <UpgradeBackupLocation />
  20. <TargetFrameworkProfile />
  21. <UseIISExpress>false</UseIISExpress>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <CodeAnalysisRuleSet>..\..\..\OrchardBasicCorrectness.ruleset</CodeAnalysisRuleSet>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System" />
  45. <Reference Include="System.ComponentModel.DataAnnotations">
  46. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  47. </Reference>
  48. <Reference Include="System.Web" />
  49. <Reference Include="System.Web.ApplicationServices" />
  50. <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Xml" />
  55. <Reference Include="System.Xml.Linq" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Commands\UserCommands.cs" />
  59. <Compile Include="Controllers\AccountController.cs" />
  60. <Compile Include="Controllers\AdminController.cs" />
  61. <Compile Include="Drivers\UserPartDriver.cs" />
  62. <Compile Include="Migrations.cs" />
  63. <Compile Include="Events\UserContext.cs" />
  64. <Compile Include="Handlers\UserMessagesAlteration.cs" />
  65. <Compile Include="Handlers\RegistrationSettingsPartHandler.cs" />
  66. <Compile Include="Events\IUserEventHandler.cs" />
  67. <Compile Include="Models\MessageTypes.cs" />
  68. <Compile Include="Models\RegistrationSettingsPart.cs" />
  69. <Compile Include="Models\RegistrationSettingsPartRecord.cs" />
  70. <Compile Include="Models\UserPart.cs" />
  71. <Compile Include="Handlers\UserPartHandler.cs" />
  72. <Compile Include="Models\UserPartRecord.cs" />
  73. <Compile Include="Models\UserStatus.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. <Compile Include="Services\IUserService.cs" />
  76. <Compile Include="Services\MembershipService.cs" />
  77. <Compile Include="AdminMenu.cs" />
  78. <Compile Include="Services\MissingSettingsBanner.cs" />
  79. <Compile Include="Services\UserService.cs" />
  80. <Compile Include="ViewModels\UserCreateViewModel.cs" />
  81. <Compile Include="ViewModels\UserEditViewModel.cs" />
  82. <Compile Include="ViewModels\UsersIndexViewModel.cs" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Content Include="Content\Admin\images\offline.gif" />
  86. <Content Include="Content\Admin\images\online.gif" />
  87. <Content Include="Module.txt" />
  88. <Content Include="Styles\images\menu.users.png" />
  89. <Content Include="Styles\menu.users-admin.css" />
  90. <Content Include="Views\Account\ChangePassword.cshtml" />
  91. <Content Include="Views\Account\ChangePasswordSuccess.cshtml" />
  92. <Content Include="Views\Account\AccessDenied.cshtml" />
  93. <Content Include="Views\Account\ChallengeEmailSuccess.cshtml" />
  94. <Content Include="Views\Account\ChallengeEmailSent.cshtml" />
  95. <Content Include="Views\Account\ChallengeEmailFail.cshtml" />
  96. <Content Include="Views\Register.cshtml" />
  97. <Content Include="Views\Admin\Edit.cshtml" />
  98. <Content Include="Views\Admin\Create.cshtml" />
  99. <Content Include="Views\Admin\Index.cshtml" />
  100. <Content Include="Views\EditorTemplates\Parts\Users.RegistrationSettings.cshtml" />
  101. <Content Include="Views\Web.config" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">
  105. <Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
  106. <Name>Orchard.Framework</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\..\Core\Orchard.Core.csproj">
  109. <Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
  110. <Name>Orchard.Core</Name>
  111. </ProjectReference>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Content Include="Views\Items\Content-User.Edit.cshtml">
  115. <SubType>Designer</SubType>
  116. </Content>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Content Include="Content\Web.config">
  120. <SubType>Designer</SubType>
  121. </Content>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Content Include="Views\Account\RegistrationPending.cshtml" />
  125. <Content Include="Views\EditorTemplates\Parts\User.Edit.cshtml" />
  126. <Content Include="Views\EditorTemplates\Parts\User.Create.cshtml" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <Content Include="Views\Account\RequestLostPassword.cshtml" />
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Content Include="Views\Account\LostPassword.cshtml" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Content Include="Views\LogOn.cshtml" />
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Content Include="web.config" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Content Include="Styles\Web.config">
  142. <SubType>Designer</SubType>
  143. </Content>
  144. </ItemGroup>
  145. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  146. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  147. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  148. Other similar extension points exist, see Microsoft.Common.targets.
  149. <Target Name="BeforeBuild">
  150. </Target> -->
  151. <Target Name="AfterBuild" DependsOnTargets="AfterBuildCompiler">
  152. <PropertyGroup>
  153. <AreasManifestDir>$(ProjectDir)\..\Manifests</AreasManifestDir>
  154. </PropertyGroup>
  155. <!-- If this is an area child project, uncomment the following line:
  156. <CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Child" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
  157. -->
  158. <!-- If this is an area parent project, uncomment the following lines:
  159. <CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Parent" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
  160. <CopyAreaManifests ManifestPath="$(AreasManifestDir)" CrossCopy="false" RenameViews="true" />
  161. -->
  162. </Target>
  163. <Target Name="AfterBuildCompiler" Condition="'$(MvcBuildViews)'=='true'">
  164. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
  165. </Target>
  166. <ProjectExtensions>
  167. <VisualStudio>
  168. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  169. <WebProjectProperties>
  170. <UseIIS>False</UseIIS>
  171. <AutoAssignPort>True</AutoAssignPort>
  172. <DevelopmentServerPort>53601</DevelopmentServerPort>
  173. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  174. <IISUrl>
  175. </IISUrl>
  176. <NTLMAuthentication>False</NTLMAuthentication>
  177. <UseCustomServer>True</UseCustomServer>
  178. <CustomServerUrl>http://orchard.codeplex.com</CustomServerUrl>
  179. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  180. </WebProjectProperties>
  181. </FlavorProperties>
  182. </VisualStudio>
  183. </ProjectExtensions>
  184. </Project>