DAL.csproj
上传用户:tiancihang
上传日期:2014-03-12
资源大小:21387k
文件大小:3k
- <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>{8A39C7EA-788C-40C2-976A-00D89B603B63}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>DAL</RootNamespace>
- <AssemblyName>com.etong.DAL</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="BLL, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..BLLbinDebugBLL.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="DAL.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="QueryParameter.cs" />
- <Compile Include="QueryParameterCollection.cs" />
- <Compile Include="SqlDataConnect.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..DBUtilityDBUtility.csproj">
- <Project>{B02D083F-538F-47D4-9FB8-905081384731}</Project>
- <Name>DBUtility</Name>
- </ProjectReference>
- <ProjectReference Include="..IDALIDAL.csproj">
- <Project>{65E559E0-9656-4F0F-96BF-BF4C93A3133A}</Project>
- <Name>IDAL</Name>
- </ProjectReference>
- <ProjectReference Include="..ModelModel.csproj">
- <Project>{D33BFB2F-A031-495A-B085-B8ED6F55C1F6}</Project>
- <Name>Model</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>