| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="3.5" 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>{405B5232-9E60-4246-9F7A-6B3DB84B8A02}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Core.LZMes.Client.QCM</RootNamespace>
- <AssemblyName>Core.LZMes.Client.QCM</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\output\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </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>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="CoreFS.CA06, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\output\CoreFS.CA06.dll</HintPath>
- </Reference>
- <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
- <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
- <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
- <Reference Include="Infragistics2.Win.UltraWinTabControl.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
- <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
- <Reference Include="Infragistics3.Excel.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
- <Reference Include="Infragistics3.Win.UltraWinGrid.ExcelExport.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
- <Reference Include="Microsoft.VisualBasic" />
- <Reference Include="System" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Design" />
- <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
- <Reference Include="System.Web" />
- <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.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Form1.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Form1.Designer.cs">
- <DependentUpon>Form1.cs</DependentUpon>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="QCM01\QCM0101.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM01\QCM0101.Designer.cs">
- <DependentUpon>QCM0101.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM01\QCM0102.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM01\QCM0102.Designer.cs">
- <DependentUpon>QCM0102.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM01\QCM0103.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM01\QCM0103.Designer.cs">
- <DependentUpon>QCM0103.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM01\QCM0104.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM01\QCM0104.Designer.cs">
- <DependentUpon>QCM0104.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM01\QCM0105.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM01\QCM0105.Designer.cs">
- <DependentUpon>QCM0105.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM02\QCM0201.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM02\QCM0201.Designer.cs">
- <DependentUpon>QCM0201.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM02\QCM0202.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM02\QCM0202.Designer.cs">
- <DependentUpon>QCM0202.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM02\QCM0203.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM02\QCM0203.Designer.cs">
- <DependentUpon>QCM0203.cs</DependentUpon>
- </Compile>
- <Compile Include="EGIS.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="EGIS.Designer.cs">
- <DependentUpon>EGIS.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM03\QCM0301.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM03\QCM0301.Designer.cs">
- <DependentUpon>QCM0301.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM03\QCM0302.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM03\QCM0302.Designer.cs">
- <DependentUpon>QCM0302.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM03\QCM0303.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM03\QCM0303.Designer.cs">
- <DependentUpon>QCM0303.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM03\QCM0304.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM03\QCM0304.Designer.cs">
- <DependentUpon>QCM0304.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM03\QCM0305.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM03\QCM0305.Designer.cs">
- <DependentUpon>QCM0305.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM03\QCM0305SON.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM03\QCM0305SON.Designer.cs">
- <DependentUpon>QCM0305SON.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM03\QCM0306.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM03\QCM0306.Designer.cs">
- <DependentUpon>QCM0306.cs</DependentUpon>
- </Compile>
- <Compile Include="QCM03\QCM0307.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="QCM03\QCM0307.Designer.cs">
- <DependentUpon>QCM0307.cs</DependentUpon>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Form1.resx">
- <DependentUpon>Form1.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\licenses.licx" />
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM01\QCM0101.resx">
- <DependentUpon>QCM0101.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM01\QCM0102.resx">
- <DependentUpon>QCM0102.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM01\QCM0103.resx">
- <DependentUpon>QCM0103.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM01\QCM0104.resx">
- <DependentUpon>QCM0104.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM01\QCM0105.resx">
- <DependentUpon>QCM0105.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM02\QCM0201.resx">
- <DependentUpon>QCM0201.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM02\QCM0202.resx">
- <DependentUpon>QCM0202.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM02\QCM0203.resx">
- <DependentUpon>QCM0203.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="EGIS.resx">
- <DependentUpon>EGIS.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM03\QCM0301.resx">
- <DependentUpon>QCM0301.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM03\QCM0302.resx">
- <DependentUpon>QCM0302.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM03\QCM0303.resx">
- <DependentUpon>QCM0303.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM03\QCM0304.resx">
- <DependentUpon>QCM0304.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM03\QCM0305.resx">
- <DependentUpon>QCM0305.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM03\QCM0305SON.resx">
- <DependentUpon>QCM0305SON.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM03\QCM0306.resx">
- <DependentUpon>QCM0306.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="QCM03\QCM0307.resx">
- <DependentUpon>QCM0307.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- </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>
|