/src/LinFu.Proxy.Extensions/LinFu.Proxy.Extensions.csproj

http://github.com/philiplaureano/LinFu · MSBuild · 93 lines · 86 code · 0 blank · 7 comment · 4 complexity · 10aed207d1e0f8b617b106101a83bc9e MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{DC20B330-B410-481D-A192-D82A07D2C7EF}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>LinFu.Proxy.Extensions</RootNamespace>
  12. <AssemblyName>LinFu.Proxy.Extensions</AssemblyName>
  13. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <TargetFrameworkProfile />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>..\..\build\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <DocumentationFile>..\..\build\Debug\LinFu.Proxy.Extensions.XML</DocumentationFile>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <Prefer32Bit>false</Prefer32Bit>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core">
  44. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  45. </Reference>
  46. <Reference Include="System.Xml.Linq">
  47. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  48. </Reference>
  49. <Reference Include="System.Data.DataSetExtensions">
  50. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="ObjectExtensions.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <ProjectReference Include="..\LinFu.AOP.Interfaces\LinFu.AOP.Interfaces.csproj">
  61. <Project>{0F8C48B0-4AE9-4429-AB90-C5141D710C2C}</Project>
  62. <Name>LinFu.AOP.Interfaces</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\LinFu.AOP\LinFu.AOP.Cecil.csproj">
  65. <Project>{613B6547-DCBB-4505-82B8-B4179BFC95CE}</Project>
  66. <Name>LinFu.AOP.Cecil</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\LinFu.IoC.Common\LinFu.IoC.Common.csproj">
  69. <Project>{D027A765-4D2E-48AE-9D83-C5F5AFA7D8C1}</Project>
  70. <Name>LinFu.IoC.Common</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\LinFu.IoC\LinFu.IoC.csproj">
  73. <Project>{FA3D5517-EFF4-4363-AFF2-EF67B981334E}</Project>
  74. <Name>LinFu.IoC</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\LinFu.Proxy.Interfaces\LinFu.Proxy.Interfaces.csproj">
  77. <Project>{6C29A409-6148-49AC-A192-DC6F33F3304C}</Project>
  78. <Name>LinFu.Proxy.Interfaces</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\LinFu.Proxy\LinFu.Proxy.csproj">
  81. <Project>{54DA7856-9026-439A-8FFE-88BBF99577B8}</Project>
  82. <Name>LinFu.Proxy</Name>
  83. </ProjectReference>
  84. </ItemGroup>
  85. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  86. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  87. Other similar extension points exist, see Microsoft.Common.targets.
  88. <Target Name="BeforeBuild">
  89. </Target>
  90. <Target Name="AfterBuild">
  91. </Target>
  92. -->
  93. </Project>