Files
csharpcode/patientman/Datalib/Datalib.csproj
2025-08-02 05:20:17 +07:00

227 lines
10 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2B87D3A8-4BE6-4D6A-A953-52682B526631}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Datalib</RootNamespace>
<AssemblyName>Datalib</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>DatabaseGeneric\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>DatabaseGeneric\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="SD.LLBLGen.Pro.ORMSupportClasses, Version=5.0.0.0, Culture=neutral, PublicKeyToken=ca73b74ba4e3ff27, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<Compile Include="DatabaseGeneric\HelperClasses\EntityCollection.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\AssemblyInfo.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\ConstantsEnums.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\HelperClasses\FieldInfoProvider.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\HelperClasses\TypeDefaultValue.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\HelperClasses\InheritanceInfoProvider.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\Linq\LinqMetaData.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\FactoryClasses\QueryFactory.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblAgeGroupRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblAgencyRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblChildRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblClinicInfoRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblCommuneRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblDiaryRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblDistrictRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblExaminationInfoRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblPatientRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblPreClinicsInfoRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblPregnanceInfoRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblProvinceRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblReferralFromPlaceRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblReferralsToRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblReferraltoServiceRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblRegimenRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblRegimenStopReasonRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblServiceRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblTestRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblTreatmentRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblTreatmentInfoRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\TblWaitingListRelations.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\RelationClasses\DynamicRelation.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\CommonEntityBase.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblAgeGroupEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblAgencyEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblChildEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblClinicInfoEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblCommuneEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblDiaryEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblDistrictEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblExaminationInfoEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblPatientEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblPreClinicsInfoEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblPregnanceInfoEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblProvinceEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblReferralFromPlaceEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblReferralsToEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblReferraltoServiceEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblRegimenEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblRegimenStopReasonEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblServiceEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblTestEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblTreatmentEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblTreatmentInfoEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\EntityClasses\TblWaitingListEntity.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\FactoryClasses\EntityFactories.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\FactoryClasses\EntityFieldFactory.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\FactoryClasses\EntityFieldsFactory.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\HelperClasses\ResultsetFields.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<Compile Include="DatabaseGeneric\HelperClasses\FieldCreationClasses.cs">
<GeneratedBy>LLBLGen Pro</GeneratedBy>
</Compile>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>