/Docs/07-Implementacion/Source/trunk/EDUAR_actual/EDUAR/EDUAR_Utility/EDUAR_Utility.csproj

http://blpm.googlecode.com/ · MSBuild · 86 lines · 79 code · 0 blank · 7 comment · 4 complexity · b0cf9de882025f7548b1d7486ae3a514 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>{AD230A87-FE0F-4621-BC67-A035A22F9D3A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EDUAR_Utility</RootNamespace>
  12. <AssemblyName>EDUAR_Utilidades</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. <PropertyGroup>
  34. <SignAssembly>false</SignAssembly>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <AssemblyOriginatorKeyFile>EDUAR_snk.snk</AssemblyOriginatorKeyFile>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Microsoft.VisualStudio.QualityTools.LoadTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Runtime.Serialization" />
  44. <Reference Include="System.ServiceModel" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Constantes\BLConstantesGenerales.cs" />
  53. <Compile Include="Constantes\UIConstantesGenerales.cs" />
  54. <Compile Include="Enumeraciones\Enumeraciones.cs" />
  55. <Compile Include="Excepciones\CustomizedException.cs" />
  56. <Compile Include="Excepciones\GenericException.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. <Compile Include="Utilidades\EDUAREmail.cs" />
  59. <Compile Include="Utilidades\EDUARLog.cs" />
  60. <Compile Include="Utilidades\EDUARSMS.cs" />
  61. <Compile Include="Utilidades\EDUARUtilidades.cs" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Folder Include="DLL\" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <WCFMetadata Include="Service References\" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ProjectReference Include="..\..\EDUAR_SI\SMSapplication\SMSapplication.csproj">
  71. <Project>{668635D8-4F39-4A78-9929-7DEBB881559C}</Project>
  72. <Name>SMSapplication</Name>
  73. </ProjectReference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <None Include="EDUAR_snk.snk" />
  77. </ItemGroup>
  78. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  79. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  80. Other similar extension points exist, see Microsoft.Common.targets.
  81. <Target Name="BeforeBuild">
  82. </Target>
  83. <Target Name="AfterBuild">
  84. </Target>
  85. -->
  86. </Project>