MediII.Adapter.WinForm.Scanner.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{5E125823-EC26-4F15-B178-48E8387C5F1A}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>MediII.Adapter.WinForm.Scanner</RootNamespace>
  12. <AssemblyName>MediII.Adapter.WinForm.Scanner</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <SccProjectName>
  18. </SccProjectName>
  19. <SccLocalPath>
  20. </SccLocalPath>
  21. <SccAuxPath>
  22. </SccAuxPath>
  23. <SccProvider>
  24. </SccProvider>
  25. <IsWebBootstrapper>false</IsWebBootstrapper>
  26. <PublishUrl>发布\</PublishUrl>
  27. <Install>true</Install>
  28. <InstallFrom>Disk</InstallFrom>
  29. <UpdateEnabled>false</UpdateEnabled>
  30. <UpdateMode>Foreground</UpdateMode>
  31. <UpdateInterval>7</UpdateInterval>
  32. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  33. <UpdatePeriodically>false</UpdatePeriodically>
  34. <UpdateRequired>false</UpdateRequired>
  35. <MapFileExtensions>true</MapFileExtensions>
  36. <ApplicationRevision>0</ApplicationRevision>
  37. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  38. <UseApplicationTrust>false</UseApplicationTrust>
  39. <BootstrapperEnabled>true</BootstrapperEnabled>
  40. </PropertyGroup>
  41. <PropertyGroup />
  42. <PropertyGroup>
  43. <ApplicationIcon>
  44. </ApplicationIcon>
  45. </PropertyGroup>
  46. <PropertyGroup />
  47. <PropertyGroup>
  48. <StartupObject />
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  51. <DebugSymbols>true</DebugSymbols>
  52. <OutputPath>bin\</OutputPath>
  53. <DefineConstants>DEBUG;TRACE</DefineConstants>
  54. <DebugType>full</DebugType>
  55. <PlatformTarget>AnyCPU</PlatformTarget>
  56. <ErrorReport>prompt</ErrorReport>
  57. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  58. <DocumentationFile>
  59. </DocumentationFile>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  62. <OutputPath>bin\Release\</OutputPath>
  63. <DefineConstants>TRACE</DefineConstants>
  64. <Optimize>true</Optimize>
  65. <PlatformTarget>AnyCPU</PlatformTarget>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. </PropertyGroup>
  69. <ItemGroup>
  70. <Reference Include="MediII.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\..\dll\MediII.Common.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=4.1.0.0, Culture=neutral, PublicKeyToken=e44a2bc38ed2c13c, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\..\dll\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Data">
  79. <HintPath>..\..\dll\Microsoft.Practices.EnterpriseLibrary.Data.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=e44a2bc38ed2c13c, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\..\dll\Microsoft.Practices.EnterpriseLibrary.Logging.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System" />
  86. <Reference Include="System.ComponentModel.Composition" />
  87. <Reference Include="System.Configuration" />
  88. <Reference Include="System.Core" />
  89. <Reference Include="System.Web.Extensions" />
  90. <Reference Include="System.Xml.Linq" />
  91. <Reference Include="System.Data.DataSetExtensions" />
  92. <Reference Include="Microsoft.CSharp" />
  93. <Reference Include="System.Data" />
  94. <Reference Include="System.Deployment" />
  95. <Reference Include="System.Drawing" />
  96. <Reference Include="System.Windows.Forms" />
  97. <Reference Include="System.Xml" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Compile Include="Program.cs" />
  101. <Compile Include="Properties\AssemblyInfo.cs" />
  102. <EmbeddedResource Include="Properties\Resources.resx">
  103. <Generator>ResXFileCodeGenerator</Generator>
  104. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  105. <SubType>Designer</SubType>
  106. </EmbeddedResource>
  107. <Compile Include="Properties\Resources.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Resources.resx</DependentUpon>
  110. <DesignTime>True</DesignTime>
  111. </Compile>
  112. <None Include="app.config">
  113. <SubType>Designer</SubType>
  114. </None>
  115. <None Include="Properties\Settings.settings">
  116. <Generator>SettingsSingleFileGenerator</Generator>
  117. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  118. </None>
  119. <Compile Include="Properties\Settings.Designer.cs">
  120. <AutoGen>True</AutoGen>
  121. <DependentUpon>Settings.settings</DependentUpon>
  122. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  123. </Compile>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  127. <Visible>False</Visible>
  128. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  129. <Install>true</Install>
  130. </BootstrapperPackage>
  131. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  132. <Visible>False</Visible>
  133. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  134. <Install>false</Install>
  135. </BootstrapperPackage>
  136. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  137. <Visible>False</Visible>
  138. <ProductName>.NET Framework 3.5 SP1</ProductName>
  139. <Install>false</Install>
  140. </BootstrapperPackage>
  141. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  142. <Visible>False</Visible>
  143. <ProductName>Windows Installer 4.5</ProductName>
  144. <Install>true</Install>
  145. </BootstrapperPackage>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <ProjectReference Include="..\..\Public\MediII.Adapter.Scan.Interface\MediII.Adapter.Scan.Interface.csproj">
  149. <Project>{4e8c6d0e-e696-4f02-812f-cedd6fe3f6dc}</Project>
  150. <Name>MediII.Adapter.Scan.Interface</Name>
  151. </ProjectReference>
  152. <ProjectReference Include="..\MediII.Adapter.Scanner\MediII.Adapter.Scanner.csproj">
  153. <Project>{0adddb14-b0f6-4d12-8025-5ec8124a511b}</Project>
  154. <Name>MediII.Adapter.Scanner</Name>
  155. </ProjectReference>
  156. </ItemGroup>
  157. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  158. <PropertyGroup>
  159. <PostBuildEvent>
  160. </PostBuildEvent>
  161. </PropertyGroup>
  162. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  163. Other similar extension points exist, see Microsoft.Common.targets.
  164. <Target Name="BeforeBuild">
  165. </Target>
  166. <Target Name="AfterBuild">
  167. </Target>
  168. -->
  169. </Project>