- <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>{9FB0371C-6691-4FBC-B195-54ABF9FD63ED}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>BLL</RootNamespace>
- <AssemblyName>BLL</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>binDebug</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>binRelease</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AbstractDataManager.cs" />
- <Compile Include="DocMerger.cs" />
- <Compile Include="EtongFlyChou.cs" />
- <Compile Include="EtongZwf.cs" />
- <Compile Include="ExcelFly.cs" />
- <Compile Include="MatCode.cs" />
- <Compile Include="NewObj.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="User.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..DALDAL.csproj">
- <Project>{8A39C7EA-788C-40C2-976A-00D89B603B63}</Project>
- <Name>DAL</Name>
- </ProjectReference>
- <ProjectReference Include="..DBUtilityDBUtility.csproj">
- <Project>{B02D083F-538F-47D4-9FB8-905081384731}</Project>
- <Name>DBUtility</Name>
- </ProjectReference>
- <ProjectReference Include="..ModelModel.csproj">
- <Project>{D33BFB2F-A031-495A-B085-B8ED6F55C1F6}</Project>
- <Name>Model</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <COMReference Include="Excel">
- <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
- <VersionMajor>1</VersionMajor>
- <VersionMinor>5</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>primary</WrapperTool>
- <Isolated>False</Isolated>
- </COMReference>
- <COMReference Include="Microsoft.Office.Core">
- <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
- <VersionMajor>2</VersionMajor>
- <VersionMinor>3</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>tlbimp</WrapperTool>
- <Isolated>False</Isolated>
- </COMReference>
- <COMReference Include="VBIDE">
- <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
- <VersionMajor>5</VersionMajor>
- <VersionMinor>3</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>tlbimp</WrapperTool>
- <Isolated>False</Isolated>
- </COMReference>
- <COMReference Include="Word">
- <Guid>{00020905-0000-0000-C000-000000000046}</Guid>
- <VersionMajor>8</VersionMajor>
- <VersionMinor>3</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>tlbimp</WrapperTool>
- <Isolated>False</Isolated>
- </COMReference>
- </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>