MediII.Adapter.MsgToScanServer.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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>{76458091-5802-4284-8861-5F96360119FF}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediII.Adapter.MsgToScanServer</RootNamespace>
  11. <AssemblyName>MediII.Adapter.MsgToScanServer</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <DocumentationFile>
  25. </DocumentationFile>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Configuration.Install" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Management" />
  41. <Reference Include="System.Windows.Forms" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.ServiceProcess" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="ApplictStatic.cs" />
  51. <Compile Include="MsgToScanServer.cs">
  52. <SubType>Component</SubType>
  53. </Compile>
  54. <Compile Include="MsgToScanServer.Designer.cs" />
  55. <Compile Include="Program.cs" />
  56. <Compile Include="ProjectInstaller.cs">
  57. <SubType>Component</SubType>
  58. </Compile>
  59. <Compile Include="ProjectInstaller.Designer.cs">
  60. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  61. </Compile>
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <Compile Include="ServiceStatusPublishManager.cs" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <None Include="app.config">
  67. <SubType>Designer</SubType>
  68. </None>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ProjectReference Include="..\..\Public\IL.Common\IL.Common.csproj">
  72. <Project>{f320951f-886b-4f99-a3fd-5686c0a97868}</Project>
  73. <Name>IL.Common</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\..\Public\MediII.Adapter.Scan.Interface\MediII.Adapter.Scan.Interface.csproj">
  76. <Project>{4e8c6d0e-e696-4f02-812f-cedd6fe3f6dc}</Project>
  77. <Name>MediII.Adapter.Scan.Interface</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\MediII.Adapter.Scanner\MediII.Adapter.Scanner.csproj">
  80. <Project>{0adddb14-b0f6-4d12-8025-5ec8124a511b}</Project>
  81. <Name>MediII.Adapter.Scanner</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <EmbeddedResource Include="ProjectInstaller.resx">
  86. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  87. </EmbeddedResource>
  88. </ItemGroup>
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. <PropertyGroup>
  91. <PostBuildEvent>Copy $(TargetDir) $(ProjectDir)..\MessageToScanServer\</PostBuildEvent>
  92. </PropertyGroup>
  93. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  94. Other similar extension points exist, see Microsoft.Common.targets.
  95. <Target Name="BeforeBuild">
  96. </Target>
  97. <Target Name="AfterBuild">
  98. </Target>
  99. -->
  100. </Project>