InvoiceLayout.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{2F6FE234-9A61-4D2D-A951-547B492E9A44}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Dongke.WinForm.Controls.InvoiceLayout</RootNamespace>
  12. <AssemblyName>InvoiceLayout</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. <TargetFrameworkProfile />
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <DocumentationFile>
  34. </DocumentationFile>
  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 Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  45. <DebugSymbols>true</DebugSymbols>
  46. <OutputPath>bin\x86\Debug\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE</DefineConstants>
  48. <DebugType>full</DebugType>
  49. <PlatformTarget>x86</PlatformTarget>
  50. <ErrorReport>prompt</ErrorReport>
  51. <DocumentationFile>
  52. </DocumentationFile>
  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. </PropertyGroup>
  62. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  63. <DebugSymbols>true</DebugSymbols>
  64. <OutputPath>bin\x64\Debug\</OutputPath>
  65. <DefineConstants>DEBUG;TRACE</DefineConstants>
  66. <DebugType>full</DebugType>
  67. <PlatformTarget>x64</PlatformTarget>
  68. <ErrorReport>prompt</ErrorReport>
  69. </PropertyGroup>
  70. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  71. <OutputPath>bin\x64\Release\</OutputPath>
  72. <DefineConstants>TRACE</DefineConstants>
  73. <Optimize>true</Optimize>
  74. <DebugType>pdbonly</DebugType>
  75. <PlatformTarget>x64</PlatformTarget>
  76. <ErrorReport>prompt</ErrorReport>
  77. </PropertyGroup>
  78. <ItemGroup>
  79. <Reference Include="Curtain.Framework">
  80. <HintPath>..\..\DLL\Curtain.Framework.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Microsoft.VisualBasic.PowerPacks, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  83. <Reference Include="System" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Windows.Forms" />
  87. <Reference Include="System.XML" />
  88. <Reference Include="Utilities, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  89. <SpecificVersion>False</SpecificVersion>
  90. <HintPath>..\..\DLL\Utilities.dll</HintPath>
  91. </Reference>
  92. <Reference Include="zxing, Version=0.16.9.0, Culture=neutral, PublicKeyToken=4e88037ac681fe60, processorArchitecture=MSIL">
  93. <SpecificVersion>False</SpecificVersion>
  94. <HintPath>..\..\DLL\zxing.dll</HintPath>
  95. </Reference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Compile Include="Barcode\Core\Core.cs" />
  99. <Compile Include="Barcode\Core\DrawingOptions.cs" />
  100. <Compile Include="Barcode\ImageHelper.cs" />
  101. <Compile Include="Barcode\OneD\OneDData.cs" />
  102. <Compile Include="Barcode\OneD\OneDDrawingOptions.cs" />
  103. <Compile Include="Barcode\OneD\OneDFormat.cs" />
  104. <Compile Include="Barcode\OneD\OneDHelper.cs" />
  105. <Compile Include="Barcode\QRCode\QRCodeData.cs" />
  106. <Compile Include="Barcode\QRCode\QRCodeDrawingOptions.cs" />
  107. <Compile Include="Barcode\QRCode\QRCodeEncodingOptions.cs" />
  108. <Compile Include="Barcode\QRCode\QRCodeHelper.cs" />
  109. <Compile Include="Barcode\QRCode\QRECLevel.cs" />
  110. <Compile Include="Classes\ItemChangedEventArgs.cs" />
  111. <Compile Include="Classes\ItemChangingEventArgs.cs" />
  112. <Compile Include="Classes\ItemSelectionChangedEventArgs.cs" />
  113. <Compile Include="Classes\ItemSelectionChangingEventArgs.cs" />
  114. <Compile Include="Classes\ItemValueFormattingEventArgs.cs" />
  115. <Compile Include="Controls\Common\LayoutBoxDataBinding.cs" />
  116. <Compile Include="Controls\Common\LayoutBoxPrintDataBinding.cs" />
  117. <Compile Include="Controls\Common\LayoutCommon.cs" />
  118. <Compile Include="Controls\Common\LayoutUtility.cs" />
  119. <Compile Include="Controls\ItemFrame.cs" />
  120. <Compile Include="Controls\ItemFrame.designer.cs">
  121. <DependentUpon>ItemFrame.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="Controls\PaperArea.cs" />
  124. <Compile Include="Controls\PaperArea.designer.cs">
  125. <DependentUpon>PaperArea.cs</DependentUpon>
  126. </Compile>
  127. <Compile Include="Controls\PaperBox.cs" />
  128. <Compile Include="Controls\PaperBox.designer.cs">
  129. <DependentUpon>PaperBox.cs</DependentUpon>
  130. </Compile>
  131. <Compile Include="DataModel\LayoutConsts.cs" />
  132. <Compile Include="DataModel\LayoutObjects.cs" />
  133. <Compile Include="DataModel\PropertyOfLayoutBox.cs" />
  134. <Compile Include="DataModel\TextRectangleF.cs" />
  135. <Compile Include="Dialogs\BackgroundSetting.cs" />
  136. <Compile Include="Dialogs\BackgroundSetting.designer.cs">
  137. <DependentUpon>BackgroundSetting.cs</DependentUpon>
  138. </Compile>
  139. <Compile Include="Dialogs\GraphicsItemSetting.cs" />
  140. <Compile Include="Dialogs\GraphicsItemSetting.designer.cs">
  141. <DependentUpon>GraphicsItemSetting.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="Dialogs\GridItemColumnSetting.cs" />
  144. <Compile Include="Dialogs\GridItemColumnSetting.designer.cs">
  145. <DependentUpon>GridItemColumnSetting.cs</DependentUpon>
  146. </Compile>
  147. <Compile Include="Dialogs\GridItemSetting.cs" />
  148. <Compile Include="Dialogs\GridItemSetting.designer.cs">
  149. <DependentUpon>GridItemSetting.cs</DependentUpon>
  150. </Compile>
  151. <Compile Include="Dialogs\ImageItemSetting.cs" />
  152. <Compile Include="Dialogs\ImageItemSetting.designer.cs">
  153. <DependentUpon>ImageItemSetting.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="Dialogs\PageNumItemSetting.cs" />
  156. <Compile Include="Dialogs\PageNumItemSetting.designer.cs">
  157. <DependentUpon>PageNumItemSetting.cs</DependentUpon>
  158. </Compile>
  159. <Compile Include="Dialogs\PaperAreaSetting.cs" />
  160. <Compile Include="Dialogs\PaperAreaSetting.designer.cs">
  161. <DependentUpon>PaperAreaSetting.cs</DependentUpon>
  162. </Compile>
  163. <Compile Include="Dialogs\PrintPreviewDialogEx\SR.cs" />
  164. <Compile Include="Dialogs\PrintPreviewDialogEx\SRCategoryAttribute.cs" />
  165. <Compile Include="Dialogs\PrintPreviewDialogEx\SRDescriptionAttribute.cs" />
  166. <Compile Include="Dialogs\Setting.cs" />
  167. <Compile Include="Dialogs\Setting.designer.cs">
  168. <DependentUpon>Setting.cs</DependentUpon>
  169. </Compile>
  170. <Compile Include="Dialogs\TextItemSetting.cs" />
  171. <Compile Include="Dialogs\TextItemSetting.designer.cs">
  172. <DependentUpon>TextItemSetting.cs</DependentUpon>
  173. </Compile>
  174. <Compile Include="Dialogs\TotalTextItemSetting.cs" />
  175. <Compile Include="Dialogs\TotalTextItemSetting.designer.cs">
  176. <DependentUpon>TotalTextItemSetting.cs</DependentUpon>
  177. </Compile>
  178. <Compile Include="DipClass.cs" />
  179. <Compile Include="Items\DataGridItem\GridItem.cs" />
  180. <Compile Include="Items\DataGridItem\GridItemColumn.cs" />
  181. <Compile Include="Items\DataGridItem\GridItemColumnCollection.cs" />
  182. <Compile Include="Items\DataGridItem\PageNumItem.cs" />
  183. <Compile Include="Items\DataGridItem\TotalTextItem.cs" />
  184. <Compile Include="Items\EllipseItem.cs" />
  185. <Compile Include="Items\GraphicsItem.cs" />
  186. <Compile Include="Items\IBoundItem.cs" />
  187. <Compile Include="Items\ImageItem.cs" />
  188. <Compile Include="Items\LayoutItem.cs" />
  189. <Compile Include="Items\RectangleItem.cs" />
  190. <Compile Include="Items\TextItem.cs" />
  191. <Compile Include="LayoutBox.cs" />
  192. <Compile Include="LayoutBox.designer.cs">
  193. <DependentUpon>LayoutBox.cs</DependentUpon>
  194. </Compile>
  195. <Compile Include="Properties\AssemblyInfo.cs" />
  196. <Compile Include="Properties\Resources.Designer.cs">
  197. <AutoGen>True</AutoGen>
  198. <DesignTime>True</DesignTime>
  199. <DependentUpon>Resources.resx</DependentUpon>
  200. </Compile>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <EmbeddedResource Include="Dialogs\BackgroundSetting.resx">
  204. <DependentUpon>BackgroundSetting.cs</DependentUpon>
  205. </EmbeddedResource>
  206. <EmbeddedResource Include="Dialogs\GraphicsItemSetting.resx">
  207. <DependentUpon>GraphicsItemSetting.cs</DependentUpon>
  208. </EmbeddedResource>
  209. <EmbeddedResource Include="Dialogs\GridItemColumnSetting.resx">
  210. <DependentUpon>GridItemColumnSetting.cs</DependentUpon>
  211. </EmbeddedResource>
  212. <EmbeddedResource Include="Dialogs\GridItemSetting.resx">
  213. <DependentUpon>GridItemSetting.cs</DependentUpon>
  214. </EmbeddedResource>
  215. <EmbeddedResource Include="Dialogs\ImageItemSetting.resx">
  216. <DependentUpon>ImageItemSetting.cs</DependentUpon>
  217. </EmbeddedResource>
  218. <EmbeddedResource Include="Dialogs\PageNumItemSetting.resx">
  219. <DependentUpon>PageNumItemSetting.cs</DependentUpon>
  220. </EmbeddedResource>
  221. <EmbeddedResource Include="Dialogs\PaperAreaSetting.resx">
  222. <DependentUpon>PaperAreaSetting.cs</DependentUpon>
  223. </EmbeddedResource>
  224. <EmbeddedResource Include="Dialogs\Setting.resx">
  225. <DependentUpon>Setting.cs</DependentUpon>
  226. </EmbeddedResource>
  227. <EmbeddedResource Include="Dialogs\TextItemSetting.resx">
  228. <DependentUpon>TextItemSetting.cs</DependentUpon>
  229. </EmbeddedResource>
  230. <EmbeddedResource Include="Dialogs\TotalTextItemSetting.resx">
  231. <DependentUpon>TotalTextItemSetting.cs</DependentUpon>
  232. </EmbeddedResource>
  233. <EmbeddedResource Include="LayoutBox.resx">
  234. <DependentUpon>LayoutBox.cs</DependentUpon>
  235. </EmbeddedResource>
  236. <EmbeddedResource Include="Properties\Resources.resx">
  237. <Generator>ResXFileCodeGenerator</Generator>
  238. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  239. </EmbeddedResource>
  240. </ItemGroup>
  241. <ItemGroup>
  242. <Content Include="Dll\Microsoft.VisualBasic.dll" />
  243. <Content Include="Dll\Microsoft.VisualBasic.PowerPacks.dll">
  244. </Content>
  245. <Content Include="Dll\Microsoft.VisualBasic.PowerPacks.Vs.dll" />
  246. <None Include="Resources\searchButton.png" />
  247. <None Include="Resources\print.png" />
  248. <None Include="Resources\previous.png" />
  249. <None Include="Resources\next.png" />
  250. <None Include="Resources\last.png" />
  251. <None Include="Resources\first.png" />
  252. <None Include="Resources\delete.png" />
  253. <None Include="Resources\bg.png" />
  254. <None Include="Resources\auto.png" />
  255. <EmbeddedResource Include="Resources\SYSFormat.xml" />
  256. <EmbeddedResource Include="Resources\SYSDefaultValue.xml" />
  257. </ItemGroup>
  258. <ItemGroup>
  259. <ProjectReference Include="..\Library\Library.csproj">
  260. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  261. <Name>Library</Name>
  262. </ProjectReference>
  263. <ProjectReference Include="..\WFControls\WFControls.csproj">
  264. <Project>{34c3d971-de12-44ea-9943-581c24860a84}</Project>
  265. <Name>WFControls</Name>
  266. </ProjectReference>
  267. </ItemGroup>
  268. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  269. <PropertyGroup>
  270. <PreBuildEvent>
  271. </PreBuildEvent>
  272. </PropertyGroup>
  273. <PropertyGroup>
  274. <PostBuildEvent>
  275. </PostBuildEvent>
  276. </PropertyGroup>
  277. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  278. Other similar extension points exist, see Microsoft.Common.targets.
  279. <Target Name="BeforeBuild">
  280. </Target>
  281. <Target Name="AfterBuild">
  282. </Target>
  283. -->
  284. </Project>