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

/Visual Studio 2008/CSASPNETMVCCustomActionFilter/CSASPNETMVCCustomActionFilter.csproj

#
MSBuild | 115 lines | 111 code | 0 blank | 4 comment | 0 complexity | bb1ea14625522df430b1bd4b351d81a8 MD5 | raw file
  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.30729</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{EB55980B-C1AA-4D87-8622-F255E3F67A07}</ProjectGuid>
  8. <ProjectTypeGuids>{603c0e0b-db56-11dc-be95-000d561079b0};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CSASPNETMVCCustomActionFilter</RootNamespace>
  12. <AssemblyName>CSASPNETMVCCustomActionFilter</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <MvcBuildViews>false</MvcBuildViews>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Data" />
  36. <Reference Include="System.Core">
  37. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  38. </Reference>
  39. <Reference Include="System.Data.DataSetExtensions">
  40. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  41. </Reference>
  42. <Reference Include="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  43. <Reference Include="System.Xml.Linq">
  44. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  45. </Reference>
  46. <Reference Include="System.Drawing" />
  47. <Reference Include="System.Web" />
  48. <Reference Include="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  49. <Reference Include="System.Web.Abstractions" />
  50. <Reference Include="System.Web.Routing" />
  51. <Reference Include="System.Xml" />
  52. <Reference Include="System.Configuration" />
  53. <Reference Include="System.Web.Services" />
  54. <Reference Include="System.EnterpriseServices" />
  55. <Reference Include="System.Web.Mobile" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Controllers\HomeController.cs" />
  59. <Compile Include="Default.aspx.cs">
  60. <DependentUpon>Default.aspx</DependentUpon>
  61. <SubType>ASPXCodeBehind</SubType>
  62. </Compile>
  63. <Compile Include="Global.asax.cs">
  64. <DependentUpon>Global.asax</DependentUpon>
  65. </Compile>
  66. <Compile Include="ActionFilters\MessageModifierActionFilter.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="ActionFilters\TextLogActionFilter.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Content Include="Default.aspx" />
  72. <Content Include="Global.asax" />
  73. <Content Include="ReadMe.txt" />
  74. <Content Include="Web.config" />
  75. <Content Include="Content\Site.css" />
  76. <Content Include="Views\Home\About.aspx" />
  77. <Content Include="Views\Home\Index.aspx" />
  78. <Content Include="Views\Shared\Error.aspx" />
  79. <Content Include="Views\Shared\LogOnUserControl.ascx" />
  80. <Content Include="Views\Shared\Site.Master" />
  81. <Content Include="Views\Web.config" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Folder Include="App_Data\" />
  85. <Folder Include="Models\" />
  86. </ItemGroup>
  87. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  88. <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
  89. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  90. Other similar extension points exist, see Microsoft.Common.targets.
  91. <Target Name="BeforeBuild">
  92. </Target> -->
  93. <Target Name="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  94. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(ProjectDir)\..\$(ProjectName)" />
  95. </Target>
  96. <ProjectExtensions>
  97. <VisualStudio>
  98. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  99. <WebProjectProperties>
  100. <UseIIS>False</UseIIS>
  101. <AutoAssignPort>True</AutoAssignPort>
  102. <DevelopmentServerPort>6440</DevelopmentServerPort>
  103. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  104. <IISUrl>
  105. </IISUrl>
  106. <NTLMAuthentication>False</NTLMAuthentication>
  107. <UseCustomServer>False</UseCustomServer>
  108. <CustomServerUrl>
  109. </CustomServerUrl>
  110. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  111. </WebProjectProperties>
  112. </FlavorProperties>
  113. </VisualStudio>
  114. </ProjectExtensions>
  115. </Project>