init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,89 @@
|
|||
<?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>{29AF1E7D-3220-462F-B90D-ABA3C984987B}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Kreta.Ellenorzo.Dao</RootNamespace>
|
||||
<AssemblyName>Kreta.Ellenorzo.Dao</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<Deterministic>true</Deterministic>
|
||||
<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>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
</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="..\..\..\Tools\SharedAssemblyInfo.cs">
|
||||
<Link>Properties\SharedAssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="VN\BejelentettSzamonkeres\BejelentettSzamonkeresResponseDao.cs" />
|
||||
<Compile Include="VN\DigitalisInformacio\DigitalisInformacioResponseDao.cs" />
|
||||
<Compile Include="VN\Ellenorzo\IntezmenyAdatokDao.cs" />
|
||||
<Compile Include="VN\Email\EmailRequestDao.cs" />
|
||||
<Compile Include="VN\Email\EmailResponseDao.cs" />
|
||||
<Compile Include="VN\Ertekeles\Atlag\TantargyiAtlagResponseDao.cs" />
|
||||
<Compile Include="VN\Ertekeles\ErtekelesResponseDao.cs" />
|
||||
<Compile Include="VN\Felhasznalo\NapiErtesitesOsszefoglaloDao.cs" />
|
||||
<Compile Include="VN\Faliujsag\FaliujsagResponseDao.cs" />
|
||||
<Compile Include="VN\Felhasznalo\Alkalmazott\AlkalmazottResponseDao.cs" />
|
||||
<Compile Include="VN\Feljegyzes\FeljegyzesResponseDao.cs" />
|
||||
<Compile Include="VN\FeltoltottFajl\FileKeresesRequestDao.cs" />
|
||||
<Compile Include="VN\FeltoltottFajl\FileKeresesResponseDao.cs" />
|
||||
<Compile Include="VN\Fogadoora\FogadooraResponseDao.cs" />
|
||||
<Compile Include="VN\Fogadoora\Idopont\FogadooraIdopontJelentkezesDeleteRequestDao.cs" />
|
||||
<Compile Include="VN\HaziFeladat\HaziFeladatResponseDao.cs" />
|
||||
<Compile Include="VN\Intezmeny\Hetirend\OrarendiResponseDao.cs" />
|
||||
<Compile Include="VN\Felhasznalo\Gondviselo\GondviseloResponseDao.cs" />
|
||||
<Compile Include="VN\Intezmeny\Rendszermodul\RendszermodulListResponseDao.cs" />
|
||||
<Compile Include="VN\Intezmeny\TanevRendje\TanevRendjeResponseDao.cs" />
|
||||
<Compile Include="VN\Lep\TanuloEloadasResponseDao.cs" />
|
||||
<Compile Include="VN\Mulasztas\MulasztasResponseDao.cs" />
|
||||
<Compile Include="VN\OraFile\OraFileResponseDao.cs" />
|
||||
<Compile Include="VN\OsztalyCsoport\Osztaly\OsztalyTanuloResponseDao.cs" />
|
||||
<Compile Include="VN\OsztalyCsoport\TanuloOsztalyCsoportResponseDao.cs" />
|
||||
<Compile Include="VN\Tantargy\TanultTantargyDao.cs" />
|
||||
<Compile Include="VN\Telefon\TelefonResponseDao.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\..\Kreta.Core\Kreta.Core.csproj">
|
||||
<Project>{57418D3E-CAF1-482C-9B18-85D147ABD495}</Project>
|
||||
<Name>Kreta.Core</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="app.config" />
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue