root/tags/BazaReklam_1.2.9/Baza Reklam.csproj

Wersja 996, 35.4 KB (wprowadzona przez Sylwek, 16 years temu)

Re #238, #239

Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>9.0.30729</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{BBBFA978-486C-4BE9-88C7-F24C0496D0FC}</ProjectGuid>
8    <OutputType>WinExe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>Baza_Reklam</RootNamespace>
11    <AssemblyName>Baza Reklam</AssemblyName>
12    <ApplicationIcon>Resources\br.ico</ApplicationIcon>
13    <ManifestCertificateThumbprint>056FE3A26AB338C7EF38953FC5E38316E34F40A8</ManifestCertificateThumbprint>
14    <ManifestKeyFile>Baza Reklam_TemporaryKey.pfx</ManifestKeyFile>
15    <GenerateManifests>true</GenerateManifests>
16    <SignManifests>true</SignManifests>
17    <IsWebBootstrapper>true</IsWebBootstrapper>
18    <FileUpgradeFlags>
19    </FileUpgradeFlags>
20    <OldToolsVersion>2.0</OldToolsVersion>
21    <UpgradeBackupLocation>
22    </UpgradeBackupLocation>
23    <PublishUrl>C:\CT\BazaReklam_ClickOnce\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Web</InstallFrom>
26    <UpdateEnabled>true</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <InstallUrl>http://www.infocity.pl/baza_reklam/install/</InstallUrl>
34    <SupportUrl>http://www.infocity.pl/baza_reklam/instrukcja.htm</SupportUrl>
35    <TargetCulture>pl-PL</TargetCulture>
36    <ProductName>Baza Reklam</ProductName>
37    <PublisherName>AACT</PublisherName>
38    <WebPage>index.htm</WebPage>
39    <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
40    <ApplicationRevision>0</ApplicationRevision>
41    <ApplicationVersion>1.2.9.0</ApplicationVersion>
42    <UseApplicationTrust>false</UseApplicationTrust>
43    <BootstrapperEnabled>false</BootstrapperEnabled>
44  </PropertyGroup>
45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
46    <DebugSymbols>true</DebugSymbols>
47    <DebugType>full</DebugType>
48    <Optimize>false</Optimize>
49    <OutputPath>bin\Debug\</OutputPath>
50    <DefineConstants>DEBUG;TRACE</DefineConstants>
51    <ErrorReport>prompt</ErrorReport>
52    <WarningLevel>4</WarningLevel>
53  </PropertyGroup>
54  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
55    <DebugType>pdbonly</DebugType>
56    <Optimize>true</Optimize>
57    <OutputPath>bin\Release\</OutputPath>
58    <DefineConstants>TRACE</DefineConstants>
59    <ErrorReport>prompt</ErrorReport>
60    <WarningLevel>4</WarningLevel>
61  </PropertyGroup>
62  <ItemGroup>
63    <Reference Include="Interop.Excel, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
64      <SpecificVersion>False</SpecificVersion>
65      <HintPath>..\lib\Interop.Excel.dll</HintPath>
66    </Reference>
67    <Reference Include="Interop.Word, Version=8.1.0.0, Culture=neutral, processorArchitecture=MSIL">
68      <SpecificVersion>False</SpecificVersion>
69      <HintPath>..\lib\Interop.Word.dll</HintPath>
70    </Reference>
71    <Reference Include="Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
72    <Reference Include="Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
73    <Reference Include="System" />
74    <Reference Include="System.configuration" />
75    <Reference Include="System.Data" />
76    <Reference Include="System.Deployment" />
77    <Reference Include="System.Drawing" />
78    <Reference Include="System.EnterpriseServices" />
79    <Reference Include="System.Web" />
80    <Reference Include="System.Web.Services" />
81    <Reference Include="System.Windows.Forms" />
82    <Reference Include="System.Xml" />
83  </ItemGroup>
84  <ItemGroup>
85    <Compile Include="About.cs">
86      <SubType>Form</SubType>
87    </Compile>
88    <Compile Include="About.Designer.cs">
89      <DependentUpon>About.cs</DependentUpon>
90    </Compile>
91    <Compile Include="AddClient.cs">
92      <SubType>Form</SubType>
93    </Compile>
94    <Compile Include="AddClient.Designer.cs">
95      <DependentUpon>AddClient.cs</DependentUpon>
96    </Compile>
97    <Compile Include="AddKontoForm.cs">
98      <SubType>Form</SubType>
99    </Compile>
100    <Compile Include="AddKontoForm.Designer.cs">
101      <DependentUpon>AddKontoForm.cs</DependentUpon>
102    </Compile>
103    <Compile Include="AddZamowienieForm.cs">
104      <SubType>Form</SubType>
105    </Compile>
106    <Compile Include="AddZamowienieForm.Designer.cs">
107      <DependentUpon>AddZamowienieForm.cs</DependentUpon>
108    </Compile>
109    <Compile Include="AdminForm.cs">
110      <SubType>Form</SubType>
111    </Compile>
112    <Compile Include="AdminForm.Designer.cs">
113      <DependentUpon>AdminForm.cs</DependentUpon>
114    </Compile>
115    <Compile Include="AgencjaAddForm.cs">
116      <SubType>Form</SubType>
117    </Compile>
118    <Compile Include="AgencjaAddForm.Designer.cs">
119      <DependentUpon>AgencjaAddForm.cs</DependentUpon>
120    </Compile>
121    <Compile Include="CenaEmisji.cs">
122      <SubType>Form</SubType>
123    </Compile>
124    <Compile Include="CenaEmisji.Designer.cs">
125      <DependentUpon>CenaEmisji.cs</DependentUpon>
126    </Compile>
127    <Compile Include="Classes\BoundItem.cs" />
128    <Compile Include="Classes\DBBindings.cs" />
129    <Compile Include="Classes\EmailSender.cs" />
130    <Compile Include="Classes\Helpers\AdHelper.cs" />
131    <Compile Include="Classes\Helpers\ComboBoxHelper.cs" />
132    <Compile Include="Classes\Helpers\ExcelHelper.cs" />
133    <Compile Include="Classes\Helpers\FakturaHelper.cs" />
134    <Compile Include="Classes\Helpers\ConfigurationHelper.cs" />
135    <Compile Include="Classes\Helpers\PdfHelper.cs" />
136    <Compile Include="Classes\Helpers\ProvisionHelper.cs" />
137    <Compile Include="Classes\Helpers\StringHelper.cs" />
138    <Compile Include="Classes\Helpers\WebRequestHelper.cs" />
139    <Compile Include="Classes\Interfaces\IEmailSender.cs" />
140    <Compile Include="Classes\Interfaces\IInvoiceProvider.cs" />
141    <Compile Include="Classes\Interfaces\IForm.cs" />
142    <Compile Include="Classes\Interfaces\ISmtpConfiguration.cs" />
143    <Compile Include="Classes\Interfaces\IProduct.cs" />
144    <Compile Include="Classes\Interfaces\IProductDetail.cs" />
145    <Compile Include="Classes\Model\Enums\InvoicingType.cs" />
146    <Compile Include="Classes\Model\Enums\ProductType.cs" />
147    <Compile Include="Classes\Model\Product.cs" />
148    <Compile Include="Classes\Model\AdLocation.cs" />
149    <Compile Include="Classes\Model\Agent.cs" />
150    <Compile Include="Classes\Model\Country.cs" />
151    <Compile Include="Classes\Model\Customer.cs" />
152    <Compile Include="Classes\Model\Dzial.cs" />
153    <Compile Include="Classes\Model\Invoice.cs" />
154    <Compile Include="Classes\InvoiceProvider.cs" />
155    <Compile Include="Classes\InvoiceProviderFactory.cs" />
156    <Compile Include="Classes\KursyWalut.cs" />
157    <Compile Include="Classes\Global.cs" />
158    <Compile Include="Classes\Logger.cs" />
159    <Compile Include="Classes\Model\Module.cs" />
160    <Compile Include="Classes\Model\Production.cs" />
161    <Compile Include="Classes\Model\ProductDetail.cs" />
162    <Compile Include="Classes\Model\Provision.cs" />
163    <Compile Include="Classes\Model\Rozdzial.cs" />
164    <Compile Include="Classes\Model\Section.cs" />
165    <Compile Include="Classes\Model\State.cs" />
166    <Compile Include="Classes\Model\Subscription.cs" />
167    <Compile Include="Classes\Model\SubscriptionDetail.cs" />
168    <Compile Include="Classes\Model\SubscriptionType.cs" />
169    <Compile Include="Classes\Model\Title.cs" />
170    <Compile Include="Classes\Model\UserAgency.cs" />
171    <Compile Include="Classes\PrintDGV.cs" />
172    <Compile Include="Classes\Produkcja.cs" />
173    <Compile Include="Classes\Repositories\AdLocationRepository.cs" />
174    <Compile Include="Classes\Repositories\AgentRepository.cs" />
175    <Compile Include="Classes\Repositories\CountryRepository.cs" />
176    <Compile Include="Classes\Repositories\CustomerRepository.cs" />
177    <Compile Include="Classes\Repositories\IRepository.cs" />
178    <Compile Include="Classes\Repositories\ModuleRepository.cs" />
179    <Compile Include="Classes\Repositories\NavigationColumnRepository.cs" />
180    <Compile Include="Classes\Repositories\NavigationSubColumnRepository.cs" />
181    <Compile Include="Classes\Repositories\ProductionRepository.cs" />
182    <Compile Include="Classes\Repositories\ProductRepository.cs" />
183    <Compile Include="Classes\Repositories\ProvisionRepository.cs" />
184    <Compile Include="Classes\Repositories\Repository.cs" />
185    <Compile Include="Classes\Repositories\SectionRepository.cs" />
186    <Compile Include="Classes\Repositories\StateRepository.cs" />
187    <Compile Include="Classes\Repositories\SubscriptionTypeRepository.cs" />
188    <Compile Include="Classes\Repositories\TitleRepository.cs" />
189    <Compile Include="Classes\Repositories\UserAgencyRepository.cs" />
190    <Compile Include="Classes\SmtpConfiguration.cs" />
191    <Compile Include="Classes\User.cs" />
192    <Compile Include="Classes\DbUtils.cs" />
193    <Compile Include="Classes\Helpers\ValidationHelper.cs" />
194    <Compile Include="Classes\Helpers\VatHelper.cs" />
195    <Compile Include="Classes\Helpers\WordHelper.cs" />
196    <Compile Include="Classes\XTGFile.cs" />
197    <Compile Include="Classes\Helpers\ZamowienieHelper.cs" />
198    <Compile Include="ClientsForm.cs">
199      <SubType>Form</SubType>
200    </Compile>
201    <Compile Include="ClientsForm.Designer.cs">
202      <DependentUpon>ClientsForm.cs</DependentUpon>
203    </Compile>
204    <Compile Include="Classes\ConnString.cs" />
205    <Compile Include="AgentAddForm.cs">
206      <SubType>Form</SubType>
207    </Compile>
208    <Compile Include="AgentAddForm.Designer.cs">
209      <DependentUpon>AgentAddForm.cs</DependentUpon>
210    </Compile>
211    <Compile Include="FakturowaniePoznanKatowice.cs">
212      <SubType>Form</SubType>
213    </Compile>
214    <Compile Include="FakturowaniePoznanKatowice.Designer.cs">
215      <DependentUpon>FakturowaniePoznanKatowice.cs</DependentUpon>
216    </Compile>
217    <Compile Include="KorektyForm.cs">
218      <SubType>Form</SubType>
219    </Compile>
220    <Compile Include="KorektyForm.Designer.cs">
221      <DependentUpon>KorektyForm.cs</DependentUpon>
222    </Compile>
223    <Compile Include="OgloszenieForm.cs">
224      <SubType>Form</SubType>
225    </Compile>
226    <Compile Include="OgloszenieForm.Designer.cs">
227      <DependentUpon>OgloszenieForm.cs</DependentUpon>
228    </Compile>
229    <Compile Include="OgloszenieWaitForm.cs">
230      <SubType>Form</SubType>
231    </Compile>
232    <Compile Include="OgloszenieWaitForm.Designer.cs">
233      <DependentUpon>OgloszenieWaitForm.cs</DependentUpon>
234    </Compile>
235    <Compile Include="PaymentForm2.cs">
236      <SubType>Form</SubType>
237    </Compile>
238    <Compile Include="PaymentForm2.Designer.cs">
239      <DependentUpon>PaymentForm2.cs</DependentUpon>
240    </Compile>
241    <Compile Include="FacturesFormNew.cs">
242      <SubType>Form</SubType>
243    </Compile>
244    <Compile Include="FacturesFormNew.Designer.cs">
245      <DependentUpon>FacturesFormNew.cs</DependentUpon>
246    </Compile>
247    <Compile Include="ProvisionEditForm.cs">
248      <SubType>Form</SubType>
249    </Compile>
250    <Compile Include="ProvisionEditForm.Designer.cs">
251      <DependentUpon>ProvisionEditForm.cs</DependentUpon>
252    </Compile>
253    <Compile Include="SubscriptionForm.cs">
254      <SubType>Form</SubType>
255    </Compile>
256    <Compile Include="SubscriptionForm.Designer.cs">
257      <DependentUpon>SubscriptionForm.cs</DependentUpon>
258    </Compile>
259    <Compile Include="Web References\pl.admoto.service\Reference.cs">
260      <AutoGen>True</AutoGen>
261      <DesignTime>True</DesignTime>
262      <DependentUpon>Reference.map</DependentUpon>
263    </Compile>
264    <Compile Include="ZestawienieZamowienForm.cs">
265      <SubType>Form</SubType>
266    </Compile>
267    <Compile Include="ZestawienieZamowienForm.Designer.cs">
268      <DependentUpon>ZestawienieZamowienForm.cs</DependentUpon>
269    </Compile>
270    <Compile Include="KalendarzEmisji.cs">
271      <SubType>Form</SubType>
272    </Compile>
273    <Compile Include="KalendarzEmisji.Designer.cs">
274      <DependentUpon>KalendarzEmisji.cs</DependentUpon>
275    </Compile>
276    <Compile Include="LogoWReklamieForm.cs">
277      <SubType>Form</SubType>
278    </Compile>
279    <Compile Include="LogoWReklamieForm.designer.cs">
280      <DependentUpon>LogoWReklamieForm.cs</DependentUpon>
281    </Compile>
282    <Compile Include="DaneKlientaViewer.cs">
283      <SubType>Form</SubType>
284    </Compile>
285    <Compile Include="DaneKlientaViewer.Designer.cs">
286      <DependentUpon>DaneKlientaViewer.cs</DependentUpon>
287    </Compile>
288    <Compile Include="ExportOptions.cs">
289      <SubType>Form</SubType>
290    </Compile>
291    <Compile Include="ExportOptions.Designer.cs">
292      <DependentUpon>ExportOptions.cs</DependentUpon>
293    </Compile>
294    <Compile Include="FormBadVer.cs">
295      <SubType>Form</SubType>
296    </Compile>
297    <Compile Include="FormBadVer.designer.cs">
298      <DependentUpon>FormBadVer.cs</DependentUpon>
299    </Compile>
300    <Compile Include="FullInfoProjectForm.cs">
301      <SubType>Form</SubType>
302    </Compile>
303    <Compile Include="FullInfoProjectForm.Designer.cs">
304      <DependentUpon>FullInfoProjectForm.cs</DependentUpon>
305    </Compile>
306    <Compile Include="KursyWalutPoznan.cs">
307      <SubType>Form</SubType>
308    </Compile>
309    <Compile Include="KursyWalutPoznan.Designer.cs">
310      <DependentUpon>KursyWalutPoznan.cs</DependentUpon>
311    </Compile>
312    <Compile Include="LetterViewer.cs">
313      <SubType>Form</SubType>
314    </Compile>
315    <Compile Include="LetterViewer.Designer.cs">
316      <DependentUpon>LetterViewer.cs</DependentUpon>
317    </Compile>
318    <Compile Include="ListaReklamNaWydanieForm.cs">
319      <SubType>Form</SubType>
320    </Compile>
321    <Compile Include="ListaReklamNaWydanieForm.Designer.cs">
322      <DependentUpon>ListaReklamNaWydanieForm.cs</DependentUpon>
323    </Compile>
324    <Compile Include="LogaKlientowForm.cs">
325      <SubType>Form</SubType>
326    </Compile>
327    <Compile Include="LogaKlientowForm.designer.cs">
328      <DependentUpon>LogaKlientowForm.cs</DependentUpon>
329    </Compile>
330    <Compile Include="MailForm.cs">
331      <SubType>Form</SubType>
332    </Compile>
333    <Compile Include="MailForm.Designer.cs">
334      <DependentUpon>MailForm.cs</DependentUpon>
335    </Compile>
336    <Compile Include="OcenaAddForm.cs">
337      <SubType>Form</SubType>
338    </Compile>
339    <Compile Include="OcenaAddForm.Designer.cs">
340      <DependentUpon>OcenaAddForm.cs</DependentUpon>
341    </Compile>
342    <Compile Include="OferForm.cs">
343      <SubType>Form</SubType>
344    </Compile>
345    <Compile Include="OferForm.Designer.cs">
346      <DependentUpon>OferForm.cs</DependentUpon>
347    </Compile>
348    <Compile Include="OrderViewer.cs">
349      <SubType>Form</SubType>
350    </Compile>
351    <Compile Include="OrderViewer.Designer.cs">
352      <DependentUpon>OrderViewer.cs</DependentUpon>
353    </Compile>
354    <Compile Include="Facturer.cs">
355      <SubType>Form</SubType>
356    </Compile>
357    <Compile Include="Facturer.Designer.cs">
358      <DependentUpon>Facturer.cs</DependentUpon>
359    </Compile>
360    <Compile Include="FacturesForm.cs">
361      <SubType>Form</SubType>
362    </Compile>
363    <Compile Include="FacturesForm.Designer.cs">
364      <DependentUpon>FacturesForm.cs</DependentUpon>
365    </Compile>
366    <Compile Include="FactureViewer.cs">
367      <SubType>Form</SubType>
368    </Compile>
369    <Compile Include="FactureViewer.Designer.cs">
370      <DependentUpon>FactureViewer.cs</DependentUpon>
371    </Compile>
372    <Compile Include="InfoForm.cs">
373      <SubType>Form</SubType>
374    </Compile>
375    <Compile Include="InfoForm.Designer.cs">
376      <DependentUpon>InfoForm.cs</DependentUpon>
377    </Compile>
378    <Compile Include="Logowanie.cs">
379      <SubType>Form</SubType>
380    </Compile>
381    <Compile Include="Logowanie.Designer.cs">
382      <DependentUpon>Logowanie.cs</DependentUpon>
383    </Compile>
384    <Compile Include="MDIBazaReklam.cs">
385      <SubType>Form</SubType>
386    </Compile>
387    <Compile Include="MDIBazaReklam.Designer.cs">
388      <DependentUpon>MDIBazaReklam.cs</DependentUpon>
389    </Compile>
390    <Compile Include="OrderDetails.cs">
391      <SubType>Form</SubType>
392    </Compile>
393    <Compile Include="OrderDetails.Designer.cs">
394      <DependentUpon>OrderDetails.cs</DependentUpon>
395    </Compile>
396    <Compile Include="OrdersForm.cs">
397      <SubType>Form</SubType>
398    </Compile>
399    <Compile Include="OrdersForm.Designer.cs">
400      <DependentUpon>OrdersForm.cs</DependentUpon>
401    </Compile>
402    <Compile Include="PaymentForm.cs">
403      <SubType>Form</SubType>
404    </Compile>
405    <Compile Include="PaymentForm.Designer.cs">
406      <DependentUpon>PaymentForm.cs</DependentUpon>
407    </Compile>
408    <Compile Include="PrintOptions.cs">
409      <SubType>Form</SubType>
410    </Compile>
411    <Compile Include="PrintOptions.designer.cs">
412      <DependentUpon>PrintOptions.cs</DependentUpon>
413    </Compile>
414    <Compile Include="ProductionForm.cs">
415      <SubType>Form</SubType>
416    </Compile>
417    <Compile Include="ProductionForm.Designer.cs">
418      <DependentUpon>ProductionForm.cs</DependentUpon>
419    </Compile>
420    <Compile Include="Program.cs" />
421    <Compile Include="ProjectForm.cs">
422      <SubType>Form</SubType>
423    </Compile>
424    <Compile Include="ProjectForm.Designer.cs">
425      <DependentUpon>ProjectForm.cs</DependentUpon>
426    </Compile>
427    <Compile Include="Properties\AssemblyInfo.cs" />
428    <EmbeddedResource Include="ClientsForm.resx">
429      <SubType>Designer</SubType>
430      <DependentUpon>ClientsForm.cs</DependentUpon>
431    </EmbeddedResource>
432    <EmbeddedResource Include="LetterViewer.resx">
433      <SubType>Designer</SubType>
434      <DependentUpon>LetterViewer.cs</DependentUpon>
435    </EmbeddedResource>
436    <EmbeddedResource Include="OrderViewer.resx">
437      <DependentUpon>OrderViewer.cs</DependentUpon>
438      <SubType>Designer</SubType>
439    </EmbeddedResource>
440    <EmbeddedResource Include="Facturer.resx">
441      <SubType>Designer</SubType>
442      <DependentUpon>Facturer.cs</DependentUpon>
443    </EmbeddedResource>
444    <EmbeddedResource Include="FacturesForm.resx">
445      <SubType>Designer</SubType>
446      <DependentUpon>FacturesForm.cs</DependentUpon>
447    </EmbeddedResource>
448    <EmbeddedResource Include="FactureViewer.resx">
449      <SubType>Designer</SubType>
450      <DependentUpon>FactureViewer.cs</DependentUpon>
451    </EmbeddedResource>
452    <EmbeddedResource Include="InfoForm.resx">
453      <SubType>Designer</SubType>
454      <DependentUpon>InfoForm.cs</DependentUpon>
455    </EmbeddedResource>
456    <EmbeddedResource Include="Logowanie.resx">
457      <SubType>Designer</SubType>
458      <DependentUpon>Logowanie.cs</DependentUpon>
459    </EmbeddedResource>
460    <EmbeddedResource Include="MDIBazaReklam.resx">
461      <SubType>Designer</SubType>
462      <DependentUpon>MDIBazaReklam.cs</DependentUpon>
463    </EmbeddedResource>
464    <EmbeddedResource Include="OrderDetails.resx">
465      <SubType>Designer</SubType>
466      <DependentUpon>OrderDetails.cs</DependentUpon>
467    </EmbeddedResource>
468    <EmbeddedResource Include="OrdersForm.resx">
469      <SubType>Designer</SubType>
470      <DependentUpon>OrdersForm.cs</DependentUpon>
471    </EmbeddedResource>
472    <EmbeddedResource Include="PaymentForm.resx">
473      <SubType>Designer</SubType>
474      <DependentUpon>PaymentForm.cs</DependentUpon>
475    </EmbeddedResource>
476    <EmbeddedResource Include="PrintOptions.resx">
477      <DependentUpon>PrintOptions.cs</DependentUpon>
478      <SubType>Designer</SubType>
479    </EmbeddedResource>
480    <EmbeddedResource Include="ProductionForm.resx">
481      <SubType>Designer</SubType>
482      <DependentUpon>ProductionForm.cs</DependentUpon>
483    </EmbeddedResource>
484    <EmbeddedResource Include="ProjectForm.resx">
485      <SubType>Designer</SubType>
486      <DependentUpon>ProjectForm.cs</DependentUpon>
487    </EmbeddedResource>
488    <EmbeddedResource Include="Properties\Resources.resx">
489      <Generator>ResXFileCodeGenerator</Generator>
490      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
491      <SubType>Designer</SubType>
492    </EmbeddedResource>
493    <EmbeddedResource Include="ProvisionForm.resx">
494      <SubType>Designer</SubType>
495      <DependentUpon>ProvisionForm.cs</DependentUpon>
496    </EmbeddedResource>
497    <EmbeddedResource Include="ReportsForm.resx">
498      <SubType>Designer</SubType>
499      <DependentUpon>ReportsForm.cs</DependentUpon>
500    </EmbeddedResource>
501    <Compile Include="Properties\Resources.Designer.cs">
502      <AutoGen>True</AutoGen>
503      <DependentUpon>Resources.resx</DependentUpon>
504      <DesignTime>True</DesignTime>
505    </Compile>
506    <None Include="app.config" />
507    <None Include="Properties\Settings.settings">
508      <Generator>SettingsSingleFileGenerator</Generator>
509      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
510    </None>
511    <None Include="raporty.xsc">
512      <DependentUpon>raporty.xsd</DependentUpon>
513    </None>
514    <None Include="raporty.xsd">
515      <SubType>Designer</SubType>
516      <Generator>MSDataSetGenerator</Generator>
517      <LastGenOutput>raporty.Designer.cs</LastGenOutput>
518    </None>
519    <None Include="raporty.xss">
520      <DependentUpon>raporty.xsd</DependentUpon>
521    </None>
522    <None Include="REKLAMADataSet.xsc">
523      <DependentUpon>REKLAMADataSet.xsd</DependentUpon>
524    </None>
525    <None Include="REKLAMADataSet.xsd">
526      <Generator>MSDataSetGenerator</Generator>
527      <SubType>Designer</SubType>
528      <LastGenOutput>REKLAMADataSet.Designer.cs</LastGenOutput>
529    </None>
530    <None Include="REKLAMADataSet.xss">
531      <DependentUpon>REKLAMADataSet.xsd</DependentUpon>
532    </None>
533    <None Include="SLOWNIKDataSet.xsc">
534      <DependentUpon>SLOWNIKDataSet.xsd</DependentUpon>
535    </None>
536    <None Include="SLOWNIKDataSet.xsd">
537      <SubType>Designer</SubType>
538      <Generator>MSDataSetGenerator</Generator>
539      <LastGenOutput>SLOWNIKDataSet.Designer.cs</LastGenOutput>
540    </None>
541    <None Include="SLOWNIKDataSet.xss">
542      <DependentUpon>SLOWNIKDataSet.xsd</DependentUpon>
543    </None>
544    <Compile Include="Properties\Settings.Designer.cs">
545      <AutoGen>True</AutoGen>
546      <DependentUpon>Settings.settings</DependentUpon>
547      <DesignTimeSharedInput>True</DesignTimeSharedInput>
548    </Compile>
549    <Compile Include="ProvisionForm.cs">
550      <SubType>Form</SubType>
551    </Compile>
552    <Compile Include="ProvisionForm.Designer.cs">
553      <DependentUpon>ProvisionForm.cs</DependentUpon>
554    </Compile>
555    <Compile Include="raporty.cs">
556      <DependentUpon>raporty.xsd</DependentUpon>
557      <SubType>Component</SubType>
558    </Compile>
559    <Compile Include="raporty.Designer.cs">
560      <AutoGen>True</AutoGen>
561      <DesignTime>True</DesignTime>
562      <DependentUpon>raporty.xsd</DependentUpon>
563    </Compile>
564    <Compile Include="REKLAMADataSet.cs">
565      <DependentUpon>REKLAMADataSet.xsd</DependentUpon>
566      <SubType>Component</SubType>
567    </Compile>
568    <Compile Include="REKLAMADataSet.Designer.cs">
569      <AutoGen>True</AutoGen>
570      <DesignTime>True</DesignTime>
571      <DependentUpon>REKLAMADataSet.xsd</DependentUpon>
572    </Compile>
573    <Compile Include="ReportsForm.cs">
574      <SubType>Form</SubType>
575    </Compile>
576    <Compile Include="ReportsForm.Designer.cs">
577      <DependentUpon>ReportsForm.cs</DependentUpon>
578    </Compile>
579    <Compile Include="Settings.cs" />
580    <Compile Include="SLOWNIKDataSet.cs">
581      <DependentUpon>SLOWNIKDataSet.xsd</DependentUpon>
582      <SubType>Component</SubType>
583    </Compile>
584    <Compile Include="SLOWNIKDataSet.Designer.cs">
585      <AutoGen>True</AutoGen>
586      <DesignTime>True</DesignTime>
587      <DependentUpon>SLOWNIKDataSet.xsd</DependentUpon>
588    </Compile>
589    <Compile Include="SMSform.cs">
590      <SubType>Form</SubType>
591    </Compile>
592    <Compile Include="SMSform.Designer.cs">
593      <DependentUpon>SMSform.cs</DependentUpon>
594    </Compile>
595    <Compile Include="StartForm.cs">
596      <SubType>Form</SubType>
597    </Compile>
598    <Compile Include="StartForm.Designer.cs">
599      <DependentUpon>StartForm.cs</DependentUpon>
600    </Compile>
601    <Compile Include="ZamowieniaForm.cs">
602      <SubType>Form</SubType>
603    </Compile>
604    <Compile Include="ZamowieniaForm.Designer.cs">
605      <DependentUpon>ZamowieniaForm.cs</DependentUpon>
606    </Compile>
607  </ItemGroup>
608  <ItemGroup>
609    <Content Include="Resources\cab.ico" />
610    <EmbeddedResource Include="About.resx">
611      <SubType>Designer</SubType>
612      <DependentUpon>About.cs</DependentUpon>
613    </EmbeddedResource>
614    <EmbeddedResource Include="AddClient.resx">
615      <SubType>Designer</SubType>
616      <DependentUpon>AddClient.cs</DependentUpon>
617    </EmbeddedResource>
618    <EmbeddedResource Include="AddKontoForm.resx">
619      <SubType>Designer</SubType>
620      <DependentUpon>AddKontoForm.cs</DependentUpon>
621    </EmbeddedResource>
622    <EmbeddedResource Include="AddZamowienieForm.resx">
623      <SubType>Designer</SubType>
624      <DependentUpon>AddZamowienieForm.cs</DependentUpon>
625    </EmbeddedResource>
626    <EmbeddedResource Include="AdminForm.resx">
627      <SubType>Designer</SubType>
628      <DependentUpon>AdminForm.cs</DependentUpon>
629    </EmbeddedResource>
630    <EmbeddedResource Include="AgencjaAddForm.resx">
631      <SubType>Designer</SubType>
632      <DependentUpon>AgencjaAddForm.cs</DependentUpon>
633    </EmbeddedResource>
634    <EmbeddedResource Include="AgentAddForm.resx">
635      <DependentUpon>AgentAddForm.cs</DependentUpon>
636      <SubType>Designer</SubType>
637    </EmbeddedResource>
638    <EmbeddedResource Include="CenaEmisji.resx">
639      <SubType>Designer</SubType>
640      <DependentUpon>CenaEmisji.cs</DependentUpon>
641    </EmbeddedResource>
642    <EmbeddedResource Include="FakturowaniePoznanKatowice.resx">
643      <SubType>Designer</SubType>
644      <DependentUpon>FakturowaniePoznanKatowice.cs</DependentUpon>
645    </EmbeddedResource>
646    <EmbeddedResource Include="KorektyForm.resx">
647      <DependentUpon>KorektyForm.cs</DependentUpon>
648      <SubType>Designer</SubType>
649    </EmbeddedResource>
650    <EmbeddedResource Include="OgloszenieForm.resx">
651      <SubType>Designer</SubType>
652      <DependentUpon>OgloszenieForm.cs</DependentUpon>
653    </EmbeddedResource>
654    <EmbeddedResource Include="OgloszenieWaitForm.resx">
655      <SubType>Designer</SubType>
656      <DependentUpon>OgloszenieWaitForm.cs</DependentUpon>
657    </EmbeddedResource>
658    <EmbeddedResource Include="PaymentForm2.resx">
659      <DependentUpon>PaymentForm2.cs</DependentUpon>
660      <SubType>Designer</SubType>
661    </EmbeddedResource>
662    <EmbeddedResource Include="FacturesFormNew.resx">
663      <DependentUpon>FacturesFormNew.cs</DependentUpon>
664      <SubType>Designer</SubType>
665    </EmbeddedResource>
666    <EmbeddedResource Include="ProvisionEditForm.resx">
667      <SubType>Designer</SubType>
668      <DependentUpon>ProvisionEditForm.cs</DependentUpon>
669    </EmbeddedResource>
670    <EmbeddedResource Include="Raporty\fakturaReversed2_1page.rdlc" />
671    <EmbeddedResource Include="Raporty\fakturaKatowicePoznan.rdlc" />
672    <EmbeddedResource Include="Raporty\fakturaKorekta.rdlc" />
673    <EmbeddedResource Include="SubscriptionForm.resx">
674      <SubType>Designer</SubType>
675      <DependentUpon>SubscriptionForm.cs</DependentUpon>
676    </EmbeddedResource>
677    <EmbeddedResource Include="ZestawienieZamowienForm.resx">
678      <DependentUpon>ZestawienieZamowienForm.cs</DependentUpon>
679      <SubType>Designer</SubType>
680    </EmbeddedResource>
681    <EmbeddedResource Include="KalendarzEmisji.resx">
682      <SubType>Designer</SubType>
683      <DependentUpon>KalendarzEmisji.cs</DependentUpon>
684    </EmbeddedResource>
685    <EmbeddedResource Include="LogoWReklamieForm.resx">
686      <DependentUpon>LogoWReklamieForm.cs</DependentUpon>
687      <SubType>Designer</SubType>
688    </EmbeddedResource>
689    <EmbeddedResource Include="DaneKlientaViewer.resx">
690      <SubType>Designer</SubType>
691      <DependentUpon>DaneKlientaViewer.cs</DependentUpon>
692    </EmbeddedResource>
693    <EmbeddedResource Include="ExportOptions.resx">
694      <SubType>Designer</SubType>
695      <DependentUpon>ExportOptions.cs</DependentUpon>
696    </EmbeddedResource>
697    <EmbeddedResource Include="FormBadVer.resx">
698      <DependentUpon>FormBadVer.cs</DependentUpon>
699      <SubType>Designer</SubType>
700    </EmbeddedResource>
701    <EmbeddedResource Include="FullInfoProjectForm.resx">
702      <SubType>Designer</SubType>
703      <DependentUpon>FullInfoProjectForm.cs</DependentUpon>
704    </EmbeddedResource>
705    <EmbeddedResource Include="KursyWalutPoznan.resx">
706      <SubType>Designer</SubType>
707      <DependentUpon>KursyWalutPoznan.cs</DependentUpon>
708    </EmbeddedResource>
709    <EmbeddedResource Include="ListaReklamNaWydanieForm.resx">
710      <SubType>Designer</SubType>
711      <DependentUpon>ListaReklamNaWydanieForm.cs</DependentUpon>
712    </EmbeddedResource>
713    <EmbeddedResource Include="LogaKlientowForm.resx">
714      <DependentUpon>LogaKlientowForm.cs</DependentUpon>
715      <SubType>Designer</SubType>
716    </EmbeddedResource>
717    <EmbeddedResource Include="MailForm.resx">
718      <SubType>Designer</SubType>
719      <DependentUpon>MailForm.cs</DependentUpon>
720    </EmbeddedResource>
721    <EmbeddedResource Include="OcenaAddForm.resx">
722      <SubType>Designer</SubType>
723      <DependentUpon>OcenaAddForm.cs</DependentUpon>
724    </EmbeddedResource>
725    <EmbeddedResource Include="OferForm.resx">
726      <SubType>Designer</SubType>
727      <DependentUpon>OferForm.cs</DependentUpon>
728    </EmbeddedResource>
729    <EmbeddedResource Include="Raporty\fakturaReversed2.rdlc" />
730    <EmbeddedResource Include="Raporty\zamowienie2.rdlc" />
731    <EmbeddedResource Include="Raporty\fakturaPoznan.rdlc" />
732    <EmbeddedResource Include="Raporty\DaneKlienta.rdlc" />
733    <EmbeddedResource Include="Raporty\fakturaReversed.rdlc" />
734    <EmbeddedResource Include="Raporty\OsobyDoKontaktu.rdlc" />
735    <EmbeddedResource Include="Raporty\proformaReversed.rdlc" />
736    <EmbeddedResource Include="Raporty\emisje2.rdlc" />
737    <EmbeddedResource Include="Raporty\emisje.rdlc" />
738    <EmbeddedResource Include="Raporty\ListDoKlienta2.rdlc" />
739    <EmbeddedResource Include="Raporty\faktura.xml">
740      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
741    </EmbeddedResource>
742    <EmbeddedResource Include="Raporty\zamowienie.rdlc" />
743    <EmbeddedResource Include="Raporty\zamowienie.xml">
744      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
745    </EmbeddedResource>
746    <EmbeddedResource Include="SMSform.resx">
747      <SubType>Designer</SubType>
748      <DependentUpon>SMSform.cs</DependentUpon>
749    </EmbeddedResource>
750    <EmbeddedResource Include="StartForm.resx">
751      <SubType>Designer</SubType>
752      <DependentUpon>StartForm.cs</DependentUpon>
753    </EmbeddedResource>
754    <EmbeddedResource Include="ZamowieniaForm.resx">
755      <SubType>Designer</SubType>
756      <DependentUpon>ZamowieniaForm.cs</DependentUpon>
757    </EmbeddedResource>
758    <Content Include="Classes\Helpers\Mappings.xml" />
759    <Content Include="Docs\doc.txt" />
760    <None Include="Baza Reklam_TemporaryKey.pfx" />
761    <None Include="Properties\DataSources\InvoiceProvider.datasource" />
762    <EmbeddedResource Include="Raporty\ReportsTree.xml">
763      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
764    </EmbeddedResource>
765    <Content Include="Docs\versioninfo.html" />
766    <Content Include="Resources\br.ico" />
767    <Content Include="Resources\adMoto.jpg" />
768    <Content Include="Resources\AMT.jpg" />
769    <Content Include="Resources\bullet_ball_glass_green.png" />
770    <Content Include="Resources\bullet_ball_glass_red.png" />
771    <Content Include="Resources\businessman_preferences.png" />
772    <Content Include="Resources\cztery_loga2.jpg" />
773    <Content Include="Resources\folder.png" />
774    <Content Include="Resources\GS.jpg" />
775    <Content Include="Resources\loga.bmp" />
776    <None Include="Web References\pl.admoto.service\default.disco" />
777    <None Include="Web References\pl.admoto.service\default.wsdl" />
778    <None Include="Web References\pl.admoto.service\Reference.map">
779      <Generator>MSDiscoCodeGenerator</Generator>
780      <LastGenOutput>Reference.cs</LastGenOutput>
781    </None>
782    <None Include="Web References\pl.admoto.service\default.disco" />
783    <None Include="Web References\pl.admoto.service\default.wsdl" />
784    <None Include="Web References\pl.admoto.service\Reference.map">
785      <Generator>MSDiscoCodeGenerator</Generator>
786      <LastGenOutput>Reference.cs</LastGenOutput>
787    </None>
788  </ItemGroup>
789  <ItemGroup>
790    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
791      <Visible>False</Visible>
792      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
793      <Install>true</Install>
794    </BootstrapperPackage>
795    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
796      <Visible>False</Visible>
797      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
798      <Install>false</Install>
799    </BootstrapperPackage>
800    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
801      <Visible>False</Visible>
802      <ProductName>.NET Framework 3.5</ProductName>
803      <Install>false</Install>
804    </BootstrapperPackage>
805  </ItemGroup>
806  <ItemGroup>
807    <PublishFile Include="ADODB">
808      <Visible>False</Visible>
809      <Group>
810      </Group>
811      <TargetPath>
812      </TargetPath>
813      <PublishState>Exclude</PublishState>
814      <FileType>Assembly</FileType>
815    </PublishFile>
816    <PublishFile Include="Baza Reklam.XmlSerializers">
817      <Visible>False</Visible>
818      <Group>
819      </Group>
820      <TargetPath>
821      </TargetPath>
822      <PublishState>Exclude</PublishState>
823      <FileType>Assembly</FileType>
824    </PublishFile>
825    <PublishFile Include="Microsoft.ReportViewer.Common">
826      <Visible>False</Visible>
827      <Group>
828      </Group>
829      <TargetPath>
830      </TargetPath>
831      <PublishState>Include</PublishState>
832      <FileType>Assembly</FileType>
833    </PublishFile>
834    <PublishFile Include="Microsoft.ReportViewer.ProcessingObjectModel">
835      <Visible>False</Visible>
836      <Group>
837      </Group>
838      <TargetPath>
839      </TargetPath>
840      <PublishState>Include</PublishState>
841      <FileType>Assembly</FileType>
842    </PublishFile>
843    <PublishFile Include="Microsoft.ReportViewer.WinForms">
844      <Visible>False</Visible>
845      <Group>
846      </Group>
847      <TargetPath>
848      </TargetPath>
849      <PublishState>Include</PublishState>
850      <FileType>Assembly</FileType>
851    </PublishFile>
852  </ItemGroup>
853  <ItemGroup>
854    <WebReferences Include="Web References\" />
855  </ItemGroup>
856  <ItemGroup>
857    <WebReferenceUrl Include="http://service.admoto.pl/importotomoto/">
858      <UrlBehavior>Dynamic</UrlBehavior>
859      <RelPath>Web References\pl.admoto.service\</RelPath>
860      <UpdateFromURL>http://service.admoto.pl/importotomoto/</UpdateFromURL>
861      <ServiceLocationURL>
862      </ServiceLocationURL>
863      <CachedDynamicPropName>
864      </CachedDynamicPropName>
865      <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
866      <CachedSettingsPropName>Baza_Reklam_pl_admoto_service_ImportOtoMoto</CachedSettingsPropName>
867    </WebReferenceUrl>
868  </ItemGroup>
869  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
870  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
871       Other similar extension points exist, see Microsoft.Common.targets.
872  <Target Name="BeforeBuild">
873  </Target>
874  <Target Name="AfterBuild">
875  </Target>
876  -->
877</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.