Skip to content
Snippets Groups Projects
BusinessLogicTier.csproj 6.64 KiB
Newer Older
  • Learn to ignore specific revisions
  • Vaclav Svaton's avatar
    Vaclav Svaton committed
    <?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)' == '' ">AnyCPU</Platform>
        <ProductVersion>8.0.30703</ProductVersion>
        <SchemaVersion>2.0</SchemaVersion>
        <ProjectGuid>{EE3A5C6A-F74A-4B55-86BA-35ECFF8A7C2F}</ProjectGuid>
        <OutputType>Library</OutputType>
        <AppDesignerFolder>Properties</AppDesignerFolder>
        <RootNamespace>HaaSMiddleware.BusinessLogicTier</RootNamespace>
        <AssemblyName>BusinessLogicTier</AssemblyName>
        <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
        <FileAlignment>512</FileAlignment>
      </PropertyGroup>
      <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
        <DebugSymbols>true</DebugSymbols>
        <DebugType>full</DebugType>
        <Optimize>false</Optimize>
        <OutputPath>bin\Debug\</OutputPath>
        <DefineConstants>DEBUG;TRACE</DefineConstants>
        <ErrorReport>prompt</ErrorReport>
        <WarningLevel>4</WarningLevel>
      </PropertyGroup>
      <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
        <DebugType>pdbonly</DebugType>
        <Optimize>true</Optimize>
        <OutputPath>bin\Release\</OutputPath>
        <DefineConstants>TRACE</DefineConstants>
        <ErrorReport>prompt</ErrorReport>
        <WarningLevel>4</WarningLevel>
      </PropertyGroup>
      <ItemGroup>
        <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
          <SpecificVersion>False</SpecificVersion>
          <HintPath>..\packages\log4net.2.0.5\lib\net40-full\log4net.dll</HintPath>
        </Reference>
        <Reference Include="System" />
        <Reference Include="System.Configuration" />
        <Reference Include="System.Core" />
        <Reference Include="System.Xml.Linq" />
        <Reference Include="System.Data.DataSetExtensions" />
        <Reference Include="Microsoft.CSharp" />
        <Reference Include="System.Data" />
        <Reference Include="System.Xml" />
      </ItemGroup>
      <ItemGroup>
        <Compile Include="Logic\ClusterInformation\ClusterUserCache.cs" />
        <Compile Include="Factory\LogicFactory.cs" />
        <Compile Include="Factory\BusinessLogicType.cs" />
        <Compile Include="Factory\PocoLogicFactory.cs" />
        <Compile Include="Logic\AdminUserManagement\AdminUserManagementLogic.cs" />
        <Compile Include="Logic\AdminUserManagement\IAdminUserManagementLogic.cs" />
        <Compile Include="Logic\ClusterInformation\ClusterInformationLogic.cs" />
        <Compile Include="Logic\ClusterInformation\IClusterInformationLogic.cs" />
        <Compile Include="Logic\DataTransfer\Exceptions\UnableToCreateConnectionException.cs" />
        <Compile Include="Logic\ExternallyVisibleException.cs" />
        <Compile Include="Logic\DataTransfer\DataTransferLogic.cs" />
        <Compile Include="Logic\DataTransfer\IDataTransferLogic.cs" />
        <Compile Include="Logic\InputValidationException.cs" />
        <Compile Include="Logic\JobManagement\Exceptions\RequestedJobResourcesExceededUserLimitationsException.cs" />
        <Compile Include="Logic\JobManagement\Exceptions\UnableToAppendToJobTemplatePropertyException.cs" />
        <Compile Include="Logic\JobManagement\Exceptions\RequestedObjectDoesNotExistException.cs" />
        <Compile Include="Logic\JobReporting\Exceptions\NotAllowedException.cs" />
        <Compile Include="Logic\UserAndLimitationManagement\Exceptions\AuthenticatedUserAlreadyDeletedException.cs" />
        <Compile Include="Logic\UserAndLimitationManagement\Exceptions\AdaptorUserNotAuthorizedForJobException.cs" />
        <Compile Include="Logic\FileTransfer\FileTransferLogic.cs" />
        <Compile Include="Logic\FileTransfer\IFileTransferLogic.cs" />
        <Compile Include="Logic\JobManagement\IJobManagementLogic.cs" />
        <Compile Include="Logic\JobManagement\JobManagementLogic.cs" />
        <Compile Include="Logic\JobReporting\IJobReportingLogic.cs" />
        <Compile Include="Logic\JobReporting\JobReportingLogic.cs" />
        <Compile Include="Logic\Notifications\INotificationLogic.cs" />
        <Compile Include="Logic\Notifications\NotificationLogic.cs" />
        <Compile Include="Logic\UserAndLimitationManagement\Exceptions\InvalidAuthenticationCredentialsException.cs" />
        <Compile Include="Logic\UserAndLimitationManagement\IUserAndLimitationManagementLogic.cs" />
        <Compile Include="Logic\UserAndLimitationManagement\Exceptions\SessionCodeNotValidException.cs" />
        <Compile Include="Logic\UserAndLimitationManagement\UserAndLimitationManagementLogic.cs" />
        <Compile Include="Properties\AssemblyInfo.cs" />
        <Compile Include="Properties\Settings.Designer.cs">
          <AutoGen>True</AutoGen>
          <DesignTimeSharedInput>True</DesignTimeSharedInput>
          <DependentUpon>Settings.settings</DependentUpon>
        </Compile>
      </ItemGroup>
      <ItemGroup>
        <ProjectReference Include="..\CertificateGenerator\CertificateGenerator.csproj">
          <Project>{3255281C-462A-461A-9C94-29E8A3D0922B}</Project>
          <Name>CertificateGenerator</Name>
        </ProjectReference>
        <ProjectReference Include="..\DataAccessTier\DataAccessTier.csproj">
          <Project>{88827C9B-82AF-4302-AC72-4A2636E839EB}</Project>
          <Name>DataAccessTier</Name>
        </ProjectReference>
        <ProjectReference Include="..\DomainObjects\DomainObjects.csproj">
          <Project>{C3F683C1-16C6-4F99-8ECB-118BAC0788C3}</Project>
          <Name>DomainObjects</Name>
        </ProjectReference>
        <ProjectReference Include="..\FileTransferFramework\FileTransferFramework.csproj">
          <Project>{D9B98C36-14CA-4D8E-A1F3-7C095F71EB74}</Project>
          <Name>FileTransferFramework</Name>
        </ProjectReference>
        <ProjectReference Include="..\HpcConnectionFramework\HpcConnectionFramework.csproj">
          <Project>{AFEA11EF-C33F-462D-9EE5-180DD4E5338D}</Project>
          <Name>HpcConnectionFramework</Name>
        </ProjectReference>
        <ProjectReference Include="..\MiddlewareUtils\MiddlewareUtils.csproj">
          <Project>{5B2013D5-B99A-4A33-9CC1-814D3867B5BF}</Project>
          <Name>MiddlewareUtils</Name>
        </ProjectReference>
      </ItemGroup>
      <ItemGroup>
        <None Include="app.config" />
        <None Include="packages.config" />
        <None Include="Properties\Settings.settings">
          <Generator>SettingsSingleFileGenerator</Generator>
          <LastGenOutput>Settings.Designer.cs</LastGenOutput>
        </None>
      </ItemGroup>
      <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
      <!-- 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>