Toshiba_Kanban_Issuance/.svn/pristine/f4/f4dcd14a8ebe6d9b6c01597c7a4ccf837cd98706.svn-base

399 lines
16 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8C79F105-3456-4E41-8510-5B53B1CBE2DA}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>Mounting_Sequence.My.MyApplication</StartupObject>
<RootNamespace>Mounting_Sequence</RootNamespace>
<AssemblyName>Kanban System</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<OptionExplicit>On</OptionExplicit>
<OptionCompare>Binary</OptionCompare>
<OptionStrict>Off</OptionStrict>
<OptionInfer>On</OptionInfer>
<IsWebBootstrapper>false</IsWebBootstrapper>
<ManifestCertificateThumbprint>FBEEDD380FB73D0FA2E8043734A30FB087187585</ManifestCertificateThumbprint>
<ManifestKeyFile>Kanban System_3_TemporaryKey.pfx</ManifestKeyFile>
<GenerateManifests>true</GenerateManifests>
<SignManifests>true</SignManifests>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<PublishUrl>\\192.168.7.47\Shared\Epson_Kanban\</PublishUrl>
<Install>true</Install>
<InstallFrom>Unc</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ProductName>Kanban</ProductName>
<PublisherName>Ionics EMS, Inc.</PublisherName>
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.htm</WebPage>
<ApplicationRevision>25</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>Kanban System.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>Kanban System.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="Interop.Microsoft.Office.Interop.Excel">
<HintPath>..\..\..\..\Old Files\Interop.Microsoft.Office.Interop.Excel.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<Reference Include="Microsoft.ReportViewer.WinForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="ApplicationEvents.vb" />
<Compile Include="Classes\Connection.vb" />
<Compile Include="Classes\Parts.vb" />
<Compile Include="Classes\PartsRecords.vb" />
<Compile Include="Classes\PCB.vb" />
<Compile Include="Classes\Machine.vb" />
<Compile Include="Classes\Mounting.vb" />
<Compile Include="Classes\PartsPrep.vb" />
<Compile Include="Classes\Plant.vb" />
<Compile Include="Classes\Sequence.vb" />
<Compile Include="Classes\User.vb" />
<Compile Include="EpsonDataSet.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>EpsonDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="EpsonDataSet1.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>EpsonDataSet1.xsd</DependentUpon>
</Compile>
<Compile Include="EpsonDataSet1.vb">
<DependentUpon>EpsonDataSet1.xsd</DependentUpon>
</Compile>
<Compile Include="Forms\issuanceForm.Designer.vb">
<DependentUpon>issuanceForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\issuanceForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\kittedReportForm.Designer.vb">
<DependentUpon>kittedReportForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\kittedReportForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\kittingForm.Designer.vb">
<DependentUpon>kittingForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\kittingForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\myMessageBox.Designer.vb">
<DependentUpon>myMessageBox.vb</DependentUpon>
</Compile>
<Compile Include="Forms\myMessageBox.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\partsForm.Designer.vb">
<DependentUpon>partsForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\partsForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\PCBScanForm.designer.vb">
<DependentUpon>PCBScanForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\PCBScanForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\PlantMaintenanceForm.Designer.vb">
<DependentUpon>PlantMaintenanceForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\PlantMaintenanceForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\PPReturnForm.designer.vb">
<DependentUpon>PPReturnForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\PPReturnForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\PPInventoryForm.designer.vb">
<DependentUpon>PPInventoryForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\PPInventoryForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\PPReceiveForm.designer.vb">
<DependentUpon>PPReceiveForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\PPReceiveForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\machineForm.designer.vb">
<DependentUpon>machineForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\machineForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\loginForm.designer.vb">
<DependentUpon>loginForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\loginForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\mainForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\mainForm.Designer.vb">
<DependentUpon>mainForm.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\mcSeqForm.Designer.vb">
<DependentUpon>mcSeqForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\mcSeqForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\mountingForm.Designer.vb">
<DependentUpon>mountingForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\mountingForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\requestForm.Designer.vb">
<DependentUpon>requestForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\requestForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\uploadMcSeq.designer.vb">
<DependentUpon>uploadMcSeq.vb</DependentUpon>
</Compile>
<Compile Include="Forms\uploadMcSeq.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\userForm.designer.vb">
<DependentUpon>userForm.vb</DependentUpon>
</Compile>
<Compile Include="Forms\userForm.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Forms\issuanceForm.resx">
<DependentUpon>issuanceForm.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\kittedReportForm.resx">
<DependentUpon>kittedReportForm.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\kittingForm.resx">
<DependentUpon>kittingForm.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\myMessageBox.resx">
<DependentUpon>myMessageBox.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\partsForm.resx">
<DependentUpon>partsForm.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\PCBScanForm.resx">
<DependentUpon>PCBScanForm.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\PlantMaintenanceForm.resx">
<DependentUpon>PlantMaintenanceForm.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\PPReturnForm.resx">
<DependentUpon>PPReturnForm.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\PPInventoryForm.resx">
<DependentUpon>PPInventoryForm.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\PPReceiveForm.resx">
<DependentUpon>PPReceiveForm.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\machineForm.resx">
<DependentUpon>machineForm.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\loginForm.resx">
<DependentUpon>loginForm.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\mainForm.resx">
<DependentUpon>mainForm.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\mcSeqForm.resx">
<DependentUpon>mcSeqForm.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\mountingForm.resx">
<DependentUpon>mountingForm.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\Kitted.rdlc" />
<EmbeddedResource Include="Forms\requestForm.resx">
<DependentUpon>requestForm.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\uploadMcSeq.resx">
<DependentUpon>uploadMcSeq.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\userForm.resx">
<DependentUpon>userForm.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="EpsonDataSet.xsc">
<DependentUpon>EpsonDataSet.xsd</DependentUpon>
</None>
<None Include="EpsonDataSet.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>EpsonDataSet.Designer.vb</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="EpsonDataSet.xss">
<DependentUpon>EpsonDataSet.xsd</DependentUpon>
</None>
<None Include="EpsonDataSet1.xsc">
<DependentUpon>EpsonDataSet1.xsd</DependentUpon>
</None>
<None Include="EpsonDataSet1.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>EpsonDataSet1.Designer.vb</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="EpsonDataSet1.xss">
<DependentUpon>EpsonDataSet1.xsd</DependentUpon>
</None>
<None Include="Kanban System_1_TemporaryKey.pfx" />
<None Include="Kanban System_2_TemporaryKey.pfx" />
<None Include="Kanban System_3_TemporaryKey.pfx" />
<None Include="Kanban System_TemporaryKey.pfx" />
<None Include="Mounting Sequence_TemporaryKey.pfx" />
<None Include="My Project\app.manifest" />
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Folder Include="Report\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>