PageRenderTime 26ms CodeModel.GetById 39ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/stable-1.1.0/Server/PHPManager.csproj

#
MSBuild | 117 lines | 110 code | 0 blank | 7 comment | 0 complexity | 74c7ab3b46a53c6ad32b4ced77578c92 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>{BEA18085-3850-46AA-822E-61D06CAB84E3}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Web.Management.PHP</RootNamespace>
  12. <AssemblyName>Web.Management.PHP</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SignAssembly>true</SignAssembly>
  16. <AssemblyOriginatorKeyFile>..\phpmgrpublic.snk</AssemblyOriginatorKeyFile>
  17. <DelaySign>true</DelaySign>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>..\bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>..\bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Microsoft.Web.Administration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>C:\Windows\System32\inetsrv\Microsoft.Web.Administration.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Microsoft.Web.Management, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>C:\Windows\System32\inetsrv\Microsoft.Web.Management.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Windows.Forms" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="..\Client\Config\PHPConfigInfo.cs">
  51. <Link>Config\PHPConfigInfo.cs</Link>
  52. </Compile>
  53. <Compile Include="..\Client\Config\PHPConfigIssue.cs">
  54. <Link>Config\PHPConfigIssue.cs</Link>
  55. </Compile>
  56. <Compile Include="..\Client\Config\PHPIniFile.cs">
  57. <Link>Config\PHPIniFile.cs</Link>
  58. </Compile>
  59. <Compile Include="..\Client\Config\PHPRegistrationType.cs">
  60. <Link>Config\PHPRegistrationType.cs</Link>
  61. </Compile>
  62. <Compile Include="..\Client\RemoteObject.cs">
  63. <Link>RemoteObject.cs</Link>
  64. </Compile>
  65. <Compile Include="..\SharedAssembyInfo.cs">
  66. <Link>SharedAssembyInfo.cs</Link>
  67. </Compile>
  68. <Compile Include="DefaultDocument\DefaultDocumentSection.cs" />
  69. <Compile Include="DefaultDocument\FileElement.cs" />
  70. <Compile Include="DefaultDocument\FilesCollection.cs" />
  71. <Compile Include="FastCgi\ApplicationCollection.cs" />
  72. <Compile Include="FastCgi\EnvironmentVariableElement.cs" />
  73. <Compile Include="FastCgi\EnvironmentVariablesCollection.cs" />
  74. <Compile Include="FastCgi\ApplicationElement.cs" />
  75. <Compile Include="FastCgi\FastCgiSection.cs" />
  76. <Compile Include="FastCgi\Protocol.cs" />
  77. <Compile Include="FastCgi\StderrMode.cs" />
  78. <Compile Include="Handlers\HandlerElement.cs" />
  79. <Compile Include="Handlers\HandlersCollection.cs" />
  80. <Compile Include="Handlers\HandlersSection.cs" />
  81. <Compile Include="Handlers\RequireAccess.cs" />
  82. <Compile Include="Handlers\ResourceType.cs" />
  83. <Compile Include="Config\PHPConfigHelper.cs" />
  84. <Compile Include="Properties\AssemblyInfo.cs" />
  85. <Compile Include="PHPProvider.cs" />
  86. <Compile Include="PHPService.cs" />
  87. <Compile Include="Resources.Designer.cs">
  88. <AutoGen>True</AutoGen>
  89. <DesignTime>True</DesignTime>
  90. <DependentUpon>Resources.resx</DependentUpon>
  91. </Compile>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <None Include="..\phpmgrpublic.snk">
  95. <Link>phpmgrpublic.snk</Link>
  96. </None>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <EmbeddedResource Include="Resources.resx">
  100. <Generator>ResXFileCodeGenerator</Generator>
  101. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  102. </EmbeddedResource>
  103. </ItemGroup>
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  105. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  106. Other similar extension points exist, see Microsoft.Common.targets.
  107. <Target Name="BeforeBuild">
  108. </Target>
  109. <Target Name="AfterBuild">
  110. </Target>
  111. -->
  112. <PropertyGroup>
  113. <PostBuildEvent>CALL "%25VS90COMNTOOLS%25\vsvars32.bat" &gt; NULL
  114. sn Vr $(TargetFileName)
  115. gacutil.exe /if "$(TargetPath)"</PostBuildEvent>
  116. </PropertyGroup>
  117. </Project>