jenkinsci/hpe-application-automation-tools-plugin

View on GitHub
HpToolsLauncher/HpToolsLauncher.csproj

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{11BC441C-87A6-41B9-82AE-1F2F606AF45E}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>HpToolsLauncher</RootNamespace>
    <AssemblyName>HpToolsLauncher</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <TargetFrameworkProfile>
    </TargetFrameworkProfile>
    <FileAlignment>512</FileAlignment>
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    <PlatformTarget>x86</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\src\main\resources\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    <PlatformTarget>x86</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>..\src\main\resources\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    <LangVersion>5</LangVersion>
  </PropertyGroup>
  <PropertyGroup>
    <NoWin32Manifest>true</NoWin32Manifest>
  </PropertyGroup>
  <PropertyGroup>
    <StartupObject>HpToolsLauncher.Program</StartupObject>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="interop.OTAClient">
      <HintPath>externals\interop.OTAClient.dll</HintPath>
      <EmbedInteropTypes>True</EmbedInteropTypes>
    </Reference>
    <Reference Include="Interop.Wlrun, Version=11.52.0.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>externals\Interop.Wlrun.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Microsoft.VisualBasic" />
    <Reference Include="QTObjectModelLib">
      <HintPath>externals\QTObjectModelLib.dll</HintPath>
      <EmbedInteropTypes>True</EmbedInteropTypes>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Web">
      <EmbedInteropTypes>False</EmbedInteropTypes>
    </Reference>
    <Reference Include="System.Web.Extensions" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp">
      <EmbedInteropTypes>False</EmbedInteropTypes>
    </Reference>
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ConsoleQuickEdit.cs" />
    <Compile Include="ElevatedProcess.cs" />
    <Compile Include="IProcessAdapter.cs" />
    <Compile Include="Utils\Encoder.cs" />
    <Compile Include="Utils\Encrypter.cs" />
    <Compile Include="Launcher.cs" />
    <Compile Include="ConsoleWriter.cs" />
    <Compile Include="Interfaces\IAssetRunner.cs" />
    <Compile Include="Interfaces\IFileSysTestRunner.cs" />
    <Compile Include="Interfaces\IXmlBuilder.cs" />
    <Compile Include="ExportOptions.cs" />
    <Compile Include="Utils\Extensions.cs" />
    <Compile Include="Utils\Helper.cs" />
    <Compile Include="IniManager.cs" />
    <Compile Include="JavaProperties\JavaIniFile.cs" />
    <Compile Include="JavaProperties\JavaProperties.cs" />
    <Compile Include="JunitXml\JunitXmlBuilder.cs" />
    <Compile Include="JunitXml\junit.cs">
      <DependentUpon>junit.xsd</DependentUpon>
      <SubType>code</SubType>
    </Compile>
    <Compile Include="Common\McConnectionInfo.cs" />
    <Compile Include="MtbManager.cs" />
    <Compile Include="NativeProcess.cs" />
    <Compile Include="ParallelRunner\ParallelRunnerEnvironmentUtil.cs" />
    <Compile Include="ParallelRunner\ParallelTestRunConfiguration.cs" />
    <Compile Include="ProcessExtensions.cs" />
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="MtbxManager.cs" />
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Include="Runners\MBTRunner.cs" />
    <Compile Include="Runners\RunnerBase.cs" />
    <Compile Include="TestData.cs" />
    <Compile Include="TestInfo.cs" />
    <Compile Include="TestParameter.cs" />
    <Compile Include="TestParameterInfo.cs" />
    <Compile Include="TestRunners\IterationInfo.cs" />
    <Compile Include="TestRunners\ParallelTestRunner.cs" />
    <Compile Include="TestRunners\PerformanceTestRunner.cs" />
    <Compile Include="SummaryDataLogger.cs" />
    <Compile Include="TestRunResults.cs" />
    <Compile Include="TestRunners\GuiTestRunner.cs" />
    <Compile Include="RTS\AdditionalAttributeModel.cs" />
    <Compile Include="RTS\RTSHelper.cs" />
    <Compile Include="RTS\ScriptRTSModel.cs" />
    <Compile Include="Runners\FileSystemTestsRunner.cs" />
    <Compile Include="TestRunners\ApiTestRunner.cs" />
    <Compile Include="Runners\AlmTestSetsRunner.cs" />
    <Compile Include="TestSuiteRunResults.cs" />
    <Compile Include="Utils\RunAsUser.cs" />
    <Compile Include="Common\WinUserNativeMethods.cs" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Interfaces\.svn\prop-base\" />
    <Folder Include="Interfaces\.svn\props\" />
    <Folder Include="Interfaces\.svn\text-base\" />
    <Folder Include="Interfaces\.svn\tmp\prop-base\" />
    <Folder Include="Interfaces\.svn\tmp\props\" />
    <Folder Include="Interfaces\.svn\tmp\text-base\" />
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="JunitXml\junit.xsd">
      <SubType>Designer</SubType>
    </None>
    <EmbeddedResource Include="MtbxSchema.xsd">
      <SubType>Designer</SubType>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <SubType>Designer</SubType>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <WCFMetadata Include="Service References\" />
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
      <Visible>False</Visible>
      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
      <Visible>False</Visible>
      <ProductName>Windows Installer 4.5</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
  </PropertyGroup>
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>