MediII.Adapter.BizComponent.Base.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{619B1DBF-55B7-446B-AF40-852A6AB689A0}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediII.Adapter.BizComponent.Base</RootNamespace>
  11. <AssemblyName>MediII.Adapter.BizComponent.Base</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <DocumentationFile>
  33. </DocumentationFile>
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugType>pdbonly</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\Release\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <StartupObject />
  46. </PropertyGroup>
  47. <PropertyGroup>
  48. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="MediII.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\..\..\dll\MediII.Common.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=4.1.0.0, Culture=neutral, PublicKeyToken=e44a2bc38ed2c13c, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\..\..\dll\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Data, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\..\..\dll\Microsoft.Practices.EnterpriseLibrary.Data.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=e44a2bc38ed2c13c, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\..\..\dll\Microsoft.Practices.EnterpriseLibrary.Logging.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\..\..\dll\Microsoft.Practices.ServiceLocation.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Microsoft.Practices.Unity, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\..\..\dll\Microsoft.Practices.Unity.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System" />
  76. <Reference Include="System.ComponentModel.Composition" />
  77. <Reference Include="System.Configuration" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Xml.Linq" />
  80. <Reference Include="System.Data.DataSetExtensions" />
  81. <Reference Include="Microsoft.CSharp" />
  82. <Reference Include="System.Data" />
  83. <Reference Include="System.Xml" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="BaseBizComponent.cs" />
  87. <Compile Include="BizComponentFactory.cs" />
  88. <Compile Include="DefaultBizBehavior.cs">
  89. <SubType>Code</SubType>
  90. </Compile>
  91. <Compile Include="IBizBehavior.cs">
  92. <SubType>Code</SubType>
  93. </Compile>
  94. <Compile Include="IBizComponent.cs" />
  95. <Compile Include="Properties\AssemblyInfo.cs" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ProjectReference Include="..\..\..\Public\IL.Common\IL.Common.csproj">
  99. <Project>{f320951f-886b-4f99-a3fd-5686c0a97868}</Project>
  100. <Name>IL.Common</Name>
  101. </ProjectReference>
  102. </ItemGroup>
  103. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  104. <PropertyGroup>
  105. <PostBuildEvent>Copy $(TargetDir) $(ProjectDir)..\..\MessageToScan\UE\
  106. Copy $(TargetDir) $(ProjectDir)..\..\MessageToScanServer\UE\</PostBuildEvent>
  107. </PropertyGroup>
  108. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  109. Other similar extension points exist, see Microsoft.Common.targets.
  110. <Target Name="BeforeBuild">
  111. </Target>
  112. <Target Name="AfterBuild">
  113. </Target>
  114. -->
  115. </Project>