Test.csproj 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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>{FB0F3AD4-26BC-44D6-B4BB-88380A445C53}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Test</RootNamespace>
  11. <AssemblyName>Test</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <PlatformTarget>AnyCPU</PlatformTarget>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup>
  34. <StartupObject />
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="NHapi.Base">
  38. <HintPath>..\..\dll\NHapi.Base.dll</HintPath>
  39. </Reference>
  40. <Reference Include="NHapi.Model.V24">
  41. <HintPath>..\..\dll\NHapi.Model.V24.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Class1.cs" />
  53. <Compile Include="DebugMessage.cs" />
  54. <Compile Include="Properties\AssemblyInfo.cs" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <ProjectReference Include="..\..\Public\MediII.Adapter.Scan.Interface\MediII.Adapter.Scan.Interface.csproj">
  58. <Project>{4E8C6D0E-E696-4F02-812F-CEDD6FE3F6DC}</Project>
  59. <Name>MediII.Adapter.Scan.Interface</Name>
  60. </ProjectReference>
  61. <ProjectReference Include="..\IL.BizComponent\MediII.Adapter.BizComponent.ADT\MediII.Adapter.BizComponent.ADT.csproj">
  62. <Project>{e634900c-0a19-4575-a0f7-bf5780ae20c3}</Project>
  63. <Name>MediII.Adapter.BizComponent.ADT</Name>
  64. </ProjectReference>
  65. <ProjectReference Include="..\IL.BizComponent\MediII.Adapter.BizComponent.Base\MediII.Adapter.BizComponent.Base.csproj">
  66. <Project>{619b1dbf-55b7-446b-af40-852a6ab689a0}</Project>
  67. <Name>MediII.Adapter.BizComponent.Base</Name>
  68. </ProjectReference>
  69. <ProjectReference Include="..\IL.BizComponent\MediII.Adapter.BizComponent.MFN\MediII.Adapter.BizComponent.MFN.csproj">
  70. <Project>{70F1BFF2-22D0-4B1D-BD85-4279FAC616C1}</Project>
  71. <Name>MediII.Adapter.BizComponent.MFN</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\MediII.Adapter.ReceiveToScanModel\MediII.Adapter.ReceiveToScanModel.csproj">
  74. <Project>{F182AC2B-A0D5-40D2-89AF-8D547606B6AC}</Project>
  75. <Name>MediII.Adapter.ReceiveToSIModel</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\MediII.Adapter.Scan.UE\MediII.Adapter.BizComponent.UE.csproj">
  78. <Project>{0786BB9F-0092-44A2-9CA0-263F5A0AA86E}</Project>
  79. <Name>MediII.Adapter.BizComponent.UE</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\MediII.Adapter.Scanner\MediII.Adapter.Scanner.csproj">
  82. <Project>{0ADDDB14-B0F6-4D12-8025-5EC8124A511B}</Project>
  83. <Name>MediII.Adapter.Scanner</Name>
  84. </ProjectReference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <None Include="App.config" />
  88. </ItemGroup>
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. </Project>