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

/trunk/Setup/PHPManagerSetupHelper/PHPManagerSetupHelper.csproj

#
MSBuild | 77 lines | 70 code | 0 blank | 7 comment | 0 complexity | 3ae3b2db5e66512952744ea5a7e04035 MD5 | raw file
Possible License(s): CC-BY-SA-3.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. <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>{8BEC09DE-2794-4F7B-B091-C74CD934BE7F}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Web.Management.PHP.Setup</RootNamespace>
  12. <AssemblyName>Web.Management.PHP.Setup</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SignAssembly>true</SignAssembly>
  16. <AssemblyOriginatorKeyFile>..\..\phpmgrpublic.snk</AssemblyOriginatorKeyFile>
  17. <DelaySign>true</DelaySign>
  18. <FileUpgradeFlags>
  19. </FileUpgradeFlags>
  20. <UpgradeBackupLocation>
  21. </UpgradeBackupLocation>
  22. <OldToolsVersion>3.5</OldToolsVersion>
  23. <TargetFrameworkProfile />
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>..\..\bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <Prefer32Bit>false</Prefer32Bit>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugType>pdbonly</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>..\..\bin\Release\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <Prefer32Bit>false</Prefer32Bit>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="Microsoft.Web.Administration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\..\..\..\..\Windows\System32\inetsrv\Microsoft.Web.Administration.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System" />
  52. <Reference Include="System.Configuration.Install" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="..\..\SharedAssembyInfo.cs">
  56. <Link>SharedAssembyInfo.cs</Link>
  57. </Compile>
  58. <Compile Include="InstallUtil.cs" />
  59. <Compile Include="SetupAction.cs">
  60. <SubType>Component</SubType>
  61. </Compile>
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <None Include="..\..\phpmgrpublic.snk">
  66. <Link>phpmgrpublic.snk</Link>
  67. </None>
  68. </ItemGroup>
  69. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  70. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  71. Other similar extension points exist, see Microsoft.Common.targets.
  72. <Target Name="BeforeBuild">
  73. </Target>
  74. <Target Name="AfterBuild">
  75. </Target>
  76. -->
  77. </Project>