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