CLIP.e-Form.Consent.Dfh.Dac.csproj 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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>{432A20C2-7C8A-4EA1-BB63-3B461924F031}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CLIP.eForm.Consent.Dfh.Dac</RootNamespace>
  11. <AssemblyName>CLIP.e-Form.Consent.Dfh.Dac</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="CLIP.e-Form.Server.Data">
  39. <HintPath>..\CLIP.e-Form.Consent.Dfh.Web\Ref Assemblies\CLIP.e-Form.Server.Data.dll</HintPath>
  40. </Reference>
  41. <Reference Include="CLIP.e-Form.Server.VO">
  42. <HintPath>..\CLIP.e-Form.Consent.Dfh.Web\Ref Assemblies\CLIP.e-Form.Server.VO.dll</HintPath>
  43. </Reference>
  44. <Reference Include="IBatisNet.DataMapper">
  45. <HintPath>..\CLIP.e-Form.Consent.Dfh.Web\Ref Assemblies\IBatisNet.DataMapper.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Xml" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="CommonCodeDac.cs" />
  56. <Compile Include="ConsentDac.cs" />
  57. <Compile Include="FormCategoryDac.cs" />
  58. <Compile Include="PatientDac.cs" />
  59. <Compile Include="PatListDac.cs" />
  60. <Compile Include="Properties\AssemblyInfo.cs" />
  61. <Compile Include="SaveConsentDac.cs" />
  62. <Compile Include="UserDac.cs" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <ProjectReference Include="..\CLIP.e-Form.Consent.Dfh.Entity\CLIP.e-Form.Consent.Dfh.Entity.csproj">
  66. <Project>{b13f56f5-f5cc-4c1a-9bb8-c626ae4c0739}</Project>
  67. <Name>CLIP.e-Form.Consent.Dfh.Entity</Name>
  68. </ProjectReference>
  69. </ItemGroup>
  70. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  71. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  72. Other similar extension points exist, see Microsoft.Common.targets.
  73. <Target Name="BeforeBuild">
  74. </Target>
  75. <Target Name="AfterBuild">
  76. </Target>
  77. -->
  78. </Project>