<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProductVersion>8.0.50727</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{B7BA9BE5-0A75-4CEF-BFFB-76FBCD76073B}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>PayM</RootNamespace>
|
<AssemblyName>PayM</AssemblyName>
|
<FileUpgradeFlags>
|
</FileUpgradeFlags>
|
<UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
<OldToolsVersion>2.0</OldToolsVersion>
|
</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>
|
</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>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DebugType>full</DebugType>
|
<PlatformTarget>x86</PlatformTarget>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
<OutputPath>bin\x86\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<Optimize>true</Optimize>
|
<DebugType>pdbonly</DebugType>
|
<PlatformTarget>x86</PlatformTarget>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="NPOI, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\BaseSet\bin\x86\Debug\NPOI.dll</HintPath>
|
</Reference>
|
<Reference Include="NPOI.OOXML, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\BaseSet\bin\x86\Debug\NPOI.OOXML.dll</HintPath>
|
</Reference>
|
<Reference Include="NPOI.OpenXml4Net, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\BaseSet\bin\x86\Debug\NPOI.OpenXml4Net.dll</HintPath>
|
</Reference>
|
<Reference Include="NPOI.OpenXmlFormats, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\BaseSet\bin\x86\Debug\NPOI.OpenXmlFormats.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Class1.cs" />
|
<Compile Include="Form1.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Form1.Designer.cs">
|
<DependentUpon>Form1.cs</DependentUpon>
|
</Compile>
|
<Compile Include="FrmBackRemark.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FrmBackRemark.Designer.cs">
|
<DependentUpon>FrmBackRemark.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="工资管理\Pay_DuSubsidyItemBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="工资管理\Pay_DuSubsidyItemBill.designer.cs">
|
<DependentUpon>Pay_DuSubsidyItemBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="工资管理\Pay_DuSubsidyItemBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="工资管理\Pay_DuSubsidyItemBillList.designer.cs">
|
<DependentUpon>Pay_DuSubsidyItemBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="工资管理\Pay_PayMentBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="工资管理\Pay_PayMentBill.designer.cs">
|
<DependentUpon>Pay_PayMentBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="工资管理\Pay_PayMentBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="工资管理\Pay_PayMentBillList.designer.cs">
|
<DependentUpon>Pay_PayMentBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="工资管理\Pay_WorkTimesBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="工资管理\Pay_WorkTimesBill.designer.cs">
|
<DependentUpon>Pay_WorkTimesBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="工资管理\Pay_WorkTimesBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="工资管理\Pay_WorkTimesBillList.designer.cs">
|
<DependentUpon>Pay_WorkTimesBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Pay_DeptInOutReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Pay_DeptInOutReport.designer.cs">
|
<DependentUpon>Pay_DeptInOutReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Pay_DeptInOutReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Pay_DeptInOutReportDlg.designer.cs">
|
<DependentUpon>Pay_DeptInOutReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Pay_PayMentBillReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Pay_PayMentBillReport.designer.cs">
|
<DependentUpon>Pay_PayMentBillReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Pay_PayMentBillReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Pay_PayMentBillReportDlg.designer.cs">
|
<DependentUpon>Pay_PayMentBillReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Pay_SingleBalBillEntryReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Pay_SingleBalBillEntryReport.designer.cs">
|
<DependentUpon>Pay_SingleBalBillEntryReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Pay_SingleBalBillEntryReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Pay_SingleBalBillEntryReportDlg.designer.cs">
|
<DependentUpon>Pay_SingleBalBillEntryReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Pay_SingleBalBillSumReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Pay_SingleBalBillSumReport.designer.cs">
|
<DependentUpon>Pay_SingleBalBillSumReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Pay_SingleBalBillSumReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Pay_SingleBalBillSumReportDlg.designer.cs">
|
<DependentUpon>Pay_SingleBalBillSumReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Pay_WorkTimesPayMentEntryReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Pay_WorkTimesPayMentEntryReport.designer.cs">
|
<DependentUpon>Pay_WorkTimesPayMentEntryReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Pay_WorkTimesPayMentEntryReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Pay_WorkTimesPayMentEntryReportDlg.designer.cs">
|
<DependentUpon>Pay_WorkTimesPayMentEntryReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Pay_WorkTimesPayMentSumReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Pay_WorkTimesPayMentSumReport.designer.cs">
|
<DependentUpon>Pay_WorkTimesPayMentSumReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Pay_WorkTimesPayMentSumReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Pay_WorkTimesPayMentSumReportDlg.designer.cs">
|
<DependentUpon>Pay_WorkTimesPayMentSumReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Sc_WorkShopWIPBalanceReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Sc_WorkShopWIPBalanceReport.designer.cs">
|
<DependentUpon>Sc_WorkShopWIPBalanceReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Sc_ProcessExchangeProcFlowReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Sc_ProcessExchangeProcFlowReport.designer.cs">
|
<DependentUpon>Sc_ProcessExchangeProcFlowReport.cs</DependentUpon>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="Form1.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Form1.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="FrmBackRemark.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>FrmBackRemark.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="工资管理\Pay_DuSubsidyItemBill.resx">
|
<DependentUpon>Pay_DuSubsidyItemBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="工资管理\Pay_DuSubsidyItemBillList.resx">
|
<DependentUpon>Pay_DuSubsidyItemBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="工资管理\Pay_PayMentBill.resx">
|
<DependentUpon>Pay_PayMentBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="工资管理\Pay_PayMentBillList.resx">
|
<DependentUpon>Pay_PayMentBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="工资管理\Pay_WorkTimesBill.resx">
|
<DependentUpon>Pay_WorkTimesBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="工资管理\Pay_WorkTimesBillList.resx">
|
<DependentUpon>Pay_WorkTimesBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Pay_DeptInOutReport.resx">
|
<DependentUpon>Pay_DeptInOutReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Pay_DeptInOutReportDlg.resx">
|
<DependentUpon>Pay_DeptInOutReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Pay_PayMentBillReport.resx">
|
<DependentUpon>Pay_PayMentBillReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Pay_PayMentBillReportDlg.resx">
|
<DependentUpon>Pay_PayMentBillReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Pay_SingleBalBillEntryReport.resx">
|
<DependentUpon>Pay_SingleBalBillEntryReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Pay_SingleBalBillEntryReportDlg.resx">
|
<DependentUpon>Pay_SingleBalBillEntryReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Pay_SingleBalBillSumReport.resx">
|
<DependentUpon>Pay_SingleBalBillSumReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Pay_SingleBalBillSumReportDlg.resx">
|
<DependentUpon>Pay_SingleBalBillSumReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Pay_WorkTimesPayMentEntryReport.resx">
|
<DependentUpon>Pay_WorkTimesPayMentEntryReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Pay_WorkTimesPayMentEntryReportDlg.resx">
|
<DependentUpon>Pay_WorkTimesPayMentEntryReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Pay_WorkTimesPayMentSumReport.resx">
|
<DependentUpon>Pay_WorkTimesPayMentSumReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Pay_WorkTimesPayMentSumReportDlg.resx">
|
<DependentUpon>Pay_WorkTimesPayMentSumReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Sc_WorkShopWIPBalanceReport.resx">
|
<DependentUpon>Sc_WorkShopWIPBalanceReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Sc_ProcessExchangeProcFlowReport.resx">
|
<DependentUpon>Sc_ProcessExchangeProcFlowReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
</ItemGroup>
|
<ItemGroup>
|
<COMReference Include="Axgregn6Lib">
|
<Guid>{4018F953-1BFE-441E-8A04-DC8BA1FF060E}</Guid>
|
<VersionMajor>6</VersionMajor>
|
<VersionMinor>0</VersionMinor>
|
<Lcid>0</Lcid>
|
<WrapperTool>aximp</WrapperTool>
|
<Isolated>False</Isolated>
|
</COMReference>
|
<COMReference Include="gregn6Lib">
|
<Guid>{4018F953-1BFE-441E-8A04-DC8BA1FF060E}</Guid>
|
<VersionMajor>6</VersionMajor>
|
<VersionMinor>0</VersionMinor>
|
<Lcid>0</Lcid>
|
<WrapperTool>tlbimp</WrapperTool>
|
<Isolated>False</Isolated>
|
</COMReference>
|
<COMReference Include="stdole">
|
<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
|
<VersionMajor>2</VersionMajor>
|
<VersionMinor>0</VersionMinor>
|
<Lcid>0</Lcid>
|
<WrapperTool>primary</WrapperTool>
|
<Isolated>False</Isolated>
|
</COMReference>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\BLL\BLL.csproj">
|
<Project>{0BF3D95A-4A7B-45FB-92FB-9A5BB374B750}</Project>
|
<Name>BLL</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\DAL\DAL.csproj">
|
<Project>{7C30E3C9-58B7-420A-AB92-0A5117B82DDA}</Project>
|
<Name>DAL</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\DBUtility\DBUtility.csproj">
|
<Project>{F2098F1B-4FA1-49BB-91EA-AB3522008F28}</Project>
|
<Name>DBUtility</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Model\Model.csproj">
|
<Project>{5061B703-B7A6-4E82-A9AA-F73FD80520BF}</Project>
|
<Name>Model</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Pub_Class\Pub_Class.csproj">
|
<Project>{0DE3C6C4-9C87-4B8C-AC86-AC15B7AFE731}</Project>
|
<Name>Pub_Class</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\Pub_Control\Pub_Control.csproj">
|
<Project>{F7838319-779C-4AD9-A59F-5DCB5757F335}</Project>
|
<Name>Pub_Control</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\SQLHelper\SQLHelper.csproj">
|
<Project>{0A4EF483-D8D3-49A5-8378-974EF7993365}</Project>
|
<Name>SQLHelper</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildBinPath)\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>
|