BusinessRule.csproj
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:4k
源码类别:

.net编程

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{9FB0371C-6691-4FBC-B195-54ABF9FD63ED}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>BLL</RootNamespace>
  11.     <AssemblyName>BLL</AssemblyName>
  12.   </PropertyGroup>
  13.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14.     <DebugSymbols>true</DebugSymbols>
  15.     <DebugType>full</DebugType>
  16.     <Optimize>false</Optimize>
  17.     <OutputPath>binDebug</OutputPath>
  18.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  19.     <ErrorReport>prompt</ErrorReport>
  20.     <WarningLevel>4</WarningLevel>
  21.   </PropertyGroup>
  22.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23.     <DebugType>pdbonly</DebugType>
  24.     <Optimize>true</Optimize>
  25.     <OutputPath>binRelease</OutputPath>
  26.     <DefineConstants>TRACE</DefineConstants>
  27.     <ErrorReport>prompt</ErrorReport>
  28.     <WarningLevel>4</WarningLevel>
  29.   </PropertyGroup>
  30.   <ItemGroup>
  31.     <Reference Include="System" />
  32.     <Reference Include="System.Data" />
  33.     <Reference Include="System.Drawing" />
  34.     <Reference Include="System.Web" />
  35.     <Reference Include="System.Xml" />
  36.   </ItemGroup>
  37.   <ItemGroup>
  38.     <Compile Include="AbstractDataManager.cs" />
  39.     <Compile Include="DocMerger.cs" />
  40.     <Compile Include="EtongFlyChou.cs" />
  41.     <Compile Include="EtongZwf.cs" />
  42.     <Compile Include="ExcelFly.cs" />
  43.     <Compile Include="MatCode.cs" />
  44.     <Compile Include="NewObj.cs" />
  45.     <Compile Include="PropertiesAssemblyInfo.cs" />
  46.     <Compile Include="User.cs" />
  47.   </ItemGroup>
  48.   <ItemGroup>
  49.     <ProjectReference Include="..DALDAL.csproj">
  50.       <Project>{8A39C7EA-788C-40C2-976A-00D89B603B63}</Project>
  51.       <Name>DAL</Name>
  52.     </ProjectReference>
  53.     <ProjectReference Include="..DBUtilityDBUtility.csproj">
  54.       <Project>{B02D083F-538F-47D4-9FB8-905081384731}</Project>
  55.       <Name>DBUtility</Name>
  56.     </ProjectReference>
  57.     <ProjectReference Include="..ModelModel.csproj">
  58.       <Project>{D33BFB2F-A031-495A-B085-B8ED6F55C1F6}</Project>
  59.       <Name>Model</Name>
  60.     </ProjectReference>
  61.   </ItemGroup>
  62.   <ItemGroup>
  63.     <COMReference Include="Excel">
  64.       <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
  65.       <VersionMajor>1</VersionMajor>
  66.       <VersionMinor>5</VersionMinor>
  67.       <Lcid>0</Lcid>
  68.       <WrapperTool>primary</WrapperTool>
  69.       <Isolated>False</Isolated>
  70.     </COMReference>
  71.     <COMReference Include="Microsoft.Office.Core">
  72.       <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  73.       <VersionMajor>2</VersionMajor>
  74.       <VersionMinor>3</VersionMinor>
  75.       <Lcid>0</Lcid>
  76.       <WrapperTool>tlbimp</WrapperTool>
  77.       <Isolated>False</Isolated>
  78.     </COMReference>
  79.     <COMReference Include="VBIDE">
  80.       <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  81.       <VersionMajor>5</VersionMajor>
  82.       <VersionMinor>3</VersionMinor>
  83.       <Lcid>0</Lcid>
  84.       <WrapperTool>tlbimp</WrapperTool>
  85.       <Isolated>False</Isolated>
  86.     </COMReference>
  87.     <COMReference Include="Word">
  88.       <Guid>{00020905-0000-0000-C000-000000000046}</Guid>
  89.       <VersionMajor>8</VersionMajor>
  90.       <VersionMinor>3</VersionMinor>
  91.       <Lcid>0</Lcid>
  92.       <WrapperTool>tlbimp</WrapperTool>
  93.       <Isolated>False</Isolated>
  94.     </COMReference>
  95.   </ItemGroup>
  96.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  97.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  98.        Other similar extension points exist, see Microsoft.Common.targets.
  99.   <Target Name="BeforeBuild">
  100.   </Target>
  101.   <Target Name="AfterBuild">
  102.   </Target>
  103.   -->
  104. </Project>