# Conflicts: # BeWo/ServiceProxy/Generated.cs # BeWo/Services/BeWoWindowService.cs # BeWo/View/Controls/GkvAbrechnungDetailControl.xaml.cs # BeWo/View/Windows/BeWoWindowBuilder.cs # Data/Data.csproj # Host/ServiceRecordPage.aspx.cs # Service/Core/ServiceHelper.cs # Service/Security/SecurityContextInitializer.cs # Service/ServiceBehavior/AdminMultitenancyContextInitializer.cs
182 lines
9.5 KiB
XML
182 lines
9.5 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>
|
|
</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.Configuration" />
|
|
<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="DakotaConfig.cs" />
|
|
<Compile Include="DakotaUtils.cs" />
|
|
<Compile Include="Logic\DakotaKTDReader.cs" />
|
|
<Compile Include="Logic\DakotaManager.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\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\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="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" />
|
|
</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="..\Data\Data.csproj">
|
|
<Project>{b0d73e3d-4ae7-4024-93a6-db1f46d7ccee}</Project>
|
|
<Name>Data</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Shared\Shared.csproj">
|
|
<Project>{2f50b83d-a3f0-4ec4-979a-3f9b7e3d8ed4}</Project>
|
|
<Name>Shared</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |