体检Winform版本
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

566 lines
21 KiB

<?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>{BADDE991-3961-4CA0-B3E5-0682662013EE}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>PEIS</RootNamespace>
<AssemblyName>PEIS</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<LangVersion>7.1</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Helper\EntityFrameworkTemplate.cs" />
<Compile Include="Helper\SqlHelper.cs" />
<Compile Include="Model\Blood_CheckResult.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_Infusion.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_Infusion_Detail.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_InoutDetail.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_InoutRecord.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_Inspect.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_Inventory.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_ItemResult.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_Match.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_Match_Detail.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_OperationLog.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_Patient.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_Reaction.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_Reaction_Detail.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_Request.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_Request_Detail.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Blood_TypeCheck.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\BYTZDB.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\CGJYJGB.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Collect_Check_Advice.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Collect_Detail.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Collect_Detail_History.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Collect_Detail_Return.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Collect_MoveRecord.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Collect_MoveRecord_Return.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Collect_Record.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Collect_Record_History.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Collect_Record_Return.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Antibacteria.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Antibiotic.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Bacteria.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Bacteria_Result.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Bact_Result.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_BarCode.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_BarCodeClass.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_BloodCharacter.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_BloodCheckItem.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_BloodConstituent.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_BloodConstituentType.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_BloodCrip.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_BloodMatchMethod.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_BloodMatchResult.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_BloodPurpose.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_BloodSpec.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_BloodStation.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_BloodType.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Bone_CelClass.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Bone_Cell.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Bone_Templete.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Common.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Config.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Dept.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Diagnose.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Doctor.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Domain.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Group.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Hospital.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_InsToRptItem.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Instrument.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Menu.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_PatientClass.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_QC_Position.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_ReferenceGroup.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Report.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_ReportItem.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_ReportToItem.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_ReqItem.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_ReqItemToBarCodeClass.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_ReqItemToReport.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_ReqItemToRptItem.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_ReqItem_Sub.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_ReqSheet.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Req_SheetToItem.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_RingDiameter.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Role.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_RoleToMenu.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_RptItem_Formula.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_RptItem_Reference.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_RptItem_Result.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_RptItem_Warn.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_Specimen.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_TestBoard.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_User.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Dict_UserToMenu.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\JCBYTB.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\JYSJXXB.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\LisDb.Context.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>LisDb.Context.tt</DependentUpon>
</Compile>
<Compile Include="Model\LisDb.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\LisDb.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>LisDb.edmx</DependentUpon>
</Compile>
<Compile Include="Model\Log_Err.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Manage_AutoCost.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Manage_CostParam.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Manage_InOutStore.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Manage_Material.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Manage_MaterialClass.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Manage_Require.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Manage_Supplier.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\MonitorAlarm.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\MonitorJob.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\pbcatedt.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\pbcatfmt.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\pbcatvld.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Performance.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\QC_Item.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Qc_Parameter.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\QC_Product.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Qc_Result.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Approve.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Approve_Status.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Bad.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Certification.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Entry.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Invalid.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Log.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Maker.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Operating_Type.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Position.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Reagent.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Receipt.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Receipt_Status.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Specification.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Stock.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Supplier.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_TypeTable.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Reagt_Unit.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\RequestDetail.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\RequestInfo.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Rpt_AntbResult.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Rpt_BactResult.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Rpt_BarcodeDesign.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Rpt_CheckCost.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Rpt_CheckCost_Other.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Rpt_CheckResult.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Rpt_CheckResult_Review.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Rpt_Comment.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Rpt_CriticalRecord.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Rpt_ImageResult.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Rpt_Patient.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\SJBBZDB.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\SysConfig.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\SysSequeue.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\SysUser.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\tmp.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Tpl_ReqItem.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\Tpl_ReqItem_Detail.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\UserTest.cs" />
<Compile Include="Model\vw_result_to_peis1.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\v_egent_data.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\YMSYJG.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="Model\YMYWZDB.cs">
<DependentUpon>LisDb.tt</DependentUpon>
</Compile>
<Compile Include="View\Main.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="View\Main.Designer.cs">
<DependentUpon>Main.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<EntityDeploy Include="Model\LisDb.edmx">
<Generator>EntityModelCodeGenerator</Generator>
<LastGenOutput>LisDb.Designer.cs</LastGenOutput>
</EntityDeploy>
<None Include="App.Config" />
<None Include="Model\LisDb.edmx.diagram">
<DependentUpon>LisDb.edmx</DependentUpon>
</None>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="Model\LisDb.Context.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>LisDb.Context.cs</LastGenOutput>
<DependentUpon>LisDb.edmx</DependentUpon>
</Content>
<Content Include="Model\LisDb.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<DependentUpon>LisDb.edmx</DependentUpon>
<LastGenOutput>LisDb.cs</LastGenOutput>
</Content>
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>