PageRenderTime 51ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/stable-1.1.1/Setup/PHPManagerSetupHelper/PHPManagerSetupHelper.csproj

#
MSBuild | 71 lines | 64 code | 0 blank | 7 comment | 0 complexity | fec0c1014cdd5b12195ddd6a61eb5b30 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkSubset>
  16. </TargetFrameworkSubset>
  17. <SignAssembly>true</SignAssembly>
  18. <AssemblyOriginatorKeyFile>..\..\phpmgrpublic.snk</AssemblyOriginatorKeyFile>
  19. <DelaySign>true</DelaySign>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>..\..\bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>..\..\bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <PlatformTarget>AnyCPU</PlatformTarget>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Microsoft.Web.Administration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\..\..\..\..\Windows\System32\inetsrv\Microsoft.Web.Administration.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Configuration.Install" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="..\..\SharedAssembyInfo.cs">
  50. <Link>SharedAssembyInfo.cs</Link>
  51. </Compile>
  52. <Compile Include="InstallUtil.cs" />
  53. <Compile Include="SetupAction.cs">
  54. <SubType>Component</SubType>
  55. </Compile>
  56. <Compile Include="Properties\AssemblyInfo.cs" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <None Include="..\..\phpmgrpublic.snk">
  60. <Link>phpmgrpublic.snk</Link>
  61. </None>
  62. </ItemGroup>
  63. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  64. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  65. Other similar extension points exist, see Microsoft.Common.targets.
  66. <Target Name="BeforeBuild">
  67. </Target>
  68. <Target Name="AfterBuild">
  69. </Target>
  70. -->
  71. </Project>