dataaccess.csproj

来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· CSPROJ 代码 · 共 112 行

CSPROJ
112
字号
<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>{3BB08A1E-93F6-4E00-A593-1438837058A4}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>DataAccess</RootNamespace>
    <AssemblyName>DataAccess</AssemblyName>
    <SccProjectName>
    </SccProjectName>
    <SccLocalPath>
    </SccLocalPath>
    <SccAuxPath>
    </SccAuxPath>
    <SccProvider>
    </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="Microsoft.Practices.EnterpriseLibrary.Common, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\DeanRdev\Corporation\lib\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.Practices.EnterpriseLibrary.Data, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\DeanRdev\Corporation\lib\Microsoft.Practices.EnterpriseLibrary.Data.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.Practices.ObjectBuilder, Version=1.0.51205.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\DeanRdev\Corporation\lib\Microsoft.Practices.ObjectBuilder.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Web" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="CookieAccessor.cs" />
    <Compile Include="ExcelTransfer.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="SendingSMSToWin.cs" />
    <Compile Include="SendSMS.cs" />
    <Compile Include="TableAccessor\CountyVillage.cs" />
    <Compile Include="TableAccessor\OperationUser.cs" />
    <Compile Include="TableAccessor\SendObject.cs" />
    <Compile Include="TableAccessor\SMSInfo.cs" />
    <Compile Include="TableAccessor\SMSOperationType.cs" />
    <Compile Include="TableAccessor\SMSSendUserList.cs" />
    <Compile Include="TableAccessor\SMSTypeInfo.cs" />
    <Compile Include="TableAccessor\UserConporation.cs" />
    <Compile Include="TableAccessor\UserInfo.cs" />
    <Compile Include="TableAccessor\UserOperation.cs" />
    <Compile Include="TableAccessor\UserType.cs" />
    <Compile Include="TableAccessor\UserTypeKey.cs" />
    <Compile Include="TableDefine\SMSInfoConfig.cs" />
    <Compile Include="TableDefine\SMSInfoDefine.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="TableDefine\SMSTypeInfoDefine.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="TableDefine\UserCountDefine.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="TableDefine\UserInfoConfig.cs" />
    <Compile Include="TableDefine\UserInfoDefine.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="TableDefine\UserTypeDefine.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="TableDefine\UserTypeKeyDefine.cs">
      <SubType>Component</SubType>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Common\Common.csproj">
      <Project>{3EC07D66-121A-4DC7-A720-3CC0D68BB7FE}</Project>
      <Name>Common</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="ClassDiagram1.cd" />
  </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 + -
显示快捷键?