Нет описания

BulkPrinting.csproj 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{17126A58-EAA0-4518-B2BC-58D98581B031}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>BulkPrinting</RootNamespace>
  10. <AssemblyName>BulkPrinting</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <TargetFrameworkProfile />
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <PublishUrl>D:\BPSetup\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <TargetCulture>en-ZA</TargetCulture>
  27. <ProductName>Bulk Printing</ProductName>
  28. <PublisherName>R-Group</PublisherName>
  29. <ApplicationRevision>9</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <CreateDesktopShortcut>true</CreateDesktopShortcut>
  33. <PublishWizardCompleted>true</PublishWizardCompleted>
  34. <BootstrapperEnabled>true</BootstrapperEnabled>
  35. <NuGetPackageImportStamp>
  36. </NuGetPackageImportStamp>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  39. <PlatformTarget>AnyCPU</PlatformTarget>
  40. <DebugSymbols>true</DebugSymbols>
  41. <DebugType>full</DebugType>
  42. <Optimize>false</Optimize>
  43. <OutputPath>bin\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <Prefer32Bit>true</Prefer32Bit>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  50. <PlatformTarget>AnyCPU</PlatformTarget>
  51. <DebugType>pdbonly</DebugType>
  52. <Optimize>true</Optimize>
  53. <OutputPath>bin\Release\</OutputPath>
  54. <DefineConstants>TRACE</DefineConstants>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <Prefer32Bit>false</Prefer32Bit>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  60. <DebugSymbols>true</DebugSymbols>
  61. <OutputPath>bin\x64\Debug\</OutputPath>
  62. <DefineConstants>DEBUG;TRACE</DefineConstants>
  63. <DebugType>full</DebugType>
  64. <PlatformTarget>x64</PlatformTarget>
  65. <ErrorReport>prompt</ErrorReport>
  66. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  67. <Prefer32Bit>true</Prefer32Bit>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  70. <OutputPath>bin\x64\Release\</OutputPath>
  71. <DefineConstants>TRACE</DefineConstants>
  72. <Optimize>true</Optimize>
  73. <DebugType>pdbonly</DebugType>
  74. <PlatformTarget>x64</PlatformTarget>
  75. <ErrorReport>prompt</ErrorReport>
  76. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  77. <Prefer32Bit>true</Prefer32Bit>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  80. <DebugSymbols>true</DebugSymbols>
  81. <OutputPath>bin\x86\Debug\</OutputPath>
  82. <DefineConstants>DEBUG;TRACE</DefineConstants>
  83. <DebugType>full</DebugType>
  84. <PlatformTarget>x86</PlatformTarget>
  85. <ErrorReport>prompt</ErrorReport>
  86. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  87. <Prefer32Bit>true</Prefer32Bit>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  90. <OutputPath>bin\x86\Release\</OutputPath>
  91. <DefineConstants>TRACE</DefineConstants>
  92. <Optimize>true</Optimize>
  93. <DebugType>pdbonly</DebugType>
  94. <PlatformTarget>x86</PlatformTarget>
  95. <ErrorReport>prompt</ErrorReport>
  96. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  97. <Prefer32Bit>true</Prefer32Bit>
  98. </PropertyGroup>
  99. <PropertyGroup>
  100. <ApplicationIcon>r_g_bulk_icon.ico</ApplicationIcon>
  101. </PropertyGroup>
  102. <PropertyGroup>
  103. <ManifestCertificateThumbprint>7338156801DC312C589B984DC4B6B09D535C6AE9</ManifestCertificateThumbprint>
  104. </PropertyGroup>
  105. <PropertyGroup>
  106. <ManifestKeyFile>BulkPrinting_TemporaryKey.pfx</ManifestKeyFile>
  107. </PropertyGroup>
  108. <PropertyGroup>
  109. <GenerateManifests>true</GenerateManifests>
  110. </PropertyGroup>
  111. <PropertyGroup>
  112. <SignManifests>true</SignManifests>
  113. </PropertyGroup>
  114. <ItemGroup>
  115. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  116. <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
  117. </Reference>
  118. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  119. <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  120. </Reference>
  121. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  122. <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System" />
  125. <Reference Include="System.ComponentModel.DataAnnotations" />
  126. <Reference Include="System.Core" />
  127. <Reference Include="System.Data.SQLite, Version=1.0.106.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  128. <HintPath>..\packages\System.Data.SQLite.Core.1.0.106.0\lib\net46\System.Data.SQLite.dll</HintPath>
  129. </Reference>
  130. <Reference Include="System.Data.SQLite.EF6, Version=1.0.106.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  131. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.106.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
  132. </Reference>
  133. <Reference Include="System.Data.SQLite.Linq, Version=1.0.106.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  134. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.106.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
  135. </Reference>
  136. <Reference Include="System.Management" />
  137. <Reference Include="System.Xml.Linq" />
  138. <Reference Include="System.Data.DataSetExtensions" />
  139. <Reference Include="Microsoft.CSharp" />
  140. <Reference Include="System.Data" />
  141. <Reference Include="System.Deployment" />
  142. <Reference Include="System.Drawing" />
  143. <Reference Include="System.Net.Http" />
  144. <Reference Include="System.Windows.Forms" />
  145. <Reference Include="System.Xml" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <Compile Include="Configuration.cs" />
  149. <Compile Include="ExportForm.cs">
  150. <SubType>Form</SubType>
  151. </Compile>
  152. <Compile Include="ExportForm.Designer.cs">
  153. <DependentUpon>ExportForm.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="Globals.cs" />
  156. <Compile Include="Migrations.cs" />
  157. <Compile Include="ObservedForm.cs">
  158. <SubType>Form</SubType>
  159. </Compile>
  160. <Compile Include="OrderReport.cs">
  161. <SubType>Form</SubType>
  162. </Compile>
  163. <Compile Include="OrderReport.Designer.cs">
  164. <DependentUpon>OrderReport.cs</DependentUpon>
  165. </Compile>
  166. <Compile Include="PasswordPrompt.cs">
  167. <SubType>Form</SubType>
  168. </Compile>
  169. <Compile Include="PasswordPrompt.Designer.cs">
  170. <DependentUpon>PasswordPrompt.cs</DependentUpon>
  171. </Compile>
  172. <Compile Include="PrintAlignmentDialog.cs">
  173. <SubType>Form</SubType>
  174. </Compile>
  175. <Compile Include="PrintAlignmentDialog.Designer.cs">
  176. <DependentUpon>PrintAlignmentDialog.cs</DependentUpon>
  177. </Compile>
  178. <Compile Include="Printer.cs" />
  179. <Compile Include="Properties\Resources.Designer.cs">
  180. <AutoGen>True</AutoGen>
  181. <DesignTime>True</DesignTime>
  182. <DependentUpon>Resources.resx</DependentUpon>
  183. </Compile>
  184. <Compile Include="ReprintForm.cs">
  185. <SubType>Form</SubType>
  186. </Compile>
  187. <Compile Include="ReprintForm.Designer.cs">
  188. <DependentUpon>ReprintForm.cs</DependentUpon>
  189. </Compile>
  190. <Compile Include="PrintForm.cs">
  191. <SubType>Form</SubType>
  192. </Compile>
  193. <Compile Include="PrintForm.Designer.cs">
  194. <DependentUpon>PrintForm.cs</DependentUpon>
  195. </Compile>
  196. <Compile Include="ProgressDialog.cs">
  197. <SubType>Form</SubType>
  198. </Compile>
  199. <Compile Include="ProgressDialog.Designer.cs">
  200. <DependentUpon>ProgressDialog.cs</DependentUpon>
  201. </Compile>
  202. <Compile Include="Utility.cs" />
  203. <Compile Include="Models.cs" />
  204. <Compile Include="OrderForm.cs">
  205. <SubType>Form</SubType>
  206. </Compile>
  207. <Compile Include="OrderForm.Designer.cs">
  208. <DependentUpon>OrderForm.cs</DependentUpon>
  209. </Compile>
  210. <Compile Include="BatchForm.cs">
  211. <SubType>Form</SubType>
  212. </Compile>
  213. <Compile Include="BatchForm.Designer.cs">
  214. <DependentUpon>BatchForm.cs</DependentUpon>
  215. </Compile>
  216. <Compile Include="Program.cs" />
  217. <Compile Include="Properties\AssemblyInfo.cs" />
  218. <Compile Include="UserLoginForm.cs">
  219. <SubType>Form</SubType>
  220. </Compile>
  221. <Compile Include="UserLoginForm.Designer.cs">
  222. <DependentUpon>UserLoginForm.cs</DependentUpon>
  223. </Compile>
  224. <Compile Include="VoucherForm.cs">
  225. <SubType>Form</SubType>
  226. </Compile>
  227. <Compile Include="VoucherForm.Designer.cs">
  228. <DependentUpon>VoucherForm.cs</DependentUpon>
  229. </Compile>
  230. <EmbeddedResource Include="ExportForm.resx">
  231. <DependentUpon>ExportForm.cs</DependentUpon>
  232. </EmbeddedResource>
  233. <EmbeddedResource Include="ObservedForm.resx">
  234. <DependentUpon>ObservedForm.cs</DependentUpon>
  235. </EmbeddedResource>
  236. <EmbeddedResource Include="OrderForm.resx">
  237. <DependentUpon>OrderForm.cs</DependentUpon>
  238. </EmbeddedResource>
  239. <EmbeddedResource Include="OrderReport.resx">
  240. <DependentUpon>OrderReport.cs</DependentUpon>
  241. </EmbeddedResource>
  242. <EmbeddedResource Include="PasswordPrompt.resx">
  243. <DependentUpon>PasswordPrompt.cs</DependentUpon>
  244. </EmbeddedResource>
  245. <EmbeddedResource Include="PrintAlignmentDialog.resx">
  246. <DependentUpon>PrintAlignmentDialog.cs</DependentUpon>
  247. </EmbeddedResource>
  248. <EmbeddedResource Include="BatchForm.resx">
  249. <DependentUpon>BatchForm.cs</DependentUpon>
  250. </EmbeddedResource>
  251. <EmbeddedResource Include="ReprintForm.resx">
  252. <DependentUpon>ReprintForm.cs</DependentUpon>
  253. </EmbeddedResource>
  254. <EmbeddedResource Include="PrintForm.resx">
  255. <DependentUpon>PrintForm.cs</DependentUpon>
  256. </EmbeddedResource>
  257. <EmbeddedResource Include="ProgressDialog.resx">
  258. <DependentUpon>ProgressDialog.cs</DependentUpon>
  259. </EmbeddedResource>
  260. <EmbeddedResource Include="Properties\Resources.resx">
  261. <Generator>ResXFileCodeGenerator</Generator>
  262. <SubType>Designer</SubType>
  263. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  264. </EmbeddedResource>
  265. <EmbeddedResource Include="UserLoginForm.resx">
  266. <DependentUpon>UserLoginForm.cs</DependentUpon>
  267. </EmbeddedResource>
  268. <EmbeddedResource Include="VoucherForm.resx">
  269. <DependentUpon>VoucherForm.cs</DependentUpon>
  270. </EmbeddedResource>
  271. <None Include="BulkPrinting_TemporaryKey.pfx" />
  272. <None Include="packages.config" />
  273. <None Include="Properties\Settings.settings">
  274. <Generator>SettingsSingleFileGenerator</Generator>
  275. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  276. </None>
  277. <Compile Include="Properties\Settings.Designer.cs">
  278. <AutoGen>True</AutoGen>
  279. <DependentUpon>Settings.settings</DependentUpon>
  280. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  281. </Compile>
  282. </ItemGroup>
  283. <ItemGroup>
  284. <None Include="App.config" />
  285. </ItemGroup>
  286. <ItemGroup>
  287. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  288. <Visible>False</Visible>
  289. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 and x64%29</ProductName>
  290. <Install>true</Install>
  291. </BootstrapperPackage>
  292. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  293. <Visible>False</Visible>
  294. <ProductName>.NET Framework 3.5 SP1</ProductName>
  295. <Install>false</Install>
  296. </BootstrapperPackage>
  297. </ItemGroup>
  298. <ItemGroup>
  299. <None Include="Resources\Asset 901 clear.png" />
  300. </ItemGroup>
  301. <ItemGroup>
  302. <None Include="Resources\Asset 101 clear.png" />
  303. </ItemGroup>
  304. <ItemGroup>
  305. <None Include="Resources\Asset 201 clear.png" />
  306. </ItemGroup>
  307. <ItemGroup>
  308. <None Include="Resources\Asset 301 clear.png" />
  309. </ItemGroup>
  310. <ItemGroup>
  311. <None Include="Resources\Asset 401 clear.png" />
  312. </ItemGroup>
  313. <ItemGroup>
  314. <None Include="Resources\Asset 501 clear.png" />
  315. </ItemGroup>
  316. <ItemGroup>
  317. <None Include="Resources\Asset 601 clear.png" />
  318. </ItemGroup>
  319. <ItemGroup>
  320. <None Include="Resources\Asset 701.png" />
  321. </ItemGroup>
  322. <ItemGroup>
  323. <None Include="Resources\Asset 701 clear.png" />
  324. </ItemGroup>
  325. <ItemGroup>
  326. <None Include="Resources\Asset 801 clear.png" />
  327. </ItemGroup>
  328. <ItemGroup>
  329. <None Include="Resources\whitedown.png" />
  330. </ItemGroup>
  331. <ItemGroup>
  332. <None Include="Resources\whiteup.png" />
  333. </ItemGroup>
  334. <ItemGroup>
  335. <None Include="Resources\r_g_bulk_icon.png" />
  336. </ItemGroup>
  337. <ItemGroup>
  338. <None Include="Resources\rgroup_bulk_print_app_260x70.jpg" />
  339. </ItemGroup>
  340. <ItemGroup>
  341. <Content Include="r_g_bulk_icon.ico" />
  342. <Content Include="SQLite.Interop.dll">
  343. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  344. </Content>
  345. </ItemGroup>
  346. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  347. <Import Project="..\packages\System.Data.SQLite.Core.1.0.106.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.106.0\build\net46\System.Data.SQLite.Core.targets')" />
  348. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  349. <PropertyGroup>
  350. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  351. </PropertyGroup>
  352. <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.106.0\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.106.0\build\net46\System.Data.SQLite.Core.targets'))" />
  353. </Target>
  354. </Project>