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

Wersja 103, 24.5 KB (wprowadzona przez dorota, 17 years temu)

fakturowanie - Poznań - Katowice - cz 1

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