123 строки
5.3 KiB
XML
123 строки
5.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{96BB041A-3FDE-400F-ADDA-9DB19F3274BE}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>RecurringIntegrationsScheduler.Common</RootNamespace>
|
|
<AssemblyName>RecurringIntegrationsScheduler.Common</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\Output\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
<CodeAnalysisIgnoreGeneratedCode>false</CodeAnalysisIgnoreGeneratedCode>
|
|
<LangVersion>8.0</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\Output\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<LangVersion>8.0</LangVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.IO.Compression.FileSystem" />
|
|
<Reference Include="System.Runtime.Remoting" />
|
|
<Reference Include="System.Security" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Web" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\Version.cs">
|
|
<Link>Version.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Contracts\ContractEnums.cs" />
|
|
<Compile Include="Contracts\ConnectorApiActions.cs" />
|
|
<Compile Include="Contracts\PackageApiActions.cs" />
|
|
<Compile Include="Helpers\AuthenticationHelper.cs" />
|
|
<Compile Include="Helpers\FileOperationsHelper.cs" />
|
|
<Compile Include="Helpers\HttpRetryHandler.cs" />
|
|
<Compile Include="JobSettings\ExportJobSettings.cs" />
|
|
<Compile Include="JobSettings\ImportJobSettings.cs" />
|
|
<Compile Include="JobSettings\ExecutionJobSettings.cs" />
|
|
<Compile Include="JobSettings\ProcessingJobSettings.cs" />
|
|
<Compile Include="JobSettings\DownloadJobSettings.cs" />
|
|
<Compile Include="JobSettings\UploadJobSettings.cs" />
|
|
<Compile Include="JobSettings\Settings.cs" />
|
|
<Compile Include="Contracts\EntityExecutionStatus.cs" />
|
|
<Compile Include="Contracts\DataJobStatus.cs" />
|
|
<Compile Include="Contracts\DataJobStatusDetail.cs" />
|
|
<Compile Include="Contracts\DequeueResponse.cs" />
|
|
<Compile Include="Contracts\DataMessage.cs" />
|
|
<Compile Include="Contracts\SettingsConstants.cs" />
|
|
<Compile Include="Helpers\EncryptDecrypt.cs" />
|
|
<Compile Include="Helpers\Extensions.cs" />
|
|
<Compile Include="Helpers\HttpClientHelper.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="log4net">
|
|
<Version>2.0.13</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.Identity.Client">
|
|
<Version>4.37.0</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory">
|
|
<Version>5.2.9</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Newtonsoft.Json">
|
|
<Version>13.0.1</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Polly">
|
|
<Version>7.2.2</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="Quartz">
|
|
<Version>3.3.3</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="System.Linq.Dynamic.Core">
|
|
<Version>1.2.14</Version>
|
|
</PackageReference>
|
|
<PackageReference Include="UrlCombine">
|
|
<Version>2.0.0</Version>
|
|
</PackageReference>
|
|
</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> |