/Docs/07-Implementacion/Source/trunk/EDUAR_actual/EDUAR/EDUAR_DataAccess/EDUAR_DataAccess.csproj
http://blpm.googlecode.com/ · MSBuild · 200 lines · 193 code · 0 blank · 7 comment · 4 complexity · 840e396aeab32298e5d7ec8131615d92 MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{BDD87C31-320A-4D62-8DDA-09071CFBC405}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>EDUAR_DataAccess</RootNamespace>
- <AssemblyName>EDUAR_DataAccess</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </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="Accessibility">
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </Reference>
- <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>DLL\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Practices.EnterpriseLibrary.Data, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>DLL\Microsoft.Practices.EnterpriseLibrary.Data.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>DLL\Microsoft.Practices.ServiceLocation.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Practices.Unity, Version=2.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>DLL\Microsoft.Practices.Unity.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Practices.Unity.Interception, Version=2.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>DLL\Microsoft.Practices.Unity.Interception.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.SqlServer.ConnectionInfo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>C:\Program Files\Microsoft SQL Server\100\SDK\Assemblies\Microsoft.SqlServer.ConnectionInfo.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.Linq" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Transactions" />
- <Reference Include="System.Web" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Web.ApplicationServices" />
- <Reference Include="System.XML" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Common\DACurricula.cs" />
- <Compile Include="Common\DAEstadoNovedad.cs" />
- <Compile Include="Common\DARegistroClases.cs" />
- <Compile Include="Common\DADetalleRegistroClases.cs" />
- <Compile Include="Common\DATipoRegistroClases.cs" />
- <Compile Include="Common\DAAgendaActividades.cs" />
- <Compile Include="Common\DAEventoAgenda.cs" />
- <Compile Include="Common\DATopico.cs" />
- <Compile Include="Common\DATutor.cs" />
- <Compile Include="Common\DATipoTutor.cs" />
- <Compile Include="Common\DAPsicopedagogo.cs" />
- <Compile Include="Common\DAPreceptor.cs" />
- <Compile Include="Common\DAPersonal.cs" />
- <Compile Include="Common\DADocente.cs" />
- <Compile Include="Common\DADirector.cs" />
- <Compile Include="Common\DACargoPersonal.cs" />
- <Compile Include="Common\DAAlumno.cs" />
- <Compile Include="Common\DAValoresEscalaCalificacion.cs" />
- <Compile Include="Common\DATipoSancion.cs" />
- <Compile Include="Common\DATipoAsistencia.cs" />
- <Compile Include="Common\DASancion.cs" />
- <Compile Include="Common\DAPeriodo.cs" />
- <Compile Include="Common\DANivel.cs" />
- <Compile Include="Common\DAMotivoSancion.cs" />
- <Compile Include="Common\DAInstitucion.cs" />
- <Compile Include="Common\DAInstanciaCalificacion.cs" />
- <Compile Include="Common\DAInasistencia.cs" />
- <Compile Include="Common\DAFeriadosYFechasEspeciales.cs" />
- <Compile Include="Common\DAEscalaCalificacion.cs" />
- <Compile Include="Common\DACurso.cs" />
- <Compile Include="Common\DACicloLectivo.cs" />
- <Compile Include="Common\DACalificacion.cs" />
- <Compile Include="Common\DAAsistencia.cs" />
- <Compile Include="Common\DATemaPlanificacionAnual.cs" />
- <Compile Include="Common\DAAlumnoCurso.cs" />
- <Compile Include="Common\DATemaContenido.cs" />
- <Compile Include="Common\DAPlanificacionAnual.cs" />
- <Compile Include="Common\DAPlan.cs" />
- <Compile Include="Common\DAOrientacion.cs" />
- <Compile Include="Common\DAModulo.cs" />
- <Compile Include="Common\DADiasHorarios.cs" />
- <Compile Include="Common\DAContenido.cs" />
- <Compile Include="Common\DABibliografiaRecomendada.cs" />
- <Compile Include="Common\DAUsuario.cs" />
- <Compile Include="Common\DASeccion.cs" />
- <Compile Include="Common\DAPermiso.cs" />
- <Compile Include="Common\DAPerfil.cs" />
- <Compile Include="Common\DATipoNovedad.cs" />
- <Compile Include="Common\DANovedad.cs" />
- <Compile Include="Common\DAPost.cs" />
- <Compile Include="Common\DAMensaje.cs" />
- <Compile Include="Common\DAForo.cs" />
- <Compile Include="Common\DACitacion.cs" />
- <Compile Include="Common\DAAsignatura.cs" />
- <Compile Include="Common\DAEvaluacion.cs" />
- <Compile Include="Common\DAEventoInstitucional.cs" />
- <Compile Include="Common\DAExcursion.cs" />
- <Compile Include="Common\DAMotivoCitacion.cs" />
- <Compile Include="Common\DAPagina.cs" />
- <Compile Include="Common\DAAcceso.cs" />
- <Compile Include="Common\DAPersona.cs" />
- <Compile Include="Common\DAReunion.cs" />
- <Compile Include="Common\DATipoDocumento.cs" />
- <Compile Include="Common\DATipoEventoInstitucional.cs" />
- <Compile Include="DEC\DAConfigFuncionPreferencia.cs" />
- <Compile Include="DEC\DAFuncionPreferencia.cs" />
- <Compile Include="DEC\DAIndicador.cs" />
- <Compile Include="DEC\DAValorFuncionPreferencia.cs" />
- <Compile Include="Encuestas\DAValorEscala.cs" />
- <Compile Include="Encuestas\DAEncuestaDisponible.cs" />
- <Compile Include="Encuestas\DARespuesta.cs" />
- <Compile Include="Encuestas\DAAmbitoEncuesta.cs" />
- <Compile Include="Encuestas\DACategoriaPregunta.cs" />
- <Compile Include="Encuestas\DAEncuesta.cs" />
- <Compile Include="Encuestas\DAEscala.cs" />
- <Compile Include="Encuestas\DAPregunta.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Reports\DARptEncuestasPorEstado.cs" />
- <Compile Include="Reports\DAInformeIndicador.cs" />
- <Compile Include="Reports\DAIndicador.cs" />
- <Compile Include="Reports\DARptIndicadores.cs" />
- <Compile Include="Reports\DARptAnalisisAgrupadosCicloLectivoCursoAsignaturaAlumno.cs" />
- <Compile Include="Reports\DARptConsolidadoSancionesPeriodo.cs" />
- <Compile Include="Reports\DARptConsolidadoInasistenciasPeriodo.cs" />
- <Compile Include="Reports\DARptPromedioCalificacionesPeriodo.cs" />
- <Compile Include="Reports\DARptCalificacionesAlumnoPeriodo.cs" />
- <Compile Include="Reports\DARptAccesos.cs" />
- <Compile Include="Reports\DARptInasistenciasAlumnoPeriodo.cs" />
- <Compile Include="Reports\DARptSancionesAlumnoPeriodo.cs" />
- <Compile Include="Security\DASeguridad.cs" />
- <Compile Include="Shared\DAConfiguracionGlobal.cs" />
- <Compile Include="Shared\DAHelper.cs" />
- <Compile Include="Shared\DataAccesBase.cs" />
- <Compile Include="Shared\DATransaction.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\EDUAR_DataTransferObject\EDUAR_Entities.csproj">
- <Project>{DD942AD1-FFE6-4EBF-B12A-5083237D67D0}</Project>
- <Name>EDUAR_Entities</Name>
- </ProjectReference>
- <ProjectReference Include="..\EDUAR_Utility\EDUAR_Utility.csproj">
- <Project>{AD230A87-FE0F-4621-BC67-A035A22F9D3A}</Project>
- <Name>EDUAR_Utility</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="DLL\Microsoft.Practices.EnterpriseLibrary.Common.dll" />
- <Content Include="DLL\Microsoft.Practices.EnterpriseLibrary.Common.pdb" />
- <Content Include="DLL\Microsoft.Practices.EnterpriseLibrary.Common.xml" />
- <Content Include="DLL\Microsoft.Practices.EnterpriseLibrary.Data.dll" />
- <Content Include="DLL\Microsoft.Practices.EnterpriseLibrary.Data.pdb" />
- <Content Include="DLL\Microsoft.Practices.EnterpriseLibrary.Data.xml" />
- <Content Include="DLL\Microsoft.Practices.ServiceLocation.dll" />
- <Content Include="DLL\Microsoft.Practices.ServiceLocation.pdb" />
- <Content Include="DLL\Microsoft.Practices.Unity.dll" />
- <Content Include="DLL\Microsoft.Practices.Unity.Interception.dll" />
- <Content Include="DLL\Microsoft.Practices.Unity.Interception.pdb" />
- <Content Include="DLL\Microsoft.Practices.Unity.pdb" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\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>