Schlüssel übersichtlich, Segmente neu sortiert PDFs eingeführt, Beispiel Ansicht eingeführt,
104 lines
5.3 KiB
XML
104 lines
5.3 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>
|
|
</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="DakotaConfig.cs" />
|
|
<Compile Include="DakotaEnums.cs" />
|
|
<Compile Include="DakotaFile.cs" />
|
|
<Compile Include="DakotaValidator.cs" />
|
|
<Compile Include="Models\Abrechnungsposition.cs" />
|
|
<Compile Include="DakotaFileInfo.cs" />
|
|
<Compile Include="Models\Datei\BlockKostenträger.cs" />
|
|
<Compile Include="Models\Datei\BlockKrankenkarteVerordnung.cs" />
|
|
<Compile Include="Models\Datei\SozioTherapieEinzelnachweis.cs" />
|
|
<Compile Include="Models\Dateneinheit.cs" />
|
|
<Compile Include="Models\Datenelement.cs" />
|
|
<Compile Include="Models\Datenelementgruppe.cs" />
|
|
<Compile Include="Models\IRowable.cs" />
|
|
<Compile Include="Models\Nachricht\Nachricht.cs" />
|
|
<Compile Include="Models\Nachricht\NachrichtSLGA.cs" />
|
|
<Compile Include="Models\Nachricht\NachrichtSLGA2.cs" />
|
|
<Compile Include="Models\Nachricht\NachrichtSLLA2.cs" />
|
|
<Compile Include="Models\Nachricht\NachrichtSLLA.cs" />
|
|
<Compile Include="Models\Schlüssel\Schlüssel.cs" />
|
|
<Compile Include="Models\Schlüssel\SchlüsselRechnungsart.cs" />
|
|
<Compile Include="Models\Schlüssel\SchlüsselSummenstatus.cs" />
|
|
<Compile Include="Models\Schlüssel\SchlüsselTestindikator.cs" />
|
|
<Compile Include="Models\Schlüssel\SchlüsselVerarbeitungskennzeichen.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\Datei\Nutzdatendatei.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\Datei\SozioTherapieDatei.cs" />
|
|
</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> |