213 lines
11 KiB
XML
213 lines
11 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>{47331732-DD96-4075-869F-83AA9F3F9937}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Dakota</RootNamespace>
|
|
<AssemblyName>Dakota</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</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>
|
|
<NoWarn>CS0168</NoWarn>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</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>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugRemote|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\DebugRemote\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<NoWarn>CS0168</NoWarn>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<LangVersion>7.3</LangVersion>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Lib\System.Memory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Text.Json, Version=9.0.0.7, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\System.Text.Json.9.0.7\lib\net462\System.Text.Json.dll</HintPath>
|
|
</Reference>
|
|
<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="DakotaConfig.cs" />
|
|
<Compile Include="DakotaUtils.cs" />
|
|
<Compile Include="Logic\DakotaKTDReader.cs" />
|
|
<Compile Include="Logic\DakotaManager.cs" />
|
|
<Compile Include="Logic\DakotaNumberManager.cs" />
|
|
<Compile Include="Models\Auftragsdatei\Auftragsdatei.cs" />
|
|
<Compile Include="Models\Auftragsdatei\AuftragssatzPart2.cs" />
|
|
<Compile Include="Models\Auftragsdatei\AuftragssatzPart3.cs" />
|
|
<Compile Include="Models\Auftragsdatei\AuftragssatzPart4.cs" />
|
|
<Compile Include="Models\Blocke\BlockEinsatz.cs" />
|
|
<Compile Include="Models\Blocke\BlockEinsatzPosition.cs" />
|
|
<Compile Include="Models\Blocke\BlockKlientHKP.cs" />
|
|
<Compile Include="Models\DakotaEnums.cs" />
|
|
<Compile Include="DakotaExtensions.cs" />
|
|
<Compile Include="Models\DakotaFile.cs" />
|
|
<Compile Include="Models\Auftragsdatei\AuftragssatzPart1.cs" />
|
|
<Compile Include="Models\Blocke\Block.cs" />
|
|
<Compile Include="Models\Blocke\BlockAbrechnungsposition.cs" />
|
|
<Compile Include="Models\Blocke\BlockDiagnose.cs" />
|
|
<Compile Include="Models\Daten\DatenelementAuftragsdatei.cs" />
|
|
<Compile Include="Models\Daten\DatenelementDateTime.cs" />
|
|
<Compile Include="Models\Daten\DatenelementDecimal.cs" />
|
|
<Compile Include="Models\Infos\InfoBlockKostentrager.cs" />
|
|
<Compile Include="Models\Infos\InfoBlockKrankenkasse.cs" />
|
|
<Compile Include="Logic\DakotaInfoCreator.cs" />
|
|
<Compile Include="Models\Daten\DatenelementFiller.cs" />
|
|
<Compile Include="Models\Infos\InfoDateiAuftrags.cs" />
|
|
<Compile Include="Models\Infos\InfoDateiNutzdaten.cs" />
|
|
<Compile Include="Models\Blocke\BlockKlient.cs" />
|
|
<Compile Include="Models\Blocke\BlockKostenträger.cs" />
|
|
<Compile Include="Models\Blocke\BlockKrankenkasse.cs" />
|
|
<Compile Include="Models\Infos\InfoAbrechnungsfall.cs" />
|
|
<Compile Include="Models\Infos\InfoAbrechnungsposition.cs" />
|
|
<Compile Include="Models\Infos\InfoBlockDiagnosen.cs" />
|
|
<Compile Include="Models\Infos\InfoNachricht.cs" />
|
|
<Compile Include="Models\Infos\InfoNachrichtSLLA.cs" />
|
|
<Compile Include="Models\Infos\InfoNachrichtSLGA.cs" />
|
|
<Compile Include="Models\Daten\Dateneinheit.cs" />
|
|
<Compile Include="Models\Daten\Datenelement.cs" />
|
|
<Compile Include="Models\Daten\DatenelementCounter.cs" />
|
|
<Compile Include="Models\Daten\Datenelementgruppe.cs" />
|
|
<Compile Include="Models\Infos\InfoParameterInvoiceItem.cs" />
|
|
<Compile Include="Models\IRowable.cs" />
|
|
<Compile Include="Models\KTDSummary.cs" />
|
|
<Compile Include="Models\Nachrichten\Nachricht.cs" />
|
|
<Compile Include="Models\Nachrichten\NachrichtKTD.cs" />
|
|
<Compile Include="Models\Nachrichten\NachrichtSLGA.cs" />
|
|
<Compile Include="Models\Nachrichten\NachrichtSLLA.cs" />
|
|
<Compile Include="Models\Schlüssels\Schlüssel.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselAbrechnungscode.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselArtDerAnschrift.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselArtDerGenehmigung.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselArtDerVerknüpfung.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselBVG.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselKTDVerarbeitungskennzeichen.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselPosVergütungsart.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselPosBehandlungsart.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselPosArtDerEinrichtung.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselPos.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselLeistungserbringerSammelgruppenschlussel.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselBeleginformation.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselRechnungsart.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselSummenstatus.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselTarifkennzeichen.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselTarifkennzeichenSondertarif.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselTarifkennzeichenBereich.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselTestindikator.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselUnfall.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselVerarbeitungskennzeichen.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselVerordnungsbesonderheiten.cs" />
|
|
<Compile Include="Models\Schlüssels\SchlüsselZuzahlung.cs" />
|
|
<Compile Include="Models\Segmente\KTD\SegmentKTDANS.cs" />
|
|
<Compile Include="Models\Segmente\KTD\SegmentKTD.cs" />
|
|
<Compile Include="Models\Segmente\KTD\SegmentKTDFKT.cs" />
|
|
<Compile Include="Models\Segmente\KTD\SegmentKTDIDK.cs" />
|
|
<Compile Include="Models\Segmente\KTD\SegmentKTDVDT.cs" />
|
|
<Compile Include="Models\Segmente\KTD\SegmentKTDVKG.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentEHK.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentELP.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentESK.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLABES.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLADIA.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLAMWS.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLAENF.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLASKZ.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLASUT.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLATXT.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLAZUV.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLAZUZ.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentZHK.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Models\Segmente\Segment.cs" />
|
|
<Compile Include="Models\Segmente\SLGA\SegmentSLGAFKT.cs" />
|
|
<Compile Include="Models\Segmente\SLGA\SegmentSLGAGES.cs" />
|
|
<Compile Include="Models\Segmente\SLGA\SegmentSLGANAM.cs" />
|
|
<Compile Include="Models\Segmente\SLGA\SegmentSLGAREC.cs" />
|
|
<Compile Include="Models\Segmente\SLGA\SegmentSLGASKO.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLAFKT.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLAINV.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLANAD.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLAREC.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLAURI.cs" />
|
|
<Compile Include="Models\Segmente\SLLA\SegmentSLLAIMG.cs" />
|
|
<Compile Include="Models\Segmente\SegmentUNB.cs" />
|
|
<Compile Include="Models\Segmente\SegmentUNH.cs" />
|
|
<Compile Include="Models\Segmente\SegmentUNT.cs" />
|
|
<Compile Include="Models\Segmente\SegmentUNZ.cs" />
|
|
<Compile Include="Models\Segmente\SLGA\SegmentSLGAUST.cs" />
|
|
<Compile Include="Models\Blocke\Nutzdatendatei.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="KTDatei\AO.txt">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="KTDatei\BK.txt">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="KTDatei\BN.txt">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="KTDatei\EK.txt">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="KTDatei\IK.txt">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="KTDatei\LK.txt">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Shared\Shared.csproj">
|
|
<Project>{2f50b83d-a3f0-4ec4-979a-3f9b7e3d8ed4}</Project>
|
|
<Name>Shared</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |