PageRenderTime 55ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/stable-1.2.0/Powershell/PHPManagerPowershell.csproj

#
MSBuild | 113 lines | 106 code | 0 blank | 7 comment | 0 complexity | 5ca5de5839968a87d0e2af1245c3ae32 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>{7714BEF4-AFA2-4951-A6E3-61793BCCF3F8}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Web.Management.PHP.Powershell</RootNamespace>
  12. <AssemblyName>Web.Management.PHP.PowerShell</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. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>..\bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="Microsoft.Web.Administration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\..\..\..\Windows\System32\inetsrv\Microsoft.Web.Administration.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Configuration.Install" />
  45. <Reference Include="System.Management.Automation" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="..\SharedAssembyInfo.cs">
  49. <Link>SharedAssembyInfo.cs</Link>
  50. </Compile>
  51. <Compile Include="BaseCmdlet.cs" />
  52. <Compile Include="GetPHPConfigurationCmdlet.cs" />
  53. <Compile Include="GetPHPExtensionCmdlet.cs" />
  54. <Compile Include="GetPHPSettingCmdlet.cs" />
  55. <Compile Include="GetPHPVersionCmdlet.cs" />
  56. <Compile Include="Helper.cs" />
  57. <Compile Include="Installer.cs">
  58. <SubType>Component</SubType>
  59. </Compile>
  60. <Compile Include="NewPHPSettingCmdlet.cs" />
  61. <Compile Include="NewPHPVersionCmdlet.cs" />
  62. <Compile Include="PHPConfigurationItem.cs" />
  63. <Compile Include="PHPExtensionItem.cs" />
  64. <Compile Include="PHPSettingItem.cs" />
  65. <Compile Include="PHPVersionItem.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. <Compile Include="RemovePHPSettingCmdlet.cs" />
  68. <Compile Include="Resources.Designer.cs">
  69. <AutoGen>True</AutoGen>
  70. <DesignTime>True</DesignTime>
  71. <DependentUpon>Resources.resx</DependentUpon>
  72. </Compile>
  73. <Compile Include="SetPHPSettingCmdlet.cs" />
  74. <Compile Include="SetPHPExtensionCmdlet.cs" />
  75. <Compile Include="SetPHPVersionCmdlet.cs" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <None Include="..\phpmgrpublic.snk">
  79. <Link>phpmgrpublic.snk</Link>
  80. </None>
  81. <None Include="Documentation\Remove-WarningStuff.ps1" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <EmbeddedResource Include="Resources.resx">
  85. <Generator>ResXFileCodeGenerator</Generator>
  86. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  87. </EmbeddedResource>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ProjectReference Include="..\Server\PHPManager.csproj">
  91. <Project>{BEA18085-3850-46AA-822E-61D06CAB84E3}</Project>
  92. <Name>PHPManager</Name>
  93. </ProjectReference>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Content Include="Documentation\Web.Management.PHP.PowerShell.dll-Help.xml" />
  97. </ItemGroup>
  98. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  99. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  100. Other similar extension points exist, see Microsoft.Common.targets.
  101. <Target Name="BeforeBuild">
  102. </Target>
  103. <Target Name="AfterBuild">
  104. </Target>
  105. -->
  106. <PropertyGroup>
  107. <PostBuildEvent>CALL "%25VS90COMNTOOLS%25\vsvars32.bat" &gt; NULL
  108. sn Vr $(TargetFileName)
  109. gacutil -if $(TargetPath)
  110. InstallUtil $(TargetPath)
  111. copy $(ProjectDir)Documentation\Web.Management.PHP.PowerShell.dll-Help.xml $(TargetDir) /Y</PostBuildEvent>
  112. </PropertyGroup>
  113. </Project>