195 lines
No EOL
10 KiB
XML
195 lines
No EOL
10 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>{57418D3E-CAF1-482C-9B18-85D147ABD495}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Kreta.Core</RootNamespace>
|
|
<AssemblyName>Kreta.Core</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</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="HtmlAgilityPack, Version=1.8.10.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\HtmlAgilityPack.1.8.10\lib\Net45\HtmlAgilityPack.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="jose-jwt, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\jose-jwt.2.5.0\lib\net461\jose-jwt.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Kreta.Core.KIR, Version=1.0.62351.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Kreta.Core.KIR.1.0.62351\lib\net48\Kreta.Core.KIR.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Kreta.Core.SAP, Version=2.0.40.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Kreta.Core.SAP.2.0.40\lib\net48\Kreta.Core.SAP.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Net.Http.Formatting, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.6\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Caching" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Web.Http, Version=5.2.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.6\lib\net45\System.Web.Http.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Services" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\Tools\SharedAssemblyInfo.cs">
|
|
<Link>Properties\SharedAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Configuratiaton\ApiKeyConfiguration.cs" />
|
|
<Compile Include="Cache.cs" />
|
|
<Compile Include="AsyncUtil.cs" />
|
|
<Compile Include="Configuratiaton\EESZTConfiguration.cs" />
|
|
<Compile Include="Configuratiaton\FirebaseConfiguration.cs" />
|
|
<Compile Include="Configuratiaton\Interface\IBankszamlaIgenylesConfiguration.cs" />
|
|
<Compile Include="Configuratiaton\Interface\IFirebaseConfiguration.cs" />
|
|
<Compile Include="Configuratiaton\Interface\IMkbBankszamlaIgenylesConfiguration.cs" />
|
|
<Compile Include="Configuratiaton\Interface\IOtpBankszamlaIgenylesConfiguration.cs" />
|
|
<Compile Include="Configuratiaton\Interface\ITananyagtarConfiguration.cs" />
|
|
<Compile Include="Configuratiaton\OtpBankszamlaIgenylesConfiguration.cs" />
|
|
<Compile Include="Configuratiaton\MkbBankszamlaIgenylesConfiguration.cs" />
|
|
<Compile Include="Configuratiaton\LepConfiguration.cs" />
|
|
<Compile Include="Configuratiaton\Interface\IKozpontiKretaConfiguration.cs" />
|
|
<Compile Include="Configuratiaton\Interface\ILepConfiguration.cs" />
|
|
<Compile Include="Configuratiaton\TananyagtarConfiguration.cs" />
|
|
<Compile Include="ConnectionType\ConnectionTypeBase.cs" />
|
|
<Compile Include="ConnectionType\MobileConnectionType.cs" />
|
|
<Compile Include="ConnectionType\OrganizationConnectionType.cs" />
|
|
<Compile Include="ConnectionType\SystemConnectionType.cs" />
|
|
<Compile Include="ConnectionType\SessionConnectionType.cs" />
|
|
<Compile Include="ConnectionType\IConnectionType.cs" />
|
|
<Compile Include="Constants.cs" />
|
|
<Compile Include="CustomAttributes\AdoszamExtendedAttribute.cs" />
|
|
<Compile Include="CustomAttributes\ColumnNameAttribute.cs" />
|
|
<Compile Include="CustomAttributes\EmailAddressExtendedAttribute.cs" />
|
|
<Compile Include="CustomAttributes\IgnoreAttribute.cs" />
|
|
<Compile Include="CustomAttributes\PhoneExtendedAttribute.cs" />
|
|
<Compile Include="CustomAttributes\SimpleExportColumnAttribute.cs" />
|
|
<Compile Include="Domain\DetailedErrorItem.cs" />
|
|
<Compile Include="Domain\EqualityComparer\KirFelhasznaloEqualityComparer.cs" />
|
|
<Compile Include="Domain\FelhasznaloElerhetosegCO.cs" />
|
|
<Compile Include="Domain\Interface\IKirTanulo.cs" />
|
|
<Compile Include="Domain\Interface\IKirAlkalmazott.cs" />
|
|
<Compile Include="Domain\Interface\IKirFelhasznalo.cs" />
|
|
<Compile Include="Domain\KirCim.cs" />
|
|
<Compile Include="Domain\KirFelhasznalo.cs" />
|
|
<Compile Include="Domain\KirFelhasznaloElerhetosegek.cs" />
|
|
<Compile Include="Domain\KirTanuloAlapadatok.cs" />
|
|
<Compile Include="Domain\KirTanuloBase.cs" />
|
|
<Compile Include="Domain\KirTanuloJogviszonyAdatok.cs" />
|
|
<Compile Include="Domain\KirTanulo.cs" />
|
|
<Compile Include="Domain\KirAlkalmazottMunkaugyiAdatok.cs" />
|
|
<Compile Include="Domain\KirAlkalmazottElerhetosegek.cs" />
|
|
<Compile Include="Domain\KirAlkalmazottAlapadatok.cs" />
|
|
<Compile Include="Domain\KirAlkalmazottBase.cs" />
|
|
<Compile Include="Domain\KirAlkalmazott.cs" />
|
|
<Compile Include="EntityInfos\EntityLengths.cs" />
|
|
<Compile Include="Enum\BlExceptionType.cs" />
|
|
<Compile Include="Exceptions\WebApiException.cs" />
|
|
<Compile Include="Exceptions\BlException.cs" />
|
|
<Compile Include="Extensions.cs" />
|
|
<Compile Include="FeatureToggle\SimpleFeature.cs" />
|
|
<Compile Include="FeatureToggle\Configuration\SimpleFeatureConfiguration.cs" />
|
|
<Compile Include="FeatureToggle\Configuration\SimpleFeatureConfigurationCollection.cs" />
|
|
<Compile Include="FeatureToggle\Configuration\FeatureConfigurationSection.cs" />
|
|
<Compile Include="FeatureToggle\FeatureContext.cs" />
|
|
<Compile Include="FeatureToggle\IFeature.cs" />
|
|
<Compile Include="FeatureToggle\IFeatureContext.cs" />
|
|
<Compile Include="FileService\Configuration\IFileServiceConfiguration.cs" />
|
|
<Compile Include="FileService\Configuration\FileServiceConfiguration.cs" />
|
|
<Compile Include="FileService\Configuration\Storage.cs" />
|
|
<Compile Include="FileService\Configuration\Path.cs" />
|
|
<Compile Include="FileService\FileService.cs" />
|
|
<Compile Include="FileService\IFileService.cs" />
|
|
<Compile Include="Configuratiaton\Interface\IApiKeyConfiguration.cs" />
|
|
<Compile Include="IktatasJobConfiguration.cs" />
|
|
<Compile Include="IktatoServiceConfiguration.cs" />
|
|
<Compile Include="JsonConverter\StringTrimConverter.cs" />
|
|
<Compile Include="KirConfiguration.cs" />
|
|
<Compile Include="Configuratiaton\KozpontiKretaConfiguration.cs" />
|
|
<Compile Include="KretaConvert.cs" />
|
|
<Compile Include="KretaJobConfig.cs" />
|
|
<Compile Include="KretaVersion.cs" />
|
|
<Compile Include="Logic\BankszamlaLogic.cs" />
|
|
<Compile Include="Logic\ConfigurationLogic.cs" />
|
|
<Compile Include="Logic\UrlLogic.cs" />
|
|
<Compile Include="Logic\SqlLogic.cs" />
|
|
<Compile Include="Logic\DaoLogic.cs" />
|
|
<Compile Include="ModelBinder\StringTrimModelBinder.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="FileService\Configuration\PathElementCollection.cs" />
|
|
<Compile Include="FileService\Configuration\StorageElementCollection.cs" />
|
|
<Compile Include="SapConfiguration.cs" />
|
|
<Compile Include="Tuples.cs" />
|
|
<Compile Include="IUgyfelszolgalatConfig.cs" />
|
|
<Compile Include="UgyfelszolgalatConfig.cs" />
|
|
<Compile Include="VersionInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Connected Services\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Kreta.DataAccessGenerated\Kreta.DataAccessGenerated.csproj">
|
|
<Project>{b91833b5-0ba0-4e8b-9159-b991f15d3fc4}</Project>
|
|
<Name>Kreta.DataAccessGenerated</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Kreta.Enums\Kreta.Enums.csproj">
|
|
<Project>{1D5E0AC2-DFAB-4D32-9AD1-B5788A7D06BD}</Project>
|
|
<Name>Kreta.Enums</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Kreta.Resources\Kreta.Resources.csproj">
|
|
<Project>{dfcb4d33-b599-42b2-98c6-b60fd220db0c}</Project>
|
|
<Name>Kreta.Resources</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</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> |