internalservice.csproj

来自「该项目中对 SQLHelper 类进行了简单封装」· CSPROJ 代码 · 共 89 行

CSPROJ
89
字号
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{FAB07F1A-FA32-4F3D-B6E6-127FA85145E4}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>NET.AfritXia.MyHome.InternalService</RootNamespace>
    <AssemblyName>NET.AfritXia.MyHome.InternalService</AssemblyName>
    <SccProjectName>
    </SccProjectName>
    <SccLocalPath>
    </SccLocalPath>
    <SccAuxPath>
    </SccAuxPath>
    <SccProvider>
    </SccProvider>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <OldToolsVersion>2.0</OldToolsVersion>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
  </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="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Web" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ArticleService.cs" />
    <Compile Include="CommentService.cs" />
    <Compile Include="HomeAdminService.cs" />
    <Compile Include="LWordService.cs" />
    <Compile Include="MyDBTaskFactory.cs" />
    <Compile Include="MyExtensionFactory.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="ServiceBase.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\DBTask\DBTask.csproj">
      <Project>{8051D26B-7BC0-42C7-89D7-E77C68963DA1}</Project>
      <Name>DBTask</Name>
    </ProjectReference>
    <ProjectReference Include="..\Extension\Extension.csproj">
      <Project>{FCAB7413-8CD2-4D83-A47D-825098A59758}</Project>
      <Name>Extension</Name>
    </ProjectReference>
    <ProjectReference Include="..\Model\Model.csproj">
      <Project>{D4FDC67D-D0E8-4B47-88C5-D550208473C5}</Project>
      <Name>Model</Name>
    </ProjectReference>
    <ProjectReference Include="..\ServiceInterface\ServiceInterface.csproj">
      <Project>{FDCAC43F-BB1A-4947-B5D0-4F640CB53ACF}</Project>
      <Name>ServiceInterface</Name>
    </ProjectReference>
    <ProjectReference Include="..\SystemConf\SystemConf.csproj">
      <Project>{405B4BBC-7FD8-47A8-AE28-2FF33E8C2F06}</Project>
      <Name>SystemConf</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>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?