123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?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>{6A87D03A-5DDF-4156-84E4-92DB0CECC694}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>HNWD.Pregrant.DataAccess</RootNamespace>
- <AssemblyName>HNWD.Pregrant.DataAccess</AssemblyName>
- <TargetFrameworkVersion>v4.0</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>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <LangVersion>7.3</LangVersion>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Web" />
- <Reference Include="System.Data" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="clsDataBaseRW.cs" />
- <Compile Include="clsOpenSIPSAccount.cs" />
- <Compile Include="ConnectorManager.cs" />
- <Compile Include="DataBaseBackUpDataAccess.cs" />
- <Compile Include="FieldNickGenerator.cs" />
- <Compile Include="GenericDataAccess.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SIPAccountService.cs" />
- <Compile Include="WD_CostInfoDataAccess.cs" />
- <Compile Include="WD_DeviceInfoDataAccess.cs" />
- <Compile Include="WD_MessageInfoDataAccess.cs" />
- <Compile Include="WD_NoticeInfoDataAccess.cs" />
- <Compile Include="WD_NurseCfgInfoDataAccess.cs" />
- <Compile Include="WD_PartInfoDataAccess.cs" />
- <Compile Include="WD_PatientInfoDataAccess.cs" />
- <Compile Include="WD_ProgramInfoDataAccess.cs" />
- <Compile Include="WD_RunProfileDataAccess.cs" />
- <Compile Include="WD_StaffInfoDataAccess.cs" />
- <Compile Include="WD_SysLogInfoDataAccess.cs" />
- <Compile Include="WD_UrgeInfoDataAccess.cs" />
- <Compile Include="WD_VerInfoDataAccess.cs" />
- <Compile Include="WD_ZoneInfoDataAccess.cs" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Dapper">
- <Version>1.50.2</Version>
- </PackageReference>
- <PackageReference Include="MySql.Data">
- <Version>6.9.12</Version>
- </PackageReference>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\HNWD.Pregrant.Common\HNWD.Pregrant.Common.csproj">
- <Project>{19dbc4bf-fb9e-45fe-a983-14ce569c4cd2}</Project>
- <Name>HNWD.Pregrant.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\HNWD.Pregrant.Model\HNWD.Pregrant.Model.csproj">
- <Project>{34f21f47-f2a7-49b8-a8ba-b1836aa6f5fe}</Project>
- <Name>HNWD.Pregrant.Model</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|