/src/LinFu.AOP.Interfaces/LinFu.AOP.Interfaces.csproj

http://github.com/philiplaureano/LinFu · MSBuild · 122 lines · 115 code · 0 blank · 7 comment · 4 complexity · c449eb8b788dd042625772a28338e804 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.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{0F8C48B0-4AE9-4429-AB90-C5141D710C2C}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>LinFu.AOP.Interfaces</RootNamespace>
  12. <AssemblyName>LinFu.AOP.Interfaces</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>bin\Debug\LinFu.AOP.Interfaces.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. <DocumentationFile>..\..\build\Release\LinFu.AOP.Interfaces.XML</DocumentationFile>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core">
  45. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  46. </Reference>
  47. <Reference Include="System.Xml.Linq">
  48. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  49. </Reference>
  50. <Reference Include="System.Data.DataSetExtensions">
  51. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  52. </Reference>
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="..\CommonAssemblyInfo.cs">
  58. <Link>Properties\CommonAssemblyInfo.cs</Link>
  59. </Compile>
  60. <Compile Include="ActivationContext.cs" />
  61. <Compile Include="ActivatorExtensions.cs" />
  62. <Compile Include="AroundInvokeMethodCallRegistry.cs" />
  63. <Compile Include="AroundMethodBodyRegistry.cs" />
  64. <Compile Include="BaseMethodReplacementProvider.cs" />
  65. <Compile Include="BootstrapException.cs" />
  66. <Compile Include="BootStrapRegistry.cs" />
  67. <Compile Include="CallCounter.cs" />
  68. <Compile Include="CompositeAroundInvoke.cs" />
  69. <Compile Include="Counter.cs" />
  70. <Compile Include="CountingInterceptor.cs" />
  71. <Compile Include="ExceptionHandlerRegistry.cs" />
  72. <Compile Include="FieldInterceptionContext.cs" />
  73. <Compile Include="FieldInterceptorRegistry.cs" />
  74. <Compile Include="IActivationContext.cs" />
  75. <Compile Include="IActivator.cs" />
  76. <Compile Include="IActivatorHost.cs" />
  77. <Compile Include="IAfterInvoke.cs" />
  78. <Compile Include="IAroundInvoke.cs" />
  79. <Compile Include="IAroundInvokeHost.cs" />
  80. <Compile Include="IAroundInvokeProvider.cs" />
  81. <Compile Include="IBeforeInvoke.cs" />
  82. <Compile Include="IBootStrappedComponent.cs" />
  83. <Compile Include="ICallCounter.cs" />
  84. <Compile Include="IExceptionHandler.cs" />
  85. <Compile Include="IExceptionHandlerInfo.cs" />
  86. <Compile Include="IFieldInterceptionContext.cs" />
  87. <Compile Include="IFieldInterceptionHost.cs" />
  88. <Compile Include="IFieldInterceptor.cs" />
  89. <Compile Include="IInterceptor.cs" />
  90. <Compile Include="IInvocationInfo.cs" />
  91. <Compile Include="IInvokeWrapper.cs" />
  92. <Compile Include="IReflectionStructureVisitable.cs" />
  93. <Compile Include="IReflectionVisitable.cs" />
  94. <Compile Include="ITypeActivationContext.cs" />
  95. <Compile Include="ITypeActivator.cs" />
  96. <Compile Include="IMethodReplacementHost.cs" />
  97. <Compile Include="IMethodReplacementProvider.cs" />
  98. <Compile Include="IModifiableType.cs" />
  99. <Compile Include="IVisitable.cs" />
  100. <Compile Include="MethodBodyReplacementProviderRegistry.cs" />
  101. <Compile Include="MethodCallReplacementProviderRegistry.cs" />
  102. <Compile Include="MultithreadedCallCounter.cs" />
  103. <Compile Include="SimpleMethodReplacementProvider.cs" />
  104. <Compile Include="SingleThreadedCallCounter.cs" />
  105. <Compile Include="TypeActivationContext.cs" />
  106. <Compile Include="TypeActivatorRegistry.cs" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <ProjectReference Include="..\LinFu.Reflection\LinFu.Reflection.csproj">
  110. <Project>{22EEB00F-F471-486C-A6AD-60F088821C78}</Project>
  111. <Name>LinFu.Reflection</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  115. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  116. Other similar extension points exist, see Microsoft.Common.targets.
  117. <Target Name="BeforeBuild">
  118. </Target>
  119. <Target Name="AfterBuild">
  120. </Target>
  121. -->
  122. </Project>