/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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{BDD87C31-320A-4D62-8DDA-09071CFBC405}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EDUAR_DataAccess</RootNamespace>
  12. <AssemblyName>EDUAR_DataAccess</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Accessibility">
  35. <EmbedInteropTypes>True</EmbedInteropTypes>
  36. </Reference>
  37. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>DLL\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Microsoft.Practices.EnterpriseLibrary.Data, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>DLL\Microsoft.Practices.EnterpriseLibrary.Data.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>DLL\Microsoft.Practices.ServiceLocation.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Microsoft.Practices.Unity, Version=2.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>DLL\Microsoft.Practices.Unity.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.Practices.Unity.Interception, Version=2.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  54. <SpecificVersion>False</SpecificVersion>
  55. <HintPath>DLL\Microsoft.Practices.Unity.Interception.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.SqlServer.ConnectionInfo, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
  58. <SpecificVersion>False</SpecificVersion>
  59. <HintPath>C:\Program Files\Microsoft SQL Server\100\SDK\Assemblies\Microsoft.SqlServer.ConnectionInfo.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Data.Linq" />
  64. <Reference Include="System.Runtime.Serialization" />
  65. <Reference Include="System.Transactions" />
  66. <Reference Include="System.Web" />
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Web.ApplicationServices" />
  70. <Reference Include="System.XML" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="Common\DACurricula.cs" />
  74. <Compile Include="Common\DAEstadoNovedad.cs" />
  75. <Compile Include="Common\DARegistroClases.cs" />
  76. <Compile Include="Common\DADetalleRegistroClases.cs" />
  77. <Compile Include="Common\DATipoRegistroClases.cs" />
  78. <Compile Include="Common\DAAgendaActividades.cs" />
  79. <Compile Include="Common\DAEventoAgenda.cs" />
  80. <Compile Include="Common\DATopico.cs" />
  81. <Compile Include="Common\DATutor.cs" />
  82. <Compile Include="Common\DATipoTutor.cs" />
  83. <Compile Include="Common\DAPsicopedagogo.cs" />
  84. <Compile Include="Common\DAPreceptor.cs" />
  85. <Compile Include="Common\DAPersonal.cs" />
  86. <Compile Include="Common\DADocente.cs" />
  87. <Compile Include="Common\DADirector.cs" />
  88. <Compile Include="Common\DACargoPersonal.cs" />
  89. <Compile Include="Common\DAAlumno.cs" />
  90. <Compile Include="Common\DAValoresEscalaCalificacion.cs" />
  91. <Compile Include="Common\DATipoSancion.cs" />
  92. <Compile Include="Common\DATipoAsistencia.cs" />
  93. <Compile Include="Common\DASancion.cs" />
  94. <Compile Include="Common\DAPeriodo.cs" />
  95. <Compile Include="Common\DANivel.cs" />
  96. <Compile Include="Common\DAMotivoSancion.cs" />
  97. <Compile Include="Common\DAInstitucion.cs" />
  98. <Compile Include="Common\DAInstanciaCalificacion.cs" />
  99. <Compile Include="Common\DAInasistencia.cs" />
  100. <Compile Include="Common\DAFeriadosYFechasEspeciales.cs" />
  101. <Compile Include="Common\DAEscalaCalificacion.cs" />
  102. <Compile Include="Common\DACurso.cs" />
  103. <Compile Include="Common\DACicloLectivo.cs" />
  104. <Compile Include="Common\DACalificacion.cs" />
  105. <Compile Include="Common\DAAsistencia.cs" />
  106. <Compile Include="Common\DATemaPlanificacionAnual.cs" />
  107. <Compile Include="Common\DAAlumnoCurso.cs" />
  108. <Compile Include="Common\DATemaContenido.cs" />
  109. <Compile Include="Common\DAPlanificacionAnual.cs" />
  110. <Compile Include="Common\DAPlan.cs" />
  111. <Compile Include="Common\DAOrientacion.cs" />
  112. <Compile Include="Common\DAModulo.cs" />
  113. <Compile Include="Common\DADiasHorarios.cs" />
  114. <Compile Include="Common\DAContenido.cs" />
  115. <Compile Include="Common\DABibliografiaRecomendada.cs" />
  116. <Compile Include="Common\DAUsuario.cs" />
  117. <Compile Include="Common\DASeccion.cs" />
  118. <Compile Include="Common\DAPermiso.cs" />
  119. <Compile Include="Common\DAPerfil.cs" />
  120. <Compile Include="Common\DATipoNovedad.cs" />
  121. <Compile Include="Common\DANovedad.cs" />
  122. <Compile Include="Common\DAPost.cs" />
  123. <Compile Include="Common\DAMensaje.cs" />
  124. <Compile Include="Common\DAForo.cs" />
  125. <Compile Include="Common\DACitacion.cs" />
  126. <Compile Include="Common\DAAsignatura.cs" />
  127. <Compile Include="Common\DAEvaluacion.cs" />
  128. <Compile Include="Common\DAEventoInstitucional.cs" />
  129. <Compile Include="Common\DAExcursion.cs" />
  130. <Compile Include="Common\DAMotivoCitacion.cs" />
  131. <Compile Include="Common\DAPagina.cs" />
  132. <Compile Include="Common\DAAcceso.cs" />
  133. <Compile Include="Common\DAPersona.cs" />
  134. <Compile Include="Common\DAReunion.cs" />
  135. <Compile Include="Common\DATipoDocumento.cs" />
  136. <Compile Include="Common\DATipoEventoInstitucional.cs" />
  137. <Compile Include="DEC\DAConfigFuncionPreferencia.cs" />
  138. <Compile Include="DEC\DAFuncionPreferencia.cs" />
  139. <Compile Include="DEC\DAIndicador.cs" />
  140. <Compile Include="DEC\DAValorFuncionPreferencia.cs" />
  141. <Compile Include="Encuestas\DAValorEscala.cs" />
  142. <Compile Include="Encuestas\DAEncuestaDisponible.cs" />
  143. <Compile Include="Encuestas\DARespuesta.cs" />
  144. <Compile Include="Encuestas\DAAmbitoEncuesta.cs" />
  145. <Compile Include="Encuestas\DACategoriaPregunta.cs" />
  146. <Compile Include="Encuestas\DAEncuesta.cs" />
  147. <Compile Include="Encuestas\DAEscala.cs" />
  148. <Compile Include="Encuestas\DAPregunta.cs" />
  149. <Compile Include="Properties\AssemblyInfo.cs" />
  150. <Compile Include="Reports\DARptEncuestasPorEstado.cs" />
  151. <Compile Include="Reports\DAInformeIndicador.cs" />
  152. <Compile Include="Reports\DAIndicador.cs" />
  153. <Compile Include="Reports\DARptIndicadores.cs" />
  154. <Compile Include="Reports\DARptAnalisisAgrupadosCicloLectivoCursoAsignaturaAlumno.cs" />
  155. <Compile Include="Reports\DARptConsolidadoSancionesPeriodo.cs" />
  156. <Compile Include="Reports\DARptConsolidadoInasistenciasPeriodo.cs" />
  157. <Compile Include="Reports\DARptPromedioCalificacionesPeriodo.cs" />
  158. <Compile Include="Reports\DARptCalificacionesAlumnoPeriodo.cs" />
  159. <Compile Include="Reports\DARptAccesos.cs" />
  160. <Compile Include="Reports\DARptInasistenciasAlumnoPeriodo.cs" />
  161. <Compile Include="Reports\DARptSancionesAlumnoPeriodo.cs" />
  162. <Compile Include="Security\DASeguridad.cs" />
  163. <Compile Include="Shared\DAConfiguracionGlobal.cs" />
  164. <Compile Include="Shared\DAHelper.cs" />
  165. <Compile Include="Shared\DataAccesBase.cs" />
  166. <Compile Include="Shared\DATransaction.cs" />
  167. </ItemGroup>
  168. <ItemGroup>
  169. <ProjectReference Include="..\EDUAR_DataTransferObject\EDUAR_Entities.csproj">
  170. <Project>{DD942AD1-FFE6-4EBF-B12A-5083237D67D0}</Project>
  171. <Name>EDUAR_Entities</Name>
  172. </ProjectReference>
  173. <ProjectReference Include="..\EDUAR_Utility\EDUAR_Utility.csproj">
  174. <Project>{AD230A87-FE0F-4621-BC67-A035A22F9D3A}</Project>
  175. <Name>EDUAR_Utility</Name>
  176. </ProjectReference>
  177. </ItemGroup>
  178. <ItemGroup>
  179. <Content Include="DLL\Microsoft.Practices.EnterpriseLibrary.Common.dll" />
  180. <Content Include="DLL\Microsoft.Practices.EnterpriseLibrary.Common.pdb" />
  181. <Content Include="DLL\Microsoft.Practices.EnterpriseLibrary.Common.xml" />
  182. <Content Include="DLL\Microsoft.Practices.EnterpriseLibrary.Data.dll" />
  183. <Content Include="DLL\Microsoft.Practices.EnterpriseLibrary.Data.pdb" />
  184. <Content Include="DLL\Microsoft.Practices.EnterpriseLibrary.Data.xml" />
  185. <Content Include="DLL\Microsoft.Practices.ServiceLocation.dll" />
  186. <Content Include="DLL\Microsoft.Practices.ServiceLocation.pdb" />
  187. <Content Include="DLL\Microsoft.Practices.Unity.dll" />
  188. <Content Include="DLL\Microsoft.Practices.Unity.Interception.dll" />
  189. <Content Include="DLL\Microsoft.Practices.Unity.Interception.pdb" />
  190. <Content Include="DLL\Microsoft.Practices.Unity.pdb" />
  191. </ItemGroup>
  192. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  193. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  194. Other similar extension points exist, see Microsoft.Common.targets.
  195. <Target Name="BeforeBuild">
  196. </Target>
  197. <Target Name="AfterBuild">
  198. </Target>
  199. -->
  200. </Project>