kreta/Kreta.WebApi/Naplo/Kreta.Naplo.Dao/Kreta.Naplo.Dao.csproj
2024-03-13 00:33:46 +01:00

76 lines
No EOL
3.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{0B9D719F-127A-4269-A05D-F65C055705DA}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Kreta.Naplo.Dao</RootNamespace>
<AssemblyName>Kreta.Naplo.Dao</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</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="System" />
<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.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="V3\Csatolmany\OraFileResponseDao.cs" />
<Compile Include="V3\Igazolas\IgazolasResponseDao.cs" />
<Compile Include="V3\Intezmeny\IntezmenyAdatokDao.cs" />
<Compile Include="V3\Orarend\BejelentettSzamonkeresResponseDao.cs" />
<Compile Include="V3\Orarend\BejelentettSzamonkeresekResponseDao.cs" />
<Compile Include="V3\Orarend\FelmentesResponseDao.cs" />
<Compile Include="V3\Orarend\JelenletIgazolasResponseDao.cs" />
<Compile Include="V3\Orarend\JelenletResponseDao.cs" />
<Compile Include="V3\Orarend\MulasztasResponseDao.cs" />
<Compile Include="V3\Orarend\NaptariHetResponseDao.cs" />
<Compile Include="V3\Ora\FeljegyzesResponseDao.cs" />
<Compile Include="V3\Ora\MulasztasResponseDao.cs" />
<Compile Include="V3\OsztalyCsoport\MondatbankResponseDao.cs" />
<Compile Include="V3\OsztalyCsoport\OsztalyCsoportAdatokResponseDao.cs" />
<Compile Include="V3\OsztalyCsoport\OsztalyCsoportGondviseloResponseDao.cs" />
<Compile Include="V3\OsztalyCsoport\OsztalyCsoportTanuloAdatokResponseDao.cs" />
<Compile Include="V3\OsztalyCsoport\TanuloErtekeleseiResponseDao.cs" />
<Compile Include="V3\Tanulo\TantargyiAtlagResponseDao.cs" />
<Compile Include="V3\OsztalyCsoport\OsztalyCsoportTanuloResponseDao.cs" />
<Compile Include="V3\Tanulo\TanuloErtekelesekResponseDao.cs" />
<Compile Include="V3\Tanmenet\TanmenetResponseDao.cs" />
<Compile Include="V3\Tanulo\TanuloMentessegResponseDao.cs" />
<Compile Include="V3\Tanulo\TanuloResponseDao.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Kreta.Core\Kreta.Core.csproj">
<Project>{57418D3E-CAF1-482C-9B18-85D147ABD495}</Project>
<Name>Kreta.Core</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>