<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>{96ACAC1A-9550-4071-B591-EB9330A107EA}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>ProM</RootNamespace>
|
<AssemblyName>ProM</AssemblyName>
|
<FileUpgradeFlags>
|
</FileUpgradeFlags>
|
<UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
<OldToolsVersion>2.0</OldToolsVersion>
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
<TargetFrameworkProfile />
|
</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="AxInterop.grdes6Lib">
|
<HintPath>..\DLL\AxInterop.grdes6Lib.dll</HintPath>
|
</Reference>
|
<Reference Include="AxInterop.gregn6Lib">
|
<HintPath>..\DLL\AxInterop.gregn6Lib.dll</HintPath>
|
</Reference>
|
<Reference Include="DBUtility, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\DBUtility.dll</HintPath>
|
</Reference>
|
<Reference Include="Interop.grdes6Lib">
|
<HintPath>..\DLL\Interop.grdes6Lib.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="Interop.gregn6Lib">
|
<HintPath>..\DLL\Interop.gregn6Lib.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="Pub_Class, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\Pub_Class.dll</HintPath>
|
</Reference>
|
<Reference Include="Pub_Control, Version=1.0.6009.25886, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\Pub_Control.dll</HintPath>
|
</Reference>
|
<Reference Include="SQLHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\DLL\SQLHelper.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="Form2.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="Form2.Designer.cs">
|
<DependentUpon>Form2.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Resources.resx</DependentUpon>
|
</Compile>
|
<Compile Include="委外管理\WW_EntrustOrderBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="委外管理\WW_EntrustOrderBill.designer.cs">
|
<DependentUpon>WW_EntrustOrderBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="委外管理\WW_EntrustOrderBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="委外管理\WW_EntrustOrderBillList.designer.cs">
|
<DependentUpon>WW_EntrustOrderBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgDetailReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgDetailReport.designer.cs">
|
<DependentUpon>Cg_CgDetailReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgDetailReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgDetailReportDlg.designer.cs">
|
<DependentUpon>Cg_CgDetailReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgPOOrderBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgPOOrderBillList.designer.cs">
|
<DependentUpon>Cg_CgPOOrderBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgPOOrderBillListDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgPOOrderBillListDlg.designer.cs">
|
<DependentUpon>Cg_CgPOOrderBillListDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgPOOrderProcReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgPOOrderProcReport.designer.cs">
|
<DependentUpon>Cg_CgPOOrderProcReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgPOOrderProcReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgPOOrderProcReportDlg.designer.cs">
|
<DependentUpon>Cg_CgPOOrderProcReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgPriceAnalyseReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgPriceAnalyseReport.designer.cs">
|
<DependentUpon>Cg_CgPriceAnalyseReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgPriceAnalyseReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgPriceAnalyseReportDlg.designer.cs">
|
<DependentUpon>Cg_CgPriceAnalyseReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgSumReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgSumReport.designer.cs">
|
<DependentUpon>Cg_CgSumReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgSumReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Cg_CgSumReportDlg.designer.cs">
|
<DependentUpon>Cg_CgSumReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Cg_ContractBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Cg_ContractBill.designer.cs">
|
<DependentUpon>Cg_ContractBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Cg_ContractBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Cg_ContractBillList.designer.cs">
|
<DependentUpon>Cg_ContractBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="采购管理\Cg_InvoiceBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="采购管理\Cg_InvoiceBill.designer.cs">
|
<DependentUpon>Cg_InvoiceBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="采购管理\Cg_InvoiceBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="采购管理\Cg_InvoiceBillList.designer.cs">
|
<DependentUpon>Cg_InvoiceBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="采购管理\Cg_InvoiceSpecBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="采购管理\Cg_InvoiceSpecBill.designer.cs">
|
<DependentUpon>Cg_InvoiceSpecBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="采购管理\Cg_InvoiceSpecBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="采购管理\Cg_InvoiceSpecBillList.designer.cs">
|
<DependentUpon>Cg_InvoiceSpecBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="采购管理\Cg_POInStockBackBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="采购管理\Cg_POInStockBackBill.Designer.cs">
|
<DependentUpon>Cg_POInStockBackBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="采购管理\Cg_POInStockBackBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="采购管理\Cg_POInStockBackBillList.Designer.cs">
|
<DependentUpon>Cg_POInStockBackBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="采购管理\Cg_POInStockBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="采购管理\Cg_POInStockBill.Designer.cs">
|
<DependentUpon>Cg_POInStockBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="采购管理\Cg_POInStockBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="采购管理\Cg_POInStockBillList.Designer.cs">
|
<DependentUpon>Cg_POInStockBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="采购管理\Cg_POOrderBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="采购管理\Cg_POOrderBill.Designer.cs">
|
<DependentUpon>Cg_POOrderBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="采购管理\Cg_POOrderBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="采购管理\Cg_POOrderBillList.Designer.cs">
|
<DependentUpon>Cg_POOrderBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="采购管理\Cg_PORequestBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="采购管理\Cg_PORequestBill.designer.cs">
|
<DependentUpon>Cg_PORequestBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="采购管理\Cg_PORequestBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="采购管理\Cg_PORequestBillList.designer.cs">
|
<DependentUpon>Cg_PORequestBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Cg_PORequestPriceBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Cg_PORequestPriceBill.designer.cs">
|
<DependentUpon>Cg_PORequestPriceBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Cg_PORequestPriceBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Cg_PORequestPriceBillList.designer.cs">
|
<DependentUpon>Cg_PORequestPriceBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Cg_SupStatusChangeBill.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Cg_SupStatusChangeBill.designer.cs">
|
<DependentUpon>Cg_SupStatusChangeBill.cs</DependentUpon>
|
</Compile>
|
<Compile Include="其他模块\Cg_SupStatusChangeBillList.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="其他模块\Cg_SupStatusChangeBillList.designer.cs">
|
<DependentUpon>Cg_SupStatusChangeBillList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Cg_SupStatusChangeBillReport.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Cg_SupStatusChangeBillReport.designer.cs">
|
<DependentUpon>Cg_SupStatusChangeBillReport.cs</DependentUpon>
|
</Compile>
|
<Compile Include="报表分析\Cg_SupStatusChangeBillReportDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="报表分析\Cg_SupStatusChangeBillReportDlg.designer.cs">
|
<DependentUpon>Cg_SupStatusChangeBillReportDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="采购管理\Cg_POOrderBillQuery.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="采购管理\Cg_POOrderBillQuery.designer.cs">
|
<DependentUpon>Cg_POOrderBillQuery.cs</DependentUpon>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="Form2.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Form2.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<SubType>Designer</SubType>
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
</EmbeddedResource>
|
<EmbeddedResource Include="委外管理\WW_EntrustOrderBill.resx">
|
<DependentUpon>WW_EntrustOrderBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="委外管理\WW_EntrustOrderBillList.resx">
|
<DependentUpon>WW_EntrustOrderBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Cg_CgDetailReport.resx">
|
<DependentUpon>Cg_CgDetailReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Cg_CgDetailReportDlg.resx">
|
<DependentUpon>Cg_CgDetailReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Cg_CgPOOrderBillList.resx">
|
<DependentUpon>Cg_CgPOOrderBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Cg_CgPOOrderBillListDlg.resx">
|
<DependentUpon>Cg_CgPOOrderBillListDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Cg_CgPOOrderProcReport.resx">
|
<DependentUpon>Cg_CgPOOrderProcReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Cg_CgPOOrderProcReportDlg.resx">
|
<DependentUpon>Cg_CgPOOrderProcReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Cg_CgPriceAnalyseReport.resx">
|
<DependentUpon>Cg_CgPriceAnalyseReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Cg_CgPriceAnalyseReportDlg.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Cg_CgPriceAnalyseReportDlg.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Cg_CgSumReport.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Cg_CgSumReport.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Cg_CgSumReportDlg.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Cg_CgSumReportDlg.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Cg_ContractBill.resx">
|
<DependentUpon>Cg_ContractBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Cg_ContractBillList.resx">
|
<DependentUpon>Cg_ContractBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="采购管理\Cg_InvoiceBill.resx">
|
<DependentUpon>Cg_InvoiceBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="采购管理\Cg_InvoiceBillList.resx">
|
<DependentUpon>Cg_InvoiceBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="采购管理\Cg_InvoiceSpecBill.resx">
|
<DependentUpon>Cg_InvoiceSpecBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="采购管理\Cg_InvoiceSpecBillList.resx">
|
<DependentUpon>Cg_InvoiceSpecBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="采购管理\Cg_POInStockBackBill.resx">
|
<DependentUpon>Cg_POInStockBackBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="采购管理\Cg_POInStockBackBillList.resx">
|
<DependentUpon>Cg_POInStockBackBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="采购管理\Cg_POInStockBill.resx">
|
<DependentUpon>Cg_POInStockBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="采购管理\Cg_POInStockBillList.resx">
|
<DependentUpon>Cg_POInStockBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="采购管理\Cg_POOrderBill.resx">
|
<DependentUpon>Cg_POOrderBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="采购管理\Cg_POOrderBillList.resx">
|
<DependentUpon>Cg_POOrderBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="采购管理\Cg_PORequestBill.resx">
|
<DependentUpon>Cg_PORequestBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="采购管理\Cg_PORequestBillList.resx">
|
<SubType>Designer</SubType>
|
<DependentUpon>Cg_PORequestBillList.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Cg_PORequestPriceBill.resx">
|
<DependentUpon>Cg_PORequestPriceBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Cg_PORequestPriceBillList.resx">
|
<DependentUpon>Cg_PORequestPriceBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Cg_SupStatusChangeBill.resx">
|
<DependentUpon>Cg_SupStatusChangeBill.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="其他模块\Cg_SupStatusChangeBillList.resx">
|
<DependentUpon>Cg_SupStatusChangeBillList.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Cg_SupStatusChangeBillReport.resx">
|
<DependentUpon>Cg_SupStatusChangeBillReport.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="报表分析\Cg_SupStatusChangeBillReportDlg.resx">
|
<DependentUpon>Cg_SupStatusChangeBillReportDlg.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="采购管理\Cg_POOrderBillQuery.resx">
|
<DependentUpon>Cg_POOrderBillQuery.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
</ItemGroup>
|
<ItemGroup>
|
<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="..\Model\Model.csproj">
|
<Project>{5061B703-B7A6-4E82-A9AA-F73FD80520BF}</Project>
|
<Name>Model</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\WarM\WarM.csproj">
|
<Project>{C518F792-17CD-4894-99E5-C0EA4F59E0F3}</Project>
|
<Name>WarM</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>
|