InvoiceLayout.csproj 12 KB

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