InvoiceLayout.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  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">
  93. <HintPath>..\..\DLL\zxing.dll</HintPath>
  94. </Reference>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="Classes\ItemChangedEventArgs.cs" />
  98. <Compile Include="Classes\ItemChangingEventArgs.cs" />
  99. <Compile Include="Classes\ItemSelectionChangedEventArgs.cs" />
  100. <Compile Include="Classes\ItemSelectionChangingEventArgs.cs" />
  101. <Compile Include="Classes\ItemValueFormattingEventArgs.cs" />
  102. <Compile Include="Controls\Common\LayoutBoxDataBinding.cs" />
  103. <Compile Include="Controls\Common\LayoutBoxPrintDataBinding.cs" />
  104. <Compile Include="Controls\Common\LayoutCommon.cs" />
  105. <Compile Include="Controls\Common\LayoutUtility.cs" />
  106. <Compile Include="Controls\ItemFrame.cs">
  107. <SubType>UserControl</SubType>
  108. </Compile>
  109. <Compile Include="Controls\ItemFrame.designer.cs">
  110. <DependentUpon>ItemFrame.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="Controls\PaperArea.cs">
  113. <SubType>UserControl</SubType>
  114. </Compile>
  115. <Compile Include="Controls\PaperArea.designer.cs">
  116. <DependentUpon>PaperArea.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="Controls\PaperBox.cs">
  119. <SubType>UserControl</SubType>
  120. </Compile>
  121. <Compile Include="Controls\PaperBox.designer.cs">
  122. <DependentUpon>PaperBox.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="DataModel\LayoutConsts.cs" />
  125. <Compile Include="DataModel\LayoutObjects.cs" />
  126. <Compile Include="DataModel\PropertyOfLayoutBox.cs" />
  127. <Compile Include="DataModel\TextRectangleF.cs" />
  128. <Compile Include="Dialogs\BackgroundSetting.cs">
  129. <SubType>Form</SubType>
  130. </Compile>
  131. <Compile Include="Dialogs\BackgroundSetting.designer.cs">
  132. <DependentUpon>BackgroundSetting.cs</DependentUpon>
  133. </Compile>
  134. <Compile Include="Dialogs\GraphicsItemSetting.cs">
  135. <SubType>Form</SubType>
  136. </Compile>
  137. <Compile Include="Dialogs\GraphicsItemSetting.designer.cs">
  138. <DependentUpon>GraphicsItemSetting.cs</DependentUpon>
  139. </Compile>
  140. <Compile Include="Dialogs\GridItemColumnSetting.cs">
  141. <SubType>Form</SubType>
  142. </Compile>
  143. <Compile Include="Dialogs\GridItemColumnSetting.designer.cs">
  144. <DependentUpon>GridItemColumnSetting.cs</DependentUpon>
  145. </Compile>
  146. <Compile Include="Dialogs\GridItemSetting.cs">
  147. <SubType>Form</SubType>
  148. </Compile>
  149. <Compile Include="Dialogs\GridItemSetting.designer.cs">
  150. <DependentUpon>GridItemSetting.cs</DependentUpon>
  151. </Compile>
  152. <Compile Include="Dialogs\ImageItemSetting.cs">
  153. <SubType>Form</SubType>
  154. </Compile>
  155. <Compile Include="Dialogs\ImageItemSetting.designer.cs">
  156. <DependentUpon>ImageItemSetting.cs</DependentUpon>
  157. </Compile>
  158. <Compile Include="Dialogs\PageNumItemSetting.cs">
  159. <SubType>Form</SubType>
  160. </Compile>
  161. <Compile Include="Dialogs\PageNumItemSetting.designer.cs">
  162. <DependentUpon>PageNumItemSetting.cs</DependentUpon>
  163. </Compile>
  164. <Compile Include="Dialogs\PaperAreaSetting.cs">
  165. <SubType>Form</SubType>
  166. </Compile>
  167. <Compile Include="Dialogs\PaperAreaSetting.designer.cs">
  168. <DependentUpon>PaperAreaSetting.cs</DependentUpon>
  169. </Compile>
  170. <Compile Include="Dialogs\PrintPreviewDialogEx\SR.cs" />
  171. <Compile Include="Dialogs\PrintPreviewDialogEx\SRCategoryAttribute.cs" />
  172. <Compile Include="Dialogs\PrintPreviewDialogEx\SRDescriptionAttribute.cs" />
  173. <Compile Include="Dialogs\Setting.cs">
  174. <SubType>Form</SubType>
  175. </Compile>
  176. <Compile Include="Dialogs\Setting.designer.cs">
  177. <DependentUpon>Setting.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="Dialogs\TextItemSetting.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="Dialogs\TextItemSetting.designer.cs">
  183. <DependentUpon>TextItemSetting.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="Dialogs\TotalTextItemSetting.cs">
  186. <SubType>Form</SubType>
  187. </Compile>
  188. <Compile Include="Dialogs\TotalTextItemSetting.designer.cs">
  189. <DependentUpon>TotalTextItemSetting.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="Items\DataGridItem\GridItem.cs" />
  192. <Compile Include="Items\DataGridItem\GridItemColumn.cs" />
  193. <Compile Include="Items\DataGridItem\GridItemColumnCollection.cs" />
  194. <Compile Include="Items\DataGridItem\PageNumItem.cs" />
  195. <Compile Include="Items\DataGridItem\TotalTextItem.cs" />
  196. <Compile Include="Items\EllipseItem.cs" />
  197. <Compile Include="Items\GraphicsItem.cs" />
  198. <Compile Include="Items\IBoundItem.cs" />
  199. <Compile Include="Items\ImageItem.cs" />
  200. <Compile Include="Items\LayoutItem.cs" />
  201. <Compile Include="Items\RectangleItem.cs" />
  202. <Compile Include="Items\TextItem.cs" />
  203. <Compile Include="LayoutBox.cs">
  204. <SubType>UserControl</SubType>
  205. </Compile>
  206. <Compile Include="LayoutBox.designer.cs">
  207. <DependentUpon>LayoutBox.cs</DependentUpon>
  208. </Compile>
  209. <Compile Include="Properties\AssemblyInfo.cs" />
  210. <Compile Include="Properties\Resources.Designer.cs">
  211. <AutoGen>True</AutoGen>
  212. <DesignTime>True</DesignTime>
  213. <DependentUpon>Resources.resx</DependentUpon>
  214. </Compile>
  215. </ItemGroup>
  216. <ItemGroup>
  217. <EmbeddedResource Include="Dialogs\BackgroundSetting.resx">
  218. <DependentUpon>BackgroundSetting.cs</DependentUpon>
  219. </EmbeddedResource>
  220. <EmbeddedResource Include="Dialogs\GraphicsItemSetting.resx">
  221. <DependentUpon>GraphicsItemSetting.cs</DependentUpon>
  222. </EmbeddedResource>
  223. <EmbeddedResource Include="Dialogs\GridItemColumnSetting.resx">
  224. <DependentUpon>GridItemColumnSetting.cs</DependentUpon>
  225. </EmbeddedResource>
  226. <EmbeddedResource Include="Dialogs\GridItemSetting.resx">
  227. <DependentUpon>GridItemSetting.cs</DependentUpon>
  228. </EmbeddedResource>
  229. <EmbeddedResource Include="Dialogs\ImageItemSetting.resx">
  230. <DependentUpon>ImageItemSetting.cs</DependentUpon>
  231. </EmbeddedResource>
  232. <EmbeddedResource Include="Dialogs\PageNumItemSetting.resx">
  233. <DependentUpon>PageNumItemSetting.cs</DependentUpon>
  234. </EmbeddedResource>
  235. <EmbeddedResource Include="Dialogs\PaperAreaSetting.resx">
  236. <DependentUpon>PaperAreaSetting.cs</DependentUpon>
  237. </EmbeddedResource>
  238. <EmbeddedResource Include="Dialogs\Setting.resx">
  239. <DependentUpon>Setting.cs</DependentUpon>
  240. </EmbeddedResource>
  241. <EmbeddedResource Include="Dialogs\TextItemSetting.resx">
  242. <DependentUpon>TextItemSetting.cs</DependentUpon>
  243. </EmbeddedResource>
  244. <EmbeddedResource Include="Dialogs\TotalTextItemSetting.resx">
  245. <DependentUpon>TotalTextItemSetting.cs</DependentUpon>
  246. </EmbeddedResource>
  247. <EmbeddedResource Include="LayoutBox.resx">
  248. <DependentUpon>LayoutBox.cs</DependentUpon>
  249. </EmbeddedResource>
  250. <EmbeddedResource Include="Properties\Resources.resx">
  251. <Generator>ResXFileCodeGenerator</Generator>
  252. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  253. </EmbeddedResource>
  254. </ItemGroup>
  255. <ItemGroup>
  256. <Content Include="Dll\Microsoft.VisualBasic.dll" />
  257. <Content Include="Dll\Microsoft.VisualBasic.PowerPacks.dll">
  258. </Content>
  259. <Content Include="Dll\Microsoft.VisualBasic.PowerPacks.Vs.dll" />
  260. <None Include="Resources\searchButton.png" />
  261. <None Include="Resources\print.png" />
  262. <None Include="Resources\previous.png" />
  263. <None Include="Resources\next.png" />
  264. <None Include="Resources\last.png" />
  265. <None Include="Resources\first.png" />
  266. <None Include="Resources\delete.png" />
  267. <None Include="Resources\bg.png" />
  268. <None Include="Resources\auto.png" />
  269. <EmbeddedResource Include="Resources\SYSFormat.xml" />
  270. <EmbeddedResource Include="Resources\SYSDefaultValue.xml" />
  271. </ItemGroup>
  272. <ItemGroup>
  273. <ProjectReference Include="..\Library\Library.csproj">
  274. <Project>{922d0f0f-01c2-4fa5-a4ad-00064232f455}</Project>
  275. <Name>Library</Name>
  276. </ProjectReference>
  277. <ProjectReference Include="..\WFControls\WFControls.csproj">
  278. <Project>{34c3d971-de12-44ea-9943-581c24860a84}</Project>
  279. <Name>WFControls</Name>
  280. </ProjectReference>
  281. </ItemGroup>
  282. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  283. <PropertyGroup>
  284. <PreBuildEvent>
  285. </PreBuildEvent>
  286. </PropertyGroup>
  287. <PropertyGroup>
  288. <PostBuildEvent>
  289. </PostBuildEvent>
  290. </PropertyGroup>
  291. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  292. Other similar extension points exist, see Microsoft.Common.targets.
  293. <Target Name="BeforeBuild">
  294. </Target>
  295. <Target Name="AfterBuild">
  296. </Target>
  297. -->
  298. </Project>