dataaccess.csproj
来自「为了便于企业对客户按照地区进行统计查询分析」· CSPROJ 代码 · 共 79 行
CSPROJ
79 行
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{BBF4CC8E-5A60-4A72-9F08-7A99F219FEB4}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DataAccess</RootNamespace>
<AssemblyName>DataAccess</AssemblyName>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</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>
<ItemGroup>
<Reference Include="Interface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Interface\bin\Debug\Interface.dll</HintPath>
</Reference>
<Reference Include="Model, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Model\bin\Debug\Model.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Common\Common.cs" />
<Compile Include="DAL\CustomerExecuteDal.cs" />
<Compile Include="DAL\CustomerSetDal.cs" />
<Compile Include="DAL\DepartExecuteDal.cs" />
<Compile Include="DAL\DepartmentSetDal.cs" />
<Compile Include="DAL\Gy_CustomerDAL.cs" />
<Compile Include="DAL\Gy_DepartmentDAL.cs" />
<Compile Include="DAL\Gy_personDAL.cs" />
<Compile Include="DAL\Gy_TransferCompanyDAL.cs" />
<Compile Include="DAL\MaterialExecuteDal.cs" />
<Compile Include="DAL\MaterialSetDal.cs" />
<Compile Include="DAL\PersonExecuteDal.cs" />
<Compile Include="DAL\PersonSetDal.cs" />
<Compile Include="DAL\QuotationDAL.cs" />
<Compile Include="DAL\ReturnMoney.cs" />
<Compile Include="DAL\XS_AreasetDAL.cs" />
<Compile Include="DAL\XS_PriceListDAL.cs" />
<Compile Include="DAL\Xs_ReturnMoneyTypeDAL.cs" />
<Compile Include="DAL\Xs_TradeSetDAL.cs" />
<Compile Include="DAL\Xs_TranferWayDAL.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</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>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?