CLIP.e-Form.Consent.Dfh.Entity.csproj 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{B13F56F5-F5CC-4C1A-9BB8-C626AE4C0739}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CLIP.eForm.Consent.Dfh.Entity</RootNamespace>
  11. <AssemblyName>CLIP.e-Form.Consent.Dfh.Entity</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Xml.Linq" />
  41. <Reference Include="System.Data.DataSetExtensions" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Xml" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="CategoryForDropdownVO.cs" />
  47. <Compile Include="ClnDateForDropdownVO.cs" />
  48. <Compile Include="ConsentBySearchVO.cs" />
  49. <Compile Include="ConsentImageVO.cs" />
  50. <Compile Include="ConsentSetVO.cs" />
  51. <Compile Include="ConsentVO.cs" />
  52. <Compile Include="DeptListVO.cs" />
  53. <Compile Include="DocListVO.cs" />
  54. <Compile Include="VersionInfoVO.cs" />
  55. <Compile Include="UserLoginDeptList.cs" />
  56. <Compile Include="PatientVO.cs" />
  57. <Compile Include="PatInfoListVO.cs" />
  58. <Compile Include="PatListVO.cs" />
  59. <Compile Include="Properties\AssemblyInfo.cs" />
  60. <Compile Include="UnFinishedListVO.cs" />
  61. <Compile Include="UserSignImageVO.cs" />
  62. <Compile Include="MobileLoginResult.cs" />
  63. <Compile Include="SingleReturnData.cs" />
  64. <Compile Include="UserVO.cs" />
  65. </ItemGroup>
  66. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  67. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  68. Other similar extension points exist, see Microsoft.Common.targets.
  69. <Target Name="BeforeBuild">
  70. </Target>
  71. <Target Name="AfterBuild">
  72. </Target>
  73. -->
  74. </Project>