1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?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>{5C5D0067-3FFF-445D-8F34-81E37BD8491F}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>HNWD.Pregrant.BusinessLogic</RootNamespace>
- <AssemblyName>HNWD.Pregrant.BusinessLogic</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.Data" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="App_CheckUpdateBase.cs" />
- <Compile Include="BusinessLogicBase.cs" />
- <Compile Include="BusinessLogicBase2.cs" />
- <Compile Include="callingBed_UpdateBase.cs" />
- <Compile Include="callingDoctor_Update.cs" />
- <Compile Include="callingDoor_UpdateBase.cs" />
- <Compile Include="callingMainNurse_UpdateBase.cs" />
- <Compile Include="IBusiness.cs" />
- <Compile Include="PromptingMessage.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="WD_DeviceInfoBusinessLogic.cs" />
- <Compile Include="WD_NoticeInfoBusinessLogic.cs" />
- <Compile Include="WD_NurseCfgInfoBusinessLogic.cs" />
- <Compile Include="WD_PartInfoBusinessLogic.cs" />
- <Compile Include="WD_PartInfoBusinessLogic2.cs" />
- <Compile Include="WD_PatientInfoBusinessLogic.cs" />
- <Compile Include="WD_ProgramInfoBusinessLogic.cs" />
- <Compile Include="WD_RunProfileBusinessLogic.cs" />
- <Compile Include="WD_StaffInfoBusinessLogic.cs" />
- <Compile Include="WD_UrgeInfoBusinessLogic.cs" />
- <Compile Include="WD_VerInfoBusinessLogic.cs" />
- <Compile Include="WD_ZoneInfoBusinessLogic.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\HNWD.Pregrant.DataAccess\HNWD.Pregrant.DataAccess.csproj">
- <Project>{6a87d03a-5ddf-4156-84e4-92db0cecc694}</Project>
- <Name>HNWD.Pregrant.DataAccess</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>
|