PageRenderTime 47ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/src/Orchard.Azure/Orchard.Azure.Web/Modules/Orchard.Tags/Orchard.Tags.csproj

http://associativy.codeplex.com
MSBuild | 172 lines | 161 code | 0 blank | 11 comment | 0 complexity | 7e07bc5c633a6ca00ffe7d0fa772170e MD5 | raw file
Possible License(s): LGPL-2.1, MIT, BSD-3-Clause, Apache-2.0, CPL-1.0, CC-BY-SA-3.0, GPL-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>9.0.30729</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{5D0F00F0-26C9-4785-AD61-B85710C60EB0}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Orchard.Tags</RootNamespace>
  14. <AssemblyName>Orchard.Tags</AssemblyName>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <MvcBuildViews>false</MvcBuildViews>
  17. <FileUpgradeFlags>
  18. </FileUpgradeFlags>
  19. <OldToolsVersion>4.0</OldToolsVersion>
  20. <UpgradeBackupLocation>
  21. </UpgradeBackupLocation>
  22. <TargetFrameworkProfile />
  23. <UseIISExpress>false</UseIISExpress>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <CodeAnalysisRuleSet>..\..\..\OrchardBasicCorrectness.ruleset</CodeAnalysisRuleSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System" />
  47. <Reference Include="System.ComponentModel.DataAnnotations" />
  48. <Reference Include="System.Web" />
  49. <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\..\..\..\lib\aspnetmvc\System.Web.Mvc.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System.XML" />
  54. <Reference Include="System.Xml.Linq" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="AdminMenu.cs" />
  58. <Compile Include="Controllers\AdminController.cs" />
  59. <Compile Include="Migrations.cs" />
  60. <Compile Include="Models\ContentTagRecord.cs" />
  61. <Compile Include="Models\TagsPartRecord.cs" />
  62. <Compile Include="Projections\TagsFilter.cs">
  63. <SubType>Code</SubType>
  64. </Compile>
  65. <Compile Include="Projections\TagsFilterForms.cs" />
  66. <Compile Include="ResourceManifest.cs" />
  67. <Compile Include="Services\ITagService.cs" />
  68. <Compile Include="Services\XmlRpcHandler.cs" />
  69. <Compile Include="ViewModels\EditTagsViewModel.cs" />
  70. <Compile Include="Controllers\HomeController.cs" />
  71. <Compile Include="Drivers\TagsPartDriver.cs" />
  72. <Compile Include="Helpers\TagHelpers.cs" />
  73. <Compile Include="Models\TagsPart.cs" />
  74. <Compile Include="Models\TagRecord.cs" />
  75. <Compile Include="Handlers\TagsPartHandler.cs" />
  76. <Compile Include="Permissions.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <Compile Include="Routes.cs" />
  79. <Compile Include="Services\TagService.cs" />
  80. <Compile Include="ViewModels\TagsAdminCreateViewModel.cs" />
  81. <Compile Include="ViewModels\TagsAdminEditViewModel.cs" />
  82. <Compile Include="ViewModels\TagsAdminIndexViewModel.cs" />
  83. <Compile Include="ViewModels\TagsSearchViewModel.cs" />
  84. <Compile Include="ViewModels\TagsIndexViewModel.cs" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Content Include="Module.txt" />
  88. <Content Include="Scripts\orchard-tags-autocomplete.js" />
  89. <Content Include="Styles\images\menu.tags.png" />
  90. <Content Include="Styles\menu.tags-admin.css" />
  91. <Content Include="Styles\orchard-tags-admin.css" />
  92. <Content Include="Views\Web.config" />
  93. <Content Include="Views\Admin\Edit.cshtml" />
  94. <Content Include="Views\Admin\Index.cshtml" />
  95. <Content Include="Views\Parts\Tags.ShowTags.cshtml" />
  96. <Content Include="Views\EditorTemplates\Parts\Tags.cshtml" />
  97. <Content Include="Views\Home\Index.cshtml" />
  98. <Content Include="Views\Home\Search.cshtml" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ProjectReference Include="..\..\..\Orchard\Orchard.Framework.csproj">
  102. <Project>{2D1D92BB-4555-4CBE-8D0E-63563D6CE4C6}</Project>
  103. <Name>Orchard.Framework</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\..\Core\Orchard.Core.csproj">
  106. <Project>{9916839C-39FC-4CEB-A5AF-89CA7E87119F}</Project>
  107. <Name>Orchard.Core</Name>
  108. </ProjectReference>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Content Include="Placement.info">
  112. <SubType>Designer</SubType>
  113. </Content>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <Content Include="Styles\Web.config">
  117. <SubType>Designer</SubType>
  118. </Content>
  119. <Content Include="Views\EditorTemplates\Parts\CreateTag.cshtml" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <Content Include="web.config" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Content Include="Scripts\Web.config" />
  126. </ItemGroup>
  127. <ItemGroup />
  128. <PropertyGroup>
  129. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  130. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  131. </PropertyGroup>
  132. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  133. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  134. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  135. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  136. Other similar extension points exist, see Microsoft.Common.targets.
  137. <Target Name="BeforeBuild">
  138. </Target> -->
  139. <Target Name="AfterBuild" DependsOnTargets="AfterBuildCompiler">
  140. <PropertyGroup>
  141. <AreasManifestDir>$(ProjectDir)\..\Manifests</AreasManifestDir>
  142. </PropertyGroup>
  143. <!-- If this is an area child project, uncomment the following line:
  144. <CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Child" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
  145. -->
  146. <!-- If this is an area parent project, uncomment the following lines:
  147. <CreateAreaManifest AreaName="$(AssemblyName)" AreaType="Parent" AreaPath="$(ProjectDir)" ManifestPath="$(AreasManifestDir)" ContentFiles="@(Content)" />
  148. <CopyAreaManifests ManifestPath="$(AreasManifestDir)" CrossCopy="false" RenameViews="true" />
  149. -->
  150. </Target>
  151. <Target Name="AfterBuildCompiler" Condition="'$(MvcBuildViews)'=='true'">
  152. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
  153. </Target>
  154. <ProjectExtensions>
  155. <VisualStudio>
  156. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  157. <WebProjectProperties>
  158. <UseIIS>False</UseIIS>
  159. <AutoAssignPort>True</AutoAssignPort>
  160. <DevelopmentServerPort>45979</DevelopmentServerPort>
  161. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  162. <IISUrl>
  163. </IISUrl>
  164. <NTLMAuthentication>False</NTLMAuthentication>
  165. <UseCustomServer>True</UseCustomServer>
  166. <CustomServerUrl>http://orchard.codeplex.com</CustomServerUrl>
  167. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  168. </WebProjectProperties>
  169. </FlavorProperties>
  170. </VisualStudio>
  171. </ProjectExtensions>
  172. </Project>