/src/LinFu.AOP.Tasks/LinFu.AOP.Tasks.csproj

http://github.com/philiplaureano/LinFu · MSBuild · 114 lines · 114 code · 0 blank · 0 comment · 4 complexity · cf5b8a1e6c295c5e81f6294ba9861433 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>{70AB1ECE-216D-43C2-A4DE-52BE01B56D6A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>LinFu.AOP.Tasks</RootNamespace>
  12. <AssemblyName>LinFu.AOP.Tasks</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.AOP.Tasks.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>..\..\build\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="Microsoft.Build.Engine" />
  43. <Reference Include="Microsoft.Build.Framework" />
  44. <Reference Include="Microsoft.Build.Utilities.v3.5">
  45. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  46. </Reference>
  47. <Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
  48. <HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.dll</HintPath>
  49. <Private>True</Private>
  50. </Reference>
  51. <Reference Include="Mono.Cecil.Mdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
  52. <HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Mdb.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
  56. <HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Pdb.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="Mono.Cecil.Rocks, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
  60. <HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Rocks.dll</HintPath>
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="System" />
  64. <Reference Include="System.Core">
  65. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="System.Xml.Linq">
  68. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="System.Data.DataSetExtensions">
  71. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  72. </Reference>
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Xml" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="..\CommonAssemblyInfo.cs">
  78. <Link>CommonAssemblyInfo.cs</Link>
  79. </Compile>
  80. <Compile Include="PostWeaveTask.cs" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ProjectReference Include="..\LinFu.AOP.Interfaces\LinFu.AOP.Interfaces.csproj">
  84. <Project>{0F8C48B0-4AE9-4429-AB90-C5141D710C2C}</Project>
  85. <Name>LinFu.AOP.Interfaces</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\LinFu.AOP\LinFu.AOP.Cecil.csproj">
  88. <Project>{613B6547-DCBB-4505-82B8-B4179BFC95CE}</Project>
  89. <Name>LinFu.AOP.Cecil</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\LinFu.Reflection.Emit\LinFu.Reflection.Emit.csproj">
  92. <Project>{22B3D63C-29E9-49D3-86CB-28FF7D2C70E7}</Project>
  93. <Name>LinFu.Reflection.Emit</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="..\LinFu.Reflection\LinFu.Reflection.csproj">
  96. <Project>{22EEB00F-F471-486C-A6AD-60F088821C78}</Project>
  97. <Name>LinFu.Reflection</Name>
  98. </ProjectReference>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Folder Include="Properties\" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <None Include="packages.config" />
  105. </ItemGroup>
  106. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  107. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  108. Other similar extension points exist, see Microsoft.Common.targets.
  109. <Target Name="BeforeBuild">
  110. </Target>
  111. <Target Name="AfterBuild">
  112. </Target>
  113. -->
  114. </Project>