<?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.30729</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{DA50A8D5-D034-4D6B-92BB-776C95ECBA07}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>AutoFileCopyNet</RootNamespace>
    <AssemblyName>AutoFileCopyNet</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <OldToolsVersion>3.5</OldToolsVersion>
    <TargetFrameworkProfile />
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\DLL\ICSharpCode.SharpZipLib.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="Interop.OPCAutomation, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\DLL\Interop.OPCAutomation.dll</HintPath>
    </Reference>
    <Reference Include="QMConfig, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\DLL\QMConfig.dll</HintPath>
    </Reference>
    <Reference Include="QMData, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\DLL\QMData.dll</HintPath>
    </Reference>
    <Reference Include="QMFrameWork.Log, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\QMFrameWork\QMFrameWork.Log.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.configuration" />
    <Reference Include="System.Core">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Xml.Linq">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Data.DataSetExtensions">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AutoFileAnalyticJob.cs" />
    <Compile Include="AutoFileCopy.cs" />
    <Compile Include="AutoFileCopyJob.cs" />
    <Compile Include="ConstParam.cs" />
    <Compile Include="DataTableToList.cs" />
    <Compile Include="EngelFileCopy\EngelFileCopyJob.cs" />
    <Compile Include="FTPHelper.cs" />
    <Compile Include="GetConfigurationSettings.cs" />
    <Compile Include="HaiTianFileAnalytic\Injpar.cs" />
    <Compile Include="HaiTianFileCopy\HaiTianFileCopyJob.cs" />
    <Compile Include="EngelFileAnalytic\Engel.cs" />
    <Compile Include="Log\LogDataAccess.cs" />
    <Compile Include="Log\LogFileAccess.cs" />
    <Compile Include="MemoryHandler.cs" />
    <Compile Include="Monitoring\Monitoring.cs" />
    <Compile Include="Monitoring\NetworkMonitor.cs" />
    <Compile Include="TimerTask\ITimerTask.cs" />
    <Compile Include="TimerTask\TimerInfo.cs" />
    <Compile Include="TimerTask\TimerTaskService.cs" />
    <Compile Include="WNet.cs" />
    <Compile Include="DirHandler.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="ZipHandler.cs" />
    <Compile Include="Q5DFileAnalytic\Q5D.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\APPQ5\QMAPP.FJC.BLL\QMAPP.FJC.BLL.csproj">
      <Project>{82A4D3A5-844B-49E0-9D06-0C2B273EF1F0}</Project>
      <Name>QMAPP.FJC.BLL</Name>
    </ProjectReference>
    <ProjectReference Include="..\APPQ5\QMAPP.FJC.Entity\QMAPP.FJC.Entity.csproj">
      <Project>{17123CDD-0BA7-496F-8E4E-FCBABE0463CA}</Project>
      <Name>QMAPP.FJC.Entity</Name>
    </ProjectReference>
    <ProjectReference Include="..\APP\QMAPP.BLL\QMAPP.BLL.csproj">
      <Project>{DCABED0D-A8FC-47ED-BFB1-AAAEAD0A9B01}</Project>
      <Name>QMAPP.BLL</Name>
    </ProjectReference>
    <ProjectReference Include="..\APP\QMAPP.Entity\QMAPP.Entity.csproj">
      <Project>{604FB24F-7706-497C-BEC7-27D7B6B5A82C}</Project>
      <Name>QMAPP.Entity</Name>
    </ProjectReference>
    <ProjectReference Include="..\Globale_Variablen\Globale_Variablen.csproj">
      <Project>{5819E0E2-D471-4A7A-BD90-593B7BDE3422}</Project>
      <Name>Globale_Variablen</Name>
    </ProjectReference>
  </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.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
      <Visible>False</Visible>
      <ProductName>Windows Installer 3.1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config">
      <SubType>Designer</SubType>
    </None>
  </ItemGroup>
  <ItemGroup>
    <WCFMetadata Include="Service References\" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>