PageRenderTime 307ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CSASPNETCustomHttpHandlerandModule/CSASPNETCustomHttpHandlerandModule.csproj

#
MSBuild | 108 lines | 108 code | 0 blank | 0 comment | 0 complexity | 448f41db874c100f95d2087fc6bf3fe7 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>{5EF3EBEE-9588-4627-BE3E-AD1F93E369CE}</ProjectGuid>
  8. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CSASPNETCustomHttpHandlerandModule</RootNamespace>
  12. <AssemblyName>CSASPNETCustomHttpHandlerandModule</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="System" />
  34. <Reference Include="System.Data" />
  35. <Reference Include="System.Core">
  36. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  37. </Reference>
  38. <Reference Include="System.Data.DataSetExtensions">
  39. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  40. </Reference>
  41. <Reference Include="System.Web.Extensions">
  42. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  43. </Reference>
  44. <Reference Include="System.Xml.Linq">
  45. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  46. </Reference>
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Web" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="System.Configuration" />
  51. <Reference Include="System.Web.Services" />
  52. <Reference Include="System.EnterpriseServices" />
  53. <Reference Include="System.Web.Mobile" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Content Include="default.htm" />
  57. <Content Include="ReadMe.txt" />
  58. <Content Include="TestModule.aspx" />
  59. <Content Include="Web.config" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <Compile Include="TestModule.aspx.cs">
  64. <DependentUpon>TestModule.aspx</DependentUpon>
  65. <SubType>ASPXCodeBehind</SubType>
  66. </Compile>
  67. <Compile Include="TestModule.aspx.designer.cs">
  68. <DependentUpon>TestModule.aspx</DependentUpon>
  69. </Compile>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ProjectReference Include="..\CustomHandlerandModuleProject\CustomHandlerandModuleProject.csproj">
  73. <Project>{A9B81BBB-D522-4219-A0E4-70D505ED84B3}</Project>
  74. <Name>CustomHandlerandModuleProject</Name>
  75. </ProjectReference>
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Folder Include="App_Data\" />
  79. </ItemGroup>
  80. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  81. <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
  82. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  83. Other similar extension points exist, see Microsoft.Common.targets.
  84. <Target Name="BeforeBuild">
  85. </Target>
  86. <Target Name="AfterBuild">
  87. </Target>
  88. -->
  89. <ProjectExtensions>
  90. <VisualStudio>
  91. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  92. <WebProjectProperties>
  93. <UseIIS>False</UseIIS>
  94. <AutoAssignPort>True</AutoAssignPort>
  95. <DevelopmentServerPort>13818</DevelopmentServerPort>
  96. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  97. <IISUrl>
  98. </IISUrl>
  99. <NTLMAuthentication>False</NTLMAuthentication>
  100. <UseCustomServer>False</UseCustomServer>
  101. <CustomServerUrl>
  102. </CustomServerUrl>
  103. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  104. </WebProjectProperties>
  105. </FlavorProperties>
  106. </VisualStudio>
  107. </ProjectExtensions>
  108. </Project>