BarcodePrintService.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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>{31A876F7-CB0A-4BA7-A13C-69E864D10EA9}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Dongke.IBOSS.PRD.Service.BarcodePrintService</RootNamespace>
  11. <AssemblyName>BarcodePrintService</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <PlatformTarget>AnyCPU</PlatformTarget>
  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. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <StartupObject />
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  46. <DebugSymbols>true</DebugSymbols>
  47. <OutputPath>bin\x86\Debug\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE</DefineConstants>
  49. <DebugType>full</DebugType>
  50. <PlatformTarget>x86</PlatformTarget>
  51. <ErrorReport>prompt</ErrorReport>
  52. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  55. <OutputPath>bin\x86\Release\</OutputPath>
  56. <DefineConstants>TRACE</DefineConstants>
  57. <Optimize>true</Optimize>
  58. <DebugType>pdbonly</DebugType>
  59. <PlatformTarget>x86</PlatformTarget>
  60. <ErrorReport>prompt</ErrorReport>
  61. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  64. <DebugSymbols>true</DebugSymbols>
  65. <OutputPath>bin\x64\Debug\</OutputPath>
  66. <DefineConstants>DEBUG;TRACE</DefineConstants>
  67. <DebugType>full</DebugType>
  68. <PlatformTarget>x64</PlatformTarget>
  69. <ErrorReport>prompt</ErrorReport>
  70. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  73. <OutputPath>bin\x64\Release\</OutputPath>
  74. <DefineConstants>TRACE</DefineConstants>
  75. <Optimize>true</Optimize>
  76. <DebugType>pdbonly</DebugType>
  77. <PlatformTarget>x64</PlatformTarget>
  78. <ErrorReport>prompt</ErrorReport>
  79. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  80. </PropertyGroup>
  81. <ItemGroup>
  82. <Compile Include="BarcodePrintLogic.cs" />
  83. <Compile Include="InvoiceLayoutPrinter.cs" />
  84. <Compile Include="Properties\AssemblyInfo.cs" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Reference Include="Curtain.Core">
  88. <HintPath>..\..\DLL\Curtain.Core.dll</HintPath>
  89. </Reference>
  90. <Reference Include="Curtain.DataAccess">
  91. <HintPath>..\..\DLL\Curtain.DataAccess.dll</HintPath>
  92. </Reference>
  93. <Reference Include="Curtain.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>..\..\DLL\Curtain.Framework.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  98. <SpecificVersion>False</SpecificVersion>
  99. <HintPath>..\..\DLL\Newtonsoft.Json.dll</HintPath>
  100. </Reference>
  101. <Reference Include="Oracle.ManagedDataAccess">
  102. <HintPath>..\..\DLL\Oracle.ManagedDataAccess.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System" />
  105. <Reference Include="System.Data" />
  106. <Reference Include="System.Data.DataSetExtensions" />
  107. <Reference Include="System.Drawing" />
  108. <Reference Include="System.Windows.Forms" />
  109. <Reference Include="System.XML" />
  110. <Reference Include="zxing">
  111. <HintPath>..\..\DLL\zxing.dll</HintPath>
  112. </Reference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  116. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  117. <Name>BaseResources</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="..\..\DK.Basics\DataAccess\DataAccess.csproj">
  120. <Project>{d0492c0b-7b65-4d8f-8ea5-bc0570e19050}</Project>
  121. <Name>DataAccess</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\..\DK.Basics\Library\Library.csproj">
  124. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  125. <Name>Library</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  128. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  129. <Name>WCF.DataModels</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="..\InvoiceLayout\InvoiceLayout.csproj">
  132. <Project>{440b03e6-474c-439a-af83-900a01a57abe}</Project>
  133. <Name>InvoiceLayout</Name>
  134. </ProjectReference>
  135. <ProjectReference Include="..\Service.DataModels\Service.DataModels.csproj">
  136. <Project>{16c72702-c162-4cd3-9ccc-40b9d8491ccd}</Project>
  137. <Name>Service.DataModels</Name>
  138. </ProjectReference>
  139. </ItemGroup>
  140. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  141. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  142. Other similar extension points exist, see Microsoft.Common.targets.
  143. <Target Name="BeforeBuild">
  144. </Target>
  145. <Target Name="AfterBuild">
  146. </Target>
  147. -->
  148. </Project>