| 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>{FC7126F4-3AC2-4B9B-A7B0-6E130EE5EC9A}</ProjectGuid>
|
|---|
| 8 | <OutputType>WinExe</OutputType>
|
|---|
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
|---|
| 10 | <RootNamespace>BazaZamowien</RootNamespace>
|
|---|
| 11 | <AssemblyName>BazaZamowien</AssemblyName>
|
|---|
| 12 | <Win32Resource>
|
|---|
| 13 | </Win32Resource>
|
|---|
| 14 | <ApplicationIcon>shoppingcart_full.ico</ApplicationIcon>
|
|---|
| 15 | <IsWebBootstrapper>true</IsWebBootstrapper>
|
|---|
| 16 | <ManifestCertificateThumbprint>A7CF57025CC45FDA085D5EB08D98EB7D8497AEF5</ManifestCertificateThumbprint>
|
|---|
| 17 | <ManifestKeyFile>BazaZamowien_TemporaryKey.pfx</ManifestKeyFile>
|
|---|
| 18 | <GenerateManifests>true</GenerateManifests>
|
|---|
| 19 | <SignManifests>true</SignManifests>
|
|---|
| 20 | <PublishUrl>C:\temp\BazaZamowien\Install\</PublishUrl>
|
|---|
| 21 | <Install>true</Install>
|
|---|
| 22 | <InstallFrom>Web</InstallFrom>
|
|---|
| 23 | <UpdateEnabled>true</UpdateEnabled>
|
|---|
| 24 | <UpdateMode>Foreground</UpdateMode>
|
|---|
| 25 | <UpdateInterval>7</UpdateInterval>
|
|---|
| 26 | <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|---|
| 27 | <UpdatePeriodically>false</UpdatePeriodically>
|
|---|
| 28 | <UpdateRequired>false</UpdateRequired>
|
|---|
| 29 | <MapFileExtensions>true</MapFileExtensions>
|
|---|
| 30 | <InstallUrl>http://www.infocity.pl/bazazamowien/install/</InstallUrl>
|
|---|
| 31 | <TargetCulture>pl-PL</TargetCulture>
|
|---|
| 32 | <ProductName>Baza Zamówień</ProductName>
|
|---|
| 33 | <PublisherName>AACT</PublisherName>
|
|---|
| 34 | <WebPage>index.htm</WebPage>
|
|---|
| 35 | <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
|---|
| 36 | <ApplicationVersion>1.0.0.5</ApplicationVersion>
|
|---|
| 37 | <BootstrapperEnabled>false</BootstrapperEnabled>
|
|---|
| 38 | <SignAssembly>false</SignAssembly>
|
|---|
| 39 | </PropertyGroup>
|
|---|
| 40 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|---|
| 41 | <DebugSymbols>true</DebugSymbols>
|
|---|
| 42 | <DebugType>full</DebugType>
|
|---|
| 43 | <Optimize>false</Optimize>
|
|---|
| 44 | <OutputPath>bin\Debug\</OutputPath>
|
|---|
| 45 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|---|
| 46 | <ErrorReport>prompt</ErrorReport>
|
|---|
| 47 | <WarningLevel>4</WarningLevel>
|
|---|
| 48 | </PropertyGroup>
|
|---|
| 49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|---|
| 50 | <DebugType>pdbonly</DebugType>
|
|---|
| 51 | <Optimize>true</Optimize>
|
|---|
| 52 | <OutputPath>bin\Release\</OutputPath>
|
|---|
| 53 | <DefineConstants>TRACE</DefineConstants>
|
|---|
| 54 | <ErrorReport>prompt</ErrorReport>
|
|---|
| 55 | <WarningLevel>4</WarningLevel>
|
|---|
| 56 | </PropertyGroup>
|
|---|
| 57 | <ItemGroup>
|
|---|
| 58 | <Reference Include="Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|---|
| 59 | <Reference Include="Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|---|
| 60 | <Reference Include="System" />
|
|---|
| 61 | <Reference Include="System.Data" />
|
|---|
| 62 | <Reference Include="System.Deployment" />
|
|---|
| 63 | <Reference Include="System.Drawing" />
|
|---|
| 64 | <Reference Include="System.Web" />
|
|---|
| 65 | <Reference Include="System.Web.Services" />
|
|---|
| 66 | <Reference Include="System.Windows.Forms" />
|
|---|
| 67 | <Reference Include="System.Xml" />
|
|---|
| 68 | </ItemGroup>
|
|---|
| 69 | <ItemGroup>
|
|---|
| 70 | <Compile Include="Classes\ExcelHandler.cs" />
|
|---|
| 71 | <Compile Include="Classes\Premie\PremieMail.cs" />
|
|---|
| 72 | <Compile Include="Classes\PrintDGV.cs" />
|
|---|
| 73 | <Compile Include="Classes\Zamowienia\ZamowienieMail.cs" />
|
|---|
| 74 | <Compile Include="FormBadVer.cs">
|
|---|
| 75 | <SubType>Form</SubType>
|
|---|
| 76 | </Compile>
|
|---|
| 77 | <Compile Include="FormBadVer.Designer.cs">
|
|---|
| 78 | <DependentUpon>FormBadVer.cs</DependentUpon>
|
|---|
| 79 | </Compile>
|
|---|
| 80 | <Compile Include="PREMIEDataSet.cs">
|
|---|
| 81 | <DependentUpon>PREMIEDataSet.xsd</DependentUpon>
|
|---|
| 82 | <SubType>Component</SubType>
|
|---|
| 83 | </Compile>
|
|---|
| 84 | <Compile Include="Premie\UserAddFormPremie.cs">
|
|---|
| 85 | <SubType>Form</SubType>
|
|---|
| 86 | </Compile>
|
|---|
| 87 | <Compile Include="Premie\UserAddFormPremie.Designer.cs">
|
|---|
| 88 | <DependentUpon>UserAddFormPremie.cs</DependentUpon>
|
|---|
| 89 | </Compile>
|
|---|
| 90 | <Compile Include="PrintOptions.cs">
|
|---|
| 91 | <SubType>Form</SubType>
|
|---|
| 92 | </Compile>
|
|---|
| 93 | <Compile Include="PrintOptions.designer.cs">
|
|---|
| 94 | <DependentUpon>PrintOptions.cs</DependentUpon>
|
|---|
| 95 | </Compile>
|
|---|
| 96 | <Compile Include="Zamowienia\AdminFormZamowienie.cs">
|
|---|
| 97 | <SubType>Form</SubType>
|
|---|
| 98 | </Compile>
|
|---|
| 99 | <Compile Include="Zamowienia\AdminFormZamowienie.Designer.cs">
|
|---|
| 100 | <DependentUpon>AdminFormZamowienie.cs</DependentUpon>
|
|---|
| 101 | </Compile>
|
|---|
| 102 | <Compile Include="Premie\AdminFormPremie.cs">
|
|---|
| 103 | <SubType>Form</SubType>
|
|---|
| 104 | </Compile>
|
|---|
| 105 | <Compile Include="Premie\AdminFormPremie.Designer.cs">
|
|---|
| 106 | <DependentUpon>AdminFormPremie.cs</DependentUpon>
|
|---|
| 107 | </Compile>
|
|---|
| 108 | <Compile Include="Classes\BoundItem.cs" />
|
|---|
| 109 | <Compile Include="Classes\ConnString.cs" />
|
|---|
| 110 | <Compile Include="Classes\Premie\PremieUtils.cs" />
|
|---|
| 111 | <Compile Include="Classes\Premie\PremieDBBindings.cs" />
|
|---|
| 112 | <Compile Include="Classes\User.cs" />
|
|---|
| 113 | <Compile Include="Classes\Zamowienia\ZamowieniaUtils.cs" />
|
|---|
| 114 | <Compile Include="Classes\Version.cs" />
|
|---|
| 115 | <Compile Include="Classes\Zamowienia\ZamowieniaDBBindings.cs" />
|
|---|
| 116 | <Compile Include="Zamowienia\DzialAddForm.cs">
|
|---|
| 117 | <SubType>Form</SubType>
|
|---|
| 118 | </Compile>
|
|---|
| 119 | <Compile Include="Zamowienia\DzialAddForm.Designer.cs">
|
|---|
| 120 | <DependentUpon>DzialAddForm.cs</DependentUpon>
|
|---|
| 121 | </Compile>
|
|---|
| 122 | <Compile Include="Logowanie.cs">
|
|---|
| 123 | <SubType>Form</SubType>
|
|---|
| 124 | </Compile>
|
|---|
| 125 | <Compile Include="Logowanie.designer.cs">
|
|---|
| 126 | <DependentUpon>Logowanie.cs</DependentUpon>
|
|---|
| 127 | </Compile>
|
|---|
| 128 | <Compile Include="MailForm.cs">
|
|---|
| 129 | <SubType>Form</SubType>
|
|---|
| 130 | </Compile>
|
|---|
| 131 | <Compile Include="MailForm.designer.cs">
|
|---|
| 132 | <DependentUpon>MailForm.cs</DependentUpon>
|
|---|
| 133 | </Compile>
|
|---|
| 134 | <Compile Include="MDImainForm.cs">
|
|---|
| 135 | <SubType>Form</SubType>
|
|---|
| 136 | </Compile>
|
|---|
| 137 | <Compile Include="MDImainForm.Designer.cs">
|
|---|
| 138 | <DependentUpon>MDImainForm.cs</DependentUpon>
|
|---|
| 139 | </Compile>
|
|---|
| 140 | <Compile Include="Classes\Premie\Premia.cs" />
|
|---|
| 141 | <Compile Include="Premie\PremiaForm.cs">
|
|---|
| 142 | <SubType>Form</SubType>
|
|---|
| 143 | </Compile>
|
|---|
| 144 | <Compile Include="Premie\PremiaForm.Designer.cs">
|
|---|
| 145 | <DependentUpon>PremiaForm.cs</DependentUpon>
|
|---|
| 146 | </Compile>
|
|---|
| 147 | <Compile Include="PREMIEDataSet.Designer.cs">
|
|---|
| 148 | <AutoGen>True</AutoGen>
|
|---|
| 149 | <DesignTime>True</DesignTime>
|
|---|
| 150 | <DependentUpon>PREMIEDataSet.xsd</DependentUpon>
|
|---|
| 151 | </Compile>
|
|---|
| 152 | <Compile Include="Premie\PremieForm.cs">
|
|---|
| 153 | <SubType>Form</SubType>
|
|---|
| 154 | </Compile>
|
|---|
| 155 | <Compile Include="Premie\PremieForm.Designer.cs">
|
|---|
| 156 | <DependentUpon>PremieForm.cs</DependentUpon>
|
|---|
| 157 | </Compile>
|
|---|
| 158 | <Compile Include="Premie\PremieWspolczynniki.cs">
|
|---|
| 159 | <SubType>Form</SubType>
|
|---|
| 160 | </Compile>
|
|---|
| 161 | <Compile Include="Premie\PremieWspolczynniki.Designer.cs">
|
|---|
| 162 | <DependentUpon>PremieWspolczynniki.cs</DependentUpon>
|
|---|
| 163 | </Compile>
|
|---|
| 164 | <Compile Include="Zamowienia\UserAddFormZamowienia.cs">
|
|---|
| 165 | <SubType>Form</SubType>
|
|---|
| 166 | </Compile>
|
|---|
| 167 | <Compile Include="Zamowienia\UserAddFormZamowienia.Designer.cs">
|
|---|
| 168 | <DependentUpon>UserAddFormZamowienia.cs</DependentUpon>
|
|---|
| 169 | </Compile>
|
|---|
| 170 | <Compile Include="Zamowienia\ZamowieniaForm.cs">
|
|---|
| 171 | <SubType>Form</SubType>
|
|---|
| 172 | </Compile>
|
|---|
| 173 | <Compile Include="Zamowienia\ZamowieniaForm.Designer.cs">
|
|---|
| 174 | <DependentUpon>ZamowieniaForm.cs</DependentUpon>
|
|---|
| 175 | </Compile>
|
|---|
| 176 | <Compile Include="Program.cs" />
|
|---|
| 177 | <Compile Include="Properties\AssemblyInfo.cs" />
|
|---|
| 178 | <EmbeddedResource Include="FormBadVer.resx">
|
|---|
| 179 | <SubType>Designer</SubType>
|
|---|
| 180 | <DependentUpon>FormBadVer.cs</DependentUpon>
|
|---|
| 181 | </EmbeddedResource>
|
|---|
| 182 | <EmbeddedResource Include="Premie\AdminFormPremie.resx">
|
|---|
| 183 | <SubType>Designer</SubType>
|
|---|
| 184 | <DependentUpon>AdminFormPremie.cs</DependentUpon>
|
|---|
| 185 | </EmbeddedResource>
|
|---|
| 186 | <EmbeddedResource Include="Premie\UserAddFormPremie.resx">
|
|---|
| 187 | <DependentUpon>UserAddFormPremie.cs</DependentUpon>
|
|---|
| 188 | <SubType>Designer</SubType>
|
|---|
| 189 | </EmbeddedResource>
|
|---|
| 190 | <EmbeddedResource Include="PrintOptions.resx">
|
|---|
| 191 | <DependentUpon>PrintOptions.cs</DependentUpon>
|
|---|
| 192 | <SubType>Designer</SubType>
|
|---|
| 193 | </EmbeddedResource>
|
|---|
| 194 | <EmbeddedResource Include="Zamowienia\AdminFormZamowienie.resx">
|
|---|
| 195 | <SubType>Designer</SubType>
|
|---|
| 196 | <DependentUpon>AdminFormZamowienie.cs</DependentUpon>
|
|---|
| 197 | </EmbeddedResource>
|
|---|
| 198 | <EmbeddedResource Include="Zamowienia\DzialAddForm.resx">
|
|---|
| 199 | <SubType>Designer</SubType>
|
|---|
| 200 | <DependentUpon>DzialAddForm.cs</DependentUpon>
|
|---|
| 201 | </EmbeddedResource>
|
|---|
| 202 | <EmbeddedResource Include="Logowanie.resx">
|
|---|
| 203 | <DependentUpon>Logowanie.cs</DependentUpon>
|
|---|
| 204 | <SubType>Designer</SubType>
|
|---|
| 205 | </EmbeddedResource>
|
|---|
| 206 | <EmbeddedResource Include="MailForm.resx">
|
|---|
| 207 | <DependentUpon>MailForm.cs</DependentUpon>
|
|---|
| 208 | <SubType>Designer</SubType>
|
|---|
| 209 | </EmbeddedResource>
|
|---|
| 210 | <EmbeddedResource Include="MDImainForm.resx">
|
|---|
| 211 | <SubType>Designer</SubType>
|
|---|
| 212 | <DependentUpon>MDImainForm.cs</DependentUpon>
|
|---|
| 213 | </EmbeddedResource>
|
|---|
| 214 | <EmbeddedResource Include="Premie\PremiaForm.resx">
|
|---|
| 215 | <SubType>Designer</SubType>
|
|---|
| 216 | <DependentUpon>PremiaForm.cs</DependentUpon>
|
|---|
| 217 | </EmbeddedResource>
|
|---|
| 218 | <EmbeddedResource Include="Premie\PremieForm.resx">
|
|---|
| 219 | <SubType>Designer</SubType>
|
|---|
| 220 | <DependentUpon>PremieForm.cs</DependentUpon>
|
|---|
| 221 | </EmbeddedResource>
|
|---|
| 222 | <EmbeddedResource Include="Premie\PremieWspolczynniki.resx">
|
|---|
| 223 | <SubType>Designer</SubType>
|
|---|
| 224 | <DependentUpon>PremieWspolczynniki.cs</DependentUpon>
|
|---|
| 225 | </EmbeddedResource>
|
|---|
| 226 | <EmbeddedResource Include="Raporty\realizacje.rdlc" />
|
|---|
| 227 | <EmbeddedResource Include="Raporty\zamowienia.rdlc" />
|
|---|
| 228 | <EmbeddedResource Include="Zamowienia\UserAddFormZamowienia.resx">
|
|---|
| 229 | <SubType>Designer</SubType>
|
|---|
| 230 | <DependentUpon>UserAddFormZamowienia.cs</DependentUpon>
|
|---|
| 231 | </EmbeddedResource>
|
|---|
| 232 | <EmbeddedResource Include="Zamowienia\ZamowieniaForm.resx">
|
|---|
| 233 | <SubType>Designer</SubType>
|
|---|
| 234 | <DependentUpon>ZamowieniaForm.cs</DependentUpon>
|
|---|
| 235 | </EmbeddedResource>
|
|---|
| 236 | <EmbeddedResource Include="Properties\Resources.resx">
|
|---|
| 237 | <Generator>ResXFileCodeGenerator</Generator>
|
|---|
| 238 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|---|
| 239 | <SubType>Designer</SubType>
|
|---|
| 240 | </EmbeddedResource>
|
|---|
| 241 | <EmbeddedResource Include="Zamowienia\RealizacjaForm.resx">
|
|---|
| 242 | <SubType>Designer</SubType>
|
|---|
| 243 | <DependentUpon>RealizacjaForm.cs</DependentUpon>
|
|---|
| 244 | </EmbeddedResource>
|
|---|
| 245 | <EmbeddedResource Include="Zamowienia\ZamowienieForm.resx">
|
|---|
| 246 | <SubType>Designer</SubType>
|
|---|
| 247 | <DependentUpon>ZamowienieForm.cs</DependentUpon>
|
|---|
| 248 | </EmbeddedResource>
|
|---|
| 249 | <EmbeddedResource Include="Zamowienia\ZamowienieViewer.resx">
|
|---|
| 250 | <SubType>Designer</SubType>
|
|---|
| 251 | <DependentUpon>ZamowienieViewer.cs</DependentUpon>
|
|---|
| 252 | </EmbeddedResource>
|
|---|
| 253 | <Compile Include="Properties\Resources.Designer.cs">
|
|---|
| 254 | <AutoGen>True</AutoGen>
|
|---|
| 255 | <DependentUpon>Resources.resx</DependentUpon>
|
|---|
| 256 | <DesignTime>True</DesignTime>
|
|---|
| 257 | </Compile>
|
|---|
| 258 | <None Include="app.config" />
|
|---|
| 259 | <None Include="PREMIEDataSet.xsc">
|
|---|
| 260 | <DependentUpon>PREMIEDataSet.xsd</DependentUpon>
|
|---|
| 261 | </None>
|
|---|
| 262 | <None Include="PREMIEDataSet.xsd">
|
|---|
| 263 | <SubType>Designer</SubType>
|
|---|
| 264 | <Generator>MSDataSetGenerator</Generator>
|
|---|
| 265 | <LastGenOutput>PREMIEDataSet.Designer.cs</LastGenOutput>
|
|---|
| 266 | </None>
|
|---|
| 267 | <None Include="PREMIEDataSet.xss">
|
|---|
| 268 | <DependentUpon>PREMIEDataSet.xsd</DependentUpon>
|
|---|
| 269 | </None>
|
|---|
| 270 | <None Include="Properties\Settings.settings">
|
|---|
| 271 | <Generator>SettingsSingleFileGenerator</Generator>
|
|---|
| 272 | <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|---|
| 273 | </None>
|
|---|
| 274 | <None Include="zamowieniaDataSet.xsc">
|
|---|
| 275 | <DependentUpon>zamowieniaDataSet.xsd</DependentUpon>
|
|---|
| 276 | </None>
|
|---|
| 277 | <None Include="zamowieniaDataSet.xsd">
|
|---|
| 278 | <SubType>Designer</SubType>
|
|---|
| 279 | <Generator>MSDataSetGenerator</Generator>
|
|---|
| 280 | <LastGenOutput>zamowieniaDataSet.Designer.cs</LastGenOutput>
|
|---|
| 281 | </None>
|
|---|
| 282 | <None Include="zamowieniaDataSet.xss">
|
|---|
| 283 | <DependentUpon>zamowieniaDataSet.xsd</DependentUpon>
|
|---|
| 284 | </None>
|
|---|
| 285 | <Compile Include="Properties\Settings.Designer.cs">
|
|---|
| 286 | <AutoGen>True</AutoGen>
|
|---|
| 287 | <DependentUpon>Settings.settings</DependentUpon>
|
|---|
| 288 | <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|---|
| 289 | </Compile>
|
|---|
| 290 | <Compile Include="Zamowienia\RealizacjaForm.cs">
|
|---|
| 291 | <SubType>Form</SubType>
|
|---|
| 292 | </Compile>
|
|---|
| 293 | <Compile Include="Zamowienia\RealizacjaForm.Designer.cs">
|
|---|
| 294 | <DependentUpon>RealizacjaForm.cs</DependentUpon>
|
|---|
| 295 | </Compile>
|
|---|
| 296 | <Compile Include="zamowieniaDataSet.Designer.cs">
|
|---|
| 297 | <AutoGen>True</AutoGen>
|
|---|
| 298 | <DesignTime>True</DesignTime>
|
|---|
| 299 | <DependentUpon>zamowieniaDataSet.xsd</DependentUpon>
|
|---|
| 300 | </Compile>
|
|---|
| 301 | <Compile Include="Zamowienia\ZamowienieForm.cs">
|
|---|
| 302 | <SubType>Form</SubType>
|
|---|
| 303 | </Compile>
|
|---|
| 304 | <Compile Include="Zamowienia\ZamowienieForm.Designer.cs">
|
|---|
| 305 | <DependentUpon>ZamowienieForm.cs</DependentUpon>
|
|---|
| 306 | </Compile>
|
|---|
| 307 | <Compile Include="Zamowienia\ZamowienieViewer.cs">
|
|---|
| 308 | <SubType>Form</SubType>
|
|---|
| 309 | </Compile>
|
|---|
| 310 | <Compile Include="Zamowienia\ZamowienieViewer.Designer.cs">
|
|---|
| 311 | <DependentUpon>ZamowienieViewer.cs</DependentUpon>
|
|---|
| 312 | </Compile>
|
|---|
| 313 | </ItemGroup>
|
|---|
| 314 | <ItemGroup>
|
|---|
| 315 | <None Include="BazaZamowien_TemporaryKey.pfx" />
|
|---|
| 316 | <None Include="Resources\arrow_left_blue.png" />
|
|---|
| 317 | <None Include="Resources\delete2.png" />
|
|---|
| 318 | <Content Include="shoppingcart_full.ico" />
|
|---|
| 319 | <Content Include="TODO.htm" />
|
|---|
| 320 | </ItemGroup>
|
|---|
| 321 | <ItemGroup>
|
|---|
| 322 | <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|---|
| 323 | <Visible>False</Visible>
|
|---|
| 324 | <ProductName>.NET Framework 2.0</ProductName>
|
|---|
| 325 | <Install>true</Install>
|
|---|
| 326 | </BootstrapperPackage>
|
|---|
| 327 | </ItemGroup>
|
|---|
| 328 | <ItemGroup>
|
|---|
| 329 | <COMReference Include="Excel">
|
|---|
| 330 | <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
|
|---|
| 331 | <VersionMajor>1</VersionMajor>
|
|---|
| 332 | <VersionMinor>3</VersionMinor>
|
|---|
| 333 | <Lcid>0</Lcid>
|
|---|
| 334 | <WrapperTool>tlbimp</WrapperTool>
|
|---|
| 335 | <Isolated>False</Isolated>
|
|---|
| 336 | </COMReference>
|
|---|
| 337 | <COMReference Include="Office">
|
|---|
| 338 | <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
|
|---|
| 339 | <VersionMajor>2</VersionMajor>
|
|---|
| 340 | <VersionMinor>1</VersionMinor>
|
|---|
| 341 | <Lcid>0</Lcid>
|
|---|
| 342 | <WrapperTool>tlbimp</WrapperTool>
|
|---|
| 343 | <Isolated>False</Isolated>
|
|---|
| 344 | </COMReference>
|
|---|
| 345 | <COMReference Include="Shell32">
|
|---|
| 346 | <Guid>{50A7E9B0-70EF-11D1-B75A-00A0C90564FE}</Guid>
|
|---|
| 347 | <VersionMajor>1</VersionMajor>
|
|---|
| 348 | <VersionMinor>0</VersionMinor>
|
|---|
| 349 | <Lcid>0</Lcid>
|
|---|
| 350 | <WrapperTool>tlbimp</WrapperTool>
|
|---|
| 351 | <Isolated>False</Isolated>
|
|---|
| 352 | </COMReference>
|
|---|
| 353 | <COMReference Include="VBIDE">
|
|---|
| 354 | <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
|
|---|
| 355 | <VersionMajor>5</VersionMajor>
|
|---|
| 356 | <VersionMinor>3</VersionMinor>
|
|---|
| 357 | <Lcid>0</Lcid>
|
|---|
| 358 | <WrapperTool>tlbimp</WrapperTool>
|
|---|
| 359 | <Isolated>False</Isolated>
|
|---|
| 360 | </COMReference>
|
|---|
| 361 | <COMReference Include="Word">
|
|---|
| 362 | <Guid>{00020905-0000-0000-C000-000000000046}</Guid>
|
|---|
| 363 | <VersionMajor>8</VersionMajor>
|
|---|
| 364 | <VersionMinor>1</VersionMinor>
|
|---|
| 365 | <Lcid>0</Lcid>
|
|---|
| 366 | <WrapperTool>tlbimp</WrapperTool>
|
|---|
| 367 | <Isolated>False</Isolated>
|
|---|
| 368 | </COMReference>
|
|---|
| 369 | </ItemGroup>
|
|---|
| 370 | <ItemGroup>
|
|---|
| 371 | <PublishFile Include="ADODB">
|
|---|
| 372 | <Visible>False</Visible>
|
|---|
| 373 | <Group>
|
|---|
| 374 | </Group>
|
|---|
| 375 | <TargetPath>
|
|---|
| 376 | </TargetPath>
|
|---|
| 377 | <PublishState>Include</PublishState>
|
|---|
| 378 | <FileType>Assembly</FileType>
|
|---|
| 379 | </PublishFile>
|
|---|
| 380 | <PublishFile Include="Microsoft.ReportViewer.Common">
|
|---|
| 381 | <Visible>False</Visible>
|
|---|
| 382 | <Group>
|
|---|
| 383 | </Group>
|
|---|
| 384 | <TargetPath>
|
|---|
| 385 | </TargetPath>
|
|---|
| 386 | <PublishState>Include</PublishState>
|
|---|
| 387 | <FileType>Assembly</FileType>
|
|---|
| 388 | </PublishFile>
|
|---|
| 389 | <PublishFile Include="Microsoft.ReportViewer.ProcessingObjectModel">
|
|---|
| 390 | <Visible>False</Visible>
|
|---|
| 391 | <Group>
|
|---|
| 392 | </Group>
|
|---|
| 393 | <TargetPath>
|
|---|
| 394 | </TargetPath>
|
|---|
| 395 | <PublishState>Include</PublishState>
|
|---|
| 396 | <FileType>Assembly</FileType>
|
|---|
| 397 | </PublishFile>
|
|---|
| 398 | <PublishFile Include="Microsoft.ReportViewer.WinForms">
|
|---|
| 399 | <Visible>False</Visible>
|
|---|
| 400 | <Group>
|
|---|
| 401 | </Group>
|
|---|
| 402 | <TargetPath>
|
|---|
| 403 | </TargetPath>
|
|---|
| 404 | <PublishState>Include</PublishState>
|
|---|
| 405 | <FileType>Assembly</FileType>
|
|---|
| 406 | </PublishFile>
|
|---|
| 407 | </ItemGroup>
|
|---|
| 408 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|---|
| 409 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|---|
| 410 | Other similar extension points exist, see Microsoft.Common.targets.
|
|---|
| 411 | <Target Name="BeforeBuild">
|
|---|
| 412 | </Target>
|
|---|
| 413 | <Target Name="AfterBuild">
|
|---|
| 414 | </Target>
|
|---|
| 415 | -->
|
|---|
| 416 | </Project> |
|---|