root/Baza Reklam 2 - Faktury/Baza Reklam.csproj @ 99

Wersja 99, 24.0 KB (wprowadzona przez dorota, 17 years temu)
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5    <ProductVersion>8.0.50727</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>cab.ico</ApplicationIcon>
13  </PropertyGroup>
14  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15    <DebugSymbols>true</DebugSymbols>
16    <DebugType>full</DebugType>
17    <Optimize>false</Optimize>
18    <OutputPath>bin\Debug\</OutputPath>
19    <DefineConstants>DEBUG;TRACE</DefineConstants>
20    <ErrorReport>prompt</ErrorReport>
21    <WarningLevel>4</WarningLevel>
22  </PropertyGroup>
23  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24    <DebugType>pdbonly</DebugType>
25    <Optimize>true</Optimize>
26    <OutputPath>bin\Release\</OutputPath>
27    <DefineConstants>TRACE</DefineConstants>
28    <ErrorReport>prompt</ErrorReport>
29    <WarningLevel>4</WarningLevel>
30  </PropertyGroup>
31  <ItemGroup>
32    <Reference Include="Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
33    <Reference Include="Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
34    <Reference Include="System" />
35    <Reference Include="System.configuration" />
36    <Reference Include="System.Data" />
37    <Reference Include="System.Deployment" />
38    <Reference Include="System.Drawing" />
39    <Reference Include="System.Web" />
40    <Reference Include="System.Web.Services" />
41    <Reference Include="System.Windows.Forms" />
42    <Reference Include="System.Xml" />
43  </ItemGroup>
44  <ItemGroup>
45    <Compile Include="AddKontoForm.cs">
46      <SubType>Form</SubType>
47    </Compile>
48    <Compile Include="AddKontoForm.Designer.cs">
49      <DependentUpon>AddKontoForm.cs</DependentUpon>
50    </Compile>
51    <Compile Include="AddZamowienieForm.cs">
52      <SubType>Form</SubType>
53    </Compile>
54    <Compile Include="AddZamowienieForm.Designer.cs">
55      <DependentUpon>AddZamowienieForm.cs</DependentUpon>
56    </Compile>
57    <Compile Include="AdminForm.cs">
58      <SubType>Form</SubType>
59    </Compile>
60    <Compile Include="AdminForm.Designer.cs">
61      <DependentUpon>AdminForm.cs</DependentUpon>
62    </Compile>
63    <Compile Include="AgencjaAddForm.cs">
64      <SubType>Form</SubType>
65    </Compile>
66    <Compile Include="AgencjaAddForm.Designer.cs">
67      <DependentUpon>AgencjaAddForm.cs</DependentUpon>
68    </Compile>
69    <Compile Include="Classes\BoundItem.cs" />
70    <Compile Include="Classes\DBBindings.cs" />
71    <Compile Include="Classes\ExcelHandler.cs" />
72    <Compile Include="Classes\KursyWalut.cs" />
73    <Compile Include="Classes\Global.cs" />
74    <Compile Include="Classes\PrintDGV.cs" />
75    <Compile Include="Classes\Produkcja.cs" />
76    <Compile Include="Classes\User.cs" />
77    <Compile Include="Classes\Utils.cs" />
78    <Compile Include="Classes\Version.cs" />
79    <Compile Include="Classes\WordHandler.cs" />
80    <Compile Include="Classes\XTGFile.cs" />
81    <Compile Include="ClientsForm.cs">
82      <SubType>Form</SubType>
83    </Compile>
84    <Compile Include="ClientsForm.Designer.cs">
85      <DependentUpon>ClientsForm.cs</DependentUpon>
86    </Compile>
87    <Compile Include="Classes\ConnString.cs" />
88    <Compile Include="AgentAddForm.cs">
89      <SubType>Form</SubType>
90    </Compile>
91    <Compile Include="AgentAddForm.Designer.cs">
92      <DependentUpon>AgentAddForm.cs</DependentUpon>
93    </Compile>
94    <Compile Include="KorektyForm.cs">
95      <SubType>Form</SubType>
96    </Compile>
97    <Compile Include="KorektyForm.Designer.cs">
98      <DependentUpon>KorektyForm.cs</DependentUpon>
99    </Compile>
100    <Compile Include="PaymentForm2.cs">
101      <SubType>Form</SubType>
102    </Compile>
103    <Compile Include="PaymentForm2.Designer.cs">
104      <DependentUpon>PaymentForm2.cs</DependentUpon>
105    </Compile>
106    <Compile Include="FacturesFormNEW.cs">
107      <SubType>Form</SubType>
108    </Compile>
109    <Compile Include="FacturesFormNEW.Designer.cs">
110      <DependentUpon>FacturesFormNEW.cs</DependentUpon>
111    </Compile>
112    <Compile Include="ZestawienieZamowienForm.cs">
113      <SubType>Form</SubType>
114    </Compile>
115    <Compile Include="ZestawienieZamowienForm.Designer.cs">
116      <DependentUpon>ZestawienieZamowienForm.cs</DependentUpon>
117    </Compile>
118    <Compile Include="KalendarzEmisji.cs">
119      <SubType>Form</SubType>
120    </Compile>
121    <Compile Include="KalendarzEmisji.Designer.cs">
122      <DependentUpon>KalendarzEmisji.cs</DependentUpon>
123    </Compile>
124    <Compile Include="LogoWReklamieForm.cs">
125      <SubType>Form</SubType>
126    </Compile>
127    <Compile Include="LogoWReklamieForm.designer.cs">
128      <DependentUpon>LogoWReklamieForm.cs</DependentUpon>
129    </Compile>
130    <Compile Include="DaneKlientaViewer.cs">
131      <SubType>Form</SubType>
132    </Compile>
133    <Compile Include="DaneKlientaViewer.Designer.cs">
134      <DependentUpon>DaneKlientaViewer.cs</DependentUpon>
135    </Compile>
136    <Compile Include="ExportOptions.cs">
137      <SubType>Form</SubType>
138    </Compile>
139    <Compile Include="ExportOptions.Designer.cs">
140      <DependentUpon>ExportOptions.cs</DependentUpon>
141    </Compile>
142    <Compile Include="FormBadVer.cs">
143      <SubType>Form</SubType>
144    </Compile>
145    <Compile Include="FormBadVer.designer.cs">
146      <DependentUpon>FormBadVer.cs</DependentUpon>
147    </Compile>
148    <Compile Include="FullInfoProjectForm.cs">
149      <SubType>Form</SubType>
150    </Compile>
151    <Compile Include="FullInfoProjectForm.Designer.cs">
152      <DependentUpon>FullInfoProjectForm.cs</DependentUpon>
153    </Compile>
154    <Compile Include="KursyWalutPoznan.cs">
155      <SubType>Form</SubType>
156    </Compile>
157    <Compile Include="KursyWalutPoznan.Designer.cs">
158      <DependentUpon>KursyWalutPoznan.cs</DependentUpon>
159    </Compile>
160    <Compile Include="LetterViewer.cs">
161      <SubType>Form</SubType>
162    </Compile>
163    <Compile Include="LetterViewer.Designer.cs">
164      <DependentUpon>LetterViewer.cs</DependentUpon>
165    </Compile>
166    <Compile Include="ListaReklamNaWydanieForm.cs">
167      <SubType>Form</SubType>
168    </Compile>
169    <Compile Include="ListaReklamNaWydanieForm.Designer.cs">
170      <DependentUpon>ListaReklamNaWydanieForm.cs</DependentUpon>
171    </Compile>
172    <Compile Include="LogaKlientowForm.cs">
173      <SubType>Form</SubType>
174    </Compile>
175    <Compile Include="LogaKlientowForm.designer.cs">
176      <DependentUpon>LogaKlientowForm.cs</DependentUpon>
177    </Compile>
178    <Compile Include="MailForm.cs">
179      <SubType>Form</SubType>
180    </Compile>
181    <Compile Include="MailForm.Designer.cs">
182      <DependentUpon>MailForm.cs</DependentUpon>
183    </Compile>
184    <Compile Include="OcenaAddForm.cs">
185      <SubType>Form</SubType>
186    </Compile>
187    <Compile Include="OcenaAddForm.Designer.cs">
188      <DependentUpon>OcenaAddForm.cs</DependentUpon>
189    </Compile>
190    <Compile Include="OferForm.cs">
191      <SubType>Form</SubType>
192    </Compile>
193    <Compile Include="OferForm.Designer.cs">
194      <DependentUpon>OferForm.cs</DependentUpon>
195    </Compile>
196    <Compile Include="OrderViewer.cs">
197      <SubType>Form</SubType>
198    </Compile>
199    <Compile Include="OrderViewer.Designer.cs">
200      <DependentUpon>OrderViewer.cs</DependentUpon>
201    </Compile>
202    <Compile Include="Facturer.cs">
203      <SubType>Form</SubType>
204    </Compile>
205    <Compile Include="Facturer.Designer.cs">
206      <DependentUpon>Facturer.cs</DependentUpon>
207    </Compile>
208    <Compile Include="FacturesForm.cs">
209      <SubType>Form</SubType>
210    </Compile>
211    <Compile Include="FacturesForm.Designer.cs">
212      <DependentUpon>FacturesForm.cs</DependentUpon>
213    </Compile>
214    <Compile Include="FactureViewer.cs">
215      <SubType>Form</SubType>
216    </Compile>
217    <Compile Include="FactureViewer.Designer.cs">
218      <DependentUpon>FactureViewer.cs</DependentUpon>
219    </Compile>
220    <Compile Include="InfoForm.cs">
221      <SubType>Form</SubType>
222    </Compile>
223    <Compile Include="InfoForm.Designer.cs">
224      <DependentUpon>InfoForm.cs</DependentUpon>
225    </Compile>
226    <Compile Include="Logowanie.cs">
227      <SubType>Form</SubType>
228    </Compile>
229    <Compile Include="Logowanie.Designer.cs">
230      <DependentUpon>Logowanie.cs</DependentUpon>
231    </Compile>
232    <Compile Include="MDIBazaReklam.cs">
233      <SubType>Form</SubType>
234    </Compile>
235    <Compile Include="MDIBazaReklam.Designer.cs">
236      <DependentUpon>MDIBazaReklam.cs</DependentUpon>
237    </Compile>
238    <Compile Include="OrderDetails.cs">
239      <SubType>Form</SubType>
240    </Compile>
241    <Compile Include="OrderDetails.Designer.cs">
242      <DependentUpon>OrderDetails.cs</DependentUpon>
243    </Compile>
244    <Compile Include="OrdersForm.cs">
245      <SubType>Form</SubType>
246    </Compile>
247    <Compile Include="OrdersForm.Designer.cs">
248      <DependentUpon>OrdersForm.cs</DependentUpon>
249    </Compile>
250    <Compile Include="PaymentForm.cs">
251      <SubType>Form</SubType>
252    </Compile>
253    <Compile Include="PaymentForm.Designer.cs">
254      <DependentUpon>PaymentForm.cs</DependentUpon>
255    </Compile>
256    <Compile Include="PrintOptions.cs">
257      <SubType>Form</SubType>
258    </Compile>
259    <Compile Include="PrintOptions.designer.cs">
260      <DependentUpon>PrintOptions.cs</DependentUpon>
261    </Compile>
262    <Compile Include="ProductionForm.cs">
263      <SubType>Form</SubType>
264    </Compile>
265    <Compile Include="ProductionForm.Designer.cs">
266      <DependentUpon>ProductionForm.cs</DependentUpon>
267    </Compile>
268    <Compile Include="Program.cs" />
269    <Compile Include="ProjectForm.cs">
270      <SubType>Form</SubType>
271    </Compile>
272    <Compile Include="ProjectForm.Designer.cs">
273      <DependentUpon>ProjectForm.cs</DependentUpon>
274    </Compile>
275    <Compile Include="Properties\AssemblyInfo.cs" />
276    <EmbeddedResource Include="ClientsForm.resx">
277      <SubType>Designer</SubType>
278      <DependentUpon>ClientsForm.cs</DependentUpon>
279    </EmbeddedResource>
280    <EmbeddedResource Include="LetterViewer.resx">
281      <SubType>Designer</SubType>
282      <DependentUpon>LetterViewer.cs</DependentUpon>
283    </EmbeddedResource>
284    <EmbeddedResource Include="OrderViewer.resx">
285      <DependentUpon>OrderViewer.cs</DependentUpon>
286      <SubType>Designer</SubType>
287    </EmbeddedResource>
288    <EmbeddedResource Include="Facturer.resx">
289      <SubType>Designer</SubType>
290      <DependentUpon>Facturer.cs</DependentUpon>
291    </EmbeddedResource>
292    <EmbeddedResource Include="FacturesForm.resx">
293      <SubType>Designer</SubType>
294      <DependentUpon>FacturesForm.cs</DependentUpon>
295    </EmbeddedResource>
296    <EmbeddedResource Include="FactureViewer.resx">
297      <SubType>Designer</SubType>
298      <DependentUpon>FactureViewer.cs</DependentUpon>
299    </EmbeddedResource>
300    <EmbeddedResource Include="InfoForm.resx">
301      <SubType>Designer</SubType>
302      <DependentUpon>InfoForm.cs</DependentUpon>
303    </EmbeddedResource>
304    <EmbeddedResource Include="Logowanie.resx">
305      <SubType>Designer</SubType>
306      <DependentUpon>Logowanie.cs</DependentUpon>
307    </EmbeddedResource>
308    <EmbeddedResource Include="MDIBazaReklam.resx">
309      <SubType>Designer</SubType>
310      <DependentUpon>MDIBazaReklam.cs</DependentUpon>
311    </EmbeddedResource>
312    <EmbeddedResource Include="OrderDetails.resx">
313      <SubType>Designer</SubType>
314      <DependentUpon>OrderDetails.cs</DependentUpon>
315    </EmbeddedResource>
316    <EmbeddedResource Include="OrdersForm.resx">
317      <SubType>Designer</SubType>
318      <DependentUpon>OrdersForm.cs</DependentUpon>
319    </EmbeddedResource>
320    <EmbeddedResource Include="PaymentForm.resx">
321      <SubType>Designer</SubType>
322      <DependentUpon>PaymentForm.cs</DependentUpon>
323    </EmbeddedResource>
324    <EmbeddedResource Include="PrintOptions.resx">
325      <DependentUpon>PrintOptions.cs</DependentUpon>
326      <SubType>Designer</SubType>
327    </EmbeddedResource>
328    <EmbeddedResource Include="ProductionForm.resx">
329      <SubType>Designer</SubType>
330      <DependentUpon>ProductionForm.cs</DependentUpon>
331    </EmbeddedResource>
332    <EmbeddedResource Include="ProjectForm.resx">
333      <SubType>Designer</SubType>
334      <DependentUpon>ProjectForm.cs</DependentUpon>
335    </EmbeddedResource>
336    <EmbeddedResource Include="Properties\Resources.resx">
337      <Generator>ResXFileCodeGenerator</Generator>
338      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
339      <SubType>Designer</SubType>
340    </EmbeddedResource>
341    <EmbeddedResource Include="ProvisionForm.resx">
342      <SubType>Designer</SubType>
343      <DependentUpon>ProvisionForm.cs</DependentUpon>
344    </EmbeddedResource>
345    <EmbeddedResource Include="ReportsForm.resx">
346      <SubType>Designer</SubType>
347      <DependentUpon>ReportsForm.cs</DependentUpon>
348    </EmbeddedResource>
349    <Compile Include="Properties\Resources.Designer.cs">
350      <AutoGen>True</AutoGen>
351      <DependentUpon>Resources.resx</DependentUpon>
352      <DesignTime>True</DesignTime>
353    </Compile>
354    <None Include="app.config" />
355    <None Include="Properties\Settings.settings">
356      <Generator>SettingsSingleFileGenerator</Generator>
357      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
358    </None>
359    <None Include="raporty.xsc">
360      <DependentUpon>raporty.xsd</DependentUpon>
361    </None>
362    <None Include="raporty.xsd">
363      <SubType>Designer</SubType>
364      <Generator>MSDataSetGenerator</Generator>
365      <LastGenOutput>raporty.Designer.cs</LastGenOutput>
366    </None>
367    <None Include="raporty.xss">
368      <DependentUpon>raporty.xsd</DependentUpon>
369    </None>
370    <None Include="REKLAMADataSet.xsc">
371      <DependentUpon>REKLAMADataSet.xsd</DependentUpon>
372    </None>
373    <None Include="REKLAMADataSet.xsd">
374      <Generator>MSDataSetGenerator</Generator>
375      <SubType>Designer</SubType>
376      <LastGenOutput>REKLAMADataSet.Designer.cs</LastGenOutput>
377    </None>
378    <None Include="REKLAMADataSet.xss">
379      <DependentUpon>REKLAMADataSet.xsd</DependentUpon>
380    </None>
381    <None Include="SLOWNIKDataSet.xsc">
382      <DependentUpon>SLOWNIKDataSet.xsd</DependentUpon>
383    </None>
384    <None Include="SLOWNIKDataSet.xsd">
385      <SubType>Designer</SubType>
386      <Generator>MSDataSetGenerator</Generator>
387      <LastGenOutput>SLOWNIKDataSet.Designer.cs</LastGenOutput>
388    </None>
389    <None Include="SLOWNIKDataSet.xss">
390      <DependentUpon>SLOWNIKDataSet.xsd</DependentUpon>
391    </None>
392    <Compile Include="Properties\Settings.Designer.cs">
393      <AutoGen>True</AutoGen>
394      <DependentUpon>Settings.settings</DependentUpon>
395      <DesignTimeSharedInput>True</DesignTimeSharedInput>
396    </Compile>
397    <Compile Include="ProvisionForm.cs">
398      <SubType>Form</SubType>
399    </Compile>
400    <Compile Include="ProvisionForm.Designer.cs">
401      <DependentUpon>ProvisionForm.cs</DependentUpon>
402    </Compile>
403    <Compile Include="raporty.cs">
404      <DependentUpon>raporty.xsd</DependentUpon>
405      <SubType>Component</SubType>
406    </Compile>
407    <Compile Include="raporty.Designer.cs">
408      <AutoGen>True</AutoGen>
409      <DesignTime>True</DesignTime>
410      <DependentUpon>raporty.xsd</DependentUpon>
411    </Compile>
412    <Compile Include="REKLAMADataSet.cs">
413      <DependentUpon>REKLAMADataSet.xsd</DependentUpon>
414      <SubType>Component</SubType>
415    </Compile>
416    <Compile Include="REKLAMADataSet.Designer.cs">
417      <AutoGen>True</AutoGen>
418      <DesignTime>True</DesignTime>
419      <DependentUpon>REKLAMADataSet.xsd</DependentUpon>
420    </Compile>
421    <Compile Include="ReportsForm.cs">
422      <SubType>Form</SubType>
423    </Compile>
424    <Compile Include="ReportsForm.Designer.cs">
425      <DependentUpon>ReportsForm.cs</DependentUpon>
426    </Compile>
427    <Compile Include="Settings.cs" />
428    <Compile Include="SLOWNIKDataSet.cs">
429      <DependentUpon>SLOWNIKDataSet.xsd</DependentUpon>
430      <SubType>Component</SubType>
431    </Compile>
432    <Compile Include="SLOWNIKDataSet.Designer.cs">
433      <AutoGen>True</AutoGen>
434      <DesignTime>True</DesignTime>
435      <DependentUpon>SLOWNIKDataSet.xsd</DependentUpon>
436    </Compile>
437    <Compile Include="SMSform.cs">
438      <SubType>Form</SubType>
439    </Compile>
440    <Compile Include="SMSform.Designer.cs">
441      <DependentUpon>SMSform.cs</DependentUpon>
442    </Compile>
443    <Compile Include="StartForm.cs">
444      <SubType>Form</SubType>
445    </Compile>
446    <Compile Include="StartForm.Designer.cs">
447      <DependentUpon>StartForm.cs</DependentUpon>
448    </Compile>
449    <Compile Include="ZamowieniaForm.cs">
450      <SubType>Form</SubType>
451    </Compile>
452    <Compile Include="ZamowieniaForm.Designer.cs">
453      <DependentUpon>ZamowieniaForm.cs</DependentUpon>
454    </Compile>
455  </ItemGroup>
456  <ItemGroup>
457    <Content Include="cab.ico" />
458    <EmbeddedResource Include="AddKontoForm.resx">
459      <SubType>Designer</SubType>
460      <DependentUpon>AddKontoForm.cs</DependentUpon>
461    </EmbeddedResource>
462    <EmbeddedResource Include="AddZamowienieForm.resx">
463      <SubType>Designer</SubType>
464      <DependentUpon>AddZamowienieForm.cs</DependentUpon>
465    </EmbeddedResource>
466    <EmbeddedResource Include="AdminForm.resx">
467      <SubType>Designer</SubType>
468      <DependentUpon>AdminForm.cs</DependentUpon>
469    </EmbeddedResource>
470    <EmbeddedResource Include="AgencjaAddForm.resx">
471      <SubType>Designer</SubType>
472      <DependentUpon>AgencjaAddForm.cs</DependentUpon>
473    </EmbeddedResource>
474    <EmbeddedResource Include="AgentAddForm.resx">
475      <DependentUpon>AgentAddForm.cs</DependentUpon>
476      <SubType>Designer</SubType>
477    </EmbeddedResource>
478    <EmbeddedResource Include="KorektyForm.resx">
479      <DependentUpon>KorektyForm.cs</DependentUpon>
480      <SubType>Designer</SubType>
481    </EmbeddedResource>
482    <EmbeddedResource Include="PaymentForm2.resx">
483      <DependentUpon>PaymentForm2.cs</DependentUpon>
484      <SubType>Designer</SubType>
485    </EmbeddedResource>
486    <EmbeddedResource Include="FacturesFormNEW.resx">
487      <DependentUpon>FacturesFormNEW.cs</DependentUpon>
488      <SubType>Designer</SubType>
489    </EmbeddedResource>
490    <EmbeddedResource Include="Raporty\fakturaKorekta.rdlc" />
491    <EmbeddedResource Include="ZestawienieZamowienForm.resx">
492      <DependentUpon>ZestawienieZamowienForm.cs</DependentUpon>
493      <SubType>Designer</SubType>
494    </EmbeddedResource>
495    <EmbeddedResource Include="KalendarzEmisji.resx">
496      <SubType>Designer</SubType>
497      <DependentUpon>KalendarzEmisji.cs</DependentUpon>
498    </EmbeddedResource>
499    <EmbeddedResource Include="LogoWReklamieForm.resx">
500      <DependentUpon>LogoWReklamieForm.cs</DependentUpon>
501      <SubType>Designer</SubType>
502    </EmbeddedResource>
503    <EmbeddedResource Include="DaneKlientaViewer.resx">
504      <SubType>Designer</SubType>
505      <DependentUpon>DaneKlientaViewer.cs</DependentUpon>
506    </EmbeddedResource>
507    <EmbeddedResource Include="ExportOptions.resx">
508      <SubType>Designer</SubType>
509      <DependentUpon>ExportOptions.cs</DependentUpon>
510    </EmbeddedResource>
511    <EmbeddedResource Include="FormBadVer.resx">
512      <DependentUpon>FormBadVer.cs</DependentUpon>
513      <SubType>Designer</SubType>
514    </EmbeddedResource>
515    <EmbeddedResource Include="FullInfoProjectForm.resx">
516      <SubType>Designer</SubType>
517      <DependentUpon>FullInfoProjectForm.cs</DependentUpon>
518    </EmbeddedResource>
519    <EmbeddedResource Include="KursyWalutPoznan.resx">
520      <SubType>Designer</SubType>
521      <DependentUpon>KursyWalutPoznan.cs</DependentUpon>
522    </EmbeddedResource>
523    <EmbeddedResource Include="ListaReklamNaWydanieForm.resx">
524      <SubType>Designer</SubType>
525      <DependentUpon>ListaReklamNaWydanieForm.cs</DependentUpon>
526    </EmbeddedResource>
527    <EmbeddedResource Include="LogaKlientowForm.resx">
528      <DependentUpon>LogaKlientowForm.cs</DependentUpon>
529      <SubType>Designer</SubType>
530    </EmbeddedResource>
531    <EmbeddedResource Include="MailForm.resx">
532      <SubType>Designer</SubType>
533      <DependentUpon>MailForm.cs</DependentUpon>
534    </EmbeddedResource>
535    <EmbeddedResource Include="OcenaAddForm.resx">
536      <SubType>Designer</SubType>
537      <DependentUpon>OcenaAddForm.cs</DependentUpon>
538    </EmbeddedResource>
539    <EmbeddedResource Include="OferForm.resx">
540      <SubType>Designer</SubType>
541      <DependentUpon>OferForm.cs</DependentUpon>
542    </EmbeddedResource>
543    <EmbeddedResource Include="Raporty\fakturaReversed2.rdlc" />
544    <EmbeddedResource Include="Raporty\zamowienie2.rdlc" />
545    <EmbeddedResource Include="Raporty\fakturaPoznan.rdlc" />
546    <EmbeddedResource Include="Raporty\DaneKlienta.rdlc" />
547    <EmbeddedResource Include="Raporty\fakturaReversed.rdlc" />
548    <EmbeddedResource Include="Raporty\OsobyDoKontaktu.rdlc" />
549    <EmbeddedResource Include="Raporty\proformaReversed.rdlc" />
550    <EmbeddedResource Include="Raporty\emisje2.rdlc" />
551    <EmbeddedResource Include="Raporty\emisje.rdlc" />
552    <EmbeddedResource Include="Raporty\ListDoKlienta2.rdlc" />
553    <EmbeddedResource Include="Raporty\faktura.xml">
554      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
555    </EmbeddedResource>
556    <EmbeddedResource Include="Raporty\zamowienie.rdlc" />
557    <EmbeddedResource Include="Raporty\zamowienie.xml">
558      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
559    </EmbeddedResource>
560    <EmbeddedResource Include="SMSform.resx">
561      <SubType>Designer</SubType>
562      <DependentUpon>SMSform.cs</DependentUpon>
563    </EmbeddedResource>
564    <EmbeddedResource Include="StartForm.resx">
565      <SubType>Designer</SubType>
566      <DependentUpon>StartForm.cs</DependentUpon>
567    </EmbeddedResource>
568    <EmbeddedResource Include="ZamowieniaForm.resx">
569      <SubType>Designer</SubType>
570      <DependentUpon>ZamowieniaForm.cs</DependentUpon>
571    </EmbeddedResource>
572    <Content Include="Docs\doc.txt" />
573    <None Include="Docs\Zmiany.htm" />
574    <Content Include="Resources\bullet_ball_glass_green.png" />
575    <Content Include="Resources\bullet_ball_glass_red.png" />
576    <Content Include="Docs\TODO.txt" />
577  </ItemGroup>
578  <ItemGroup>
579    <COMReference Include="Excel">
580      <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
581      <VersionMajor>1</VersionMajor>
582      <VersionMinor>3</VersionMinor>
583      <Lcid>0</Lcid>
584      <WrapperTool>tlbimp</WrapperTool>
585      <Isolated>False</Isolated>
586    </COMReference>
587    <COMReference Include="Office">
588      <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
589      <VersionMajor>2</VersionMajor>
590      <VersionMinor>1</VersionMinor>
591      <Lcid>0</Lcid>
592      <WrapperTool>tlbimp</WrapperTool>
593      <Isolated>False</Isolated>
594    </COMReference>
595    <COMReference Include="Shell32">
596      <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
597      <VersionMajor>1</VersionMajor>
598      <VersionMinor>0</VersionMinor>
599      <Lcid>0</Lcid>
600      <WrapperTool>tlbimp</WrapperTool>
601      <Isolated>False</Isolated>
602    </COMReference>
603    <COMReference Include="VBIDE">
604      <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
605      <VersionMajor>5</VersionMajor>
606      <VersionMinor>3</VersionMinor>
607      <Lcid>0</Lcid>
608      <WrapperTool>tlbimp</WrapperTool>
609      <Isolated>False</Isolated>
610    </COMReference>
611    <COMReference Include="Word">
612      <Guid>{00020905-0000-0000-C000-000000000046}</Guid>
613      <VersionMajor>8</VersionMajor>
614      <VersionMinor>1</VersionMinor>
615      <Lcid>0</Lcid>
616      <WrapperTool>tlbimp</WrapperTool>
617      <Isolated>False</Isolated>
618    </COMReference>
619  </ItemGroup>
620  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
621  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
622       Other similar extension points exist, see Microsoft.Common.targets.
623  <Target Name="BeforeBuild">
624  </Target>
625  <Target Name="AfterBuild">
626  </Target>
627  -->
628</Project>
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.