PageRenderTime 43ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/V1/trunk/Source/CAL/Composite.UnityExtensions/Composite.UnityExtensions.csproj

#
MSBuild | 103 lines | 96 code | 0 blank | 7 comment | 0 complexity | d5e0b0b726f71569c6b79b5846c3d7a5 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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>{17831F3B-6B82-4916-BD2B-2CE2071EA622}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Microsoft.Practices.Composite.UnityExtensions</RootNamespace>
  12. <AssemblyName>Microsoft.Practices.Composite.UnityExtensions</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment></PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <RunCodeAnalysis>false</RunCodeAnalysis>
  24. <DocumentationFile>bin\Debug\Microsoft.Practices.Composite.UnityExtensions.XML</DocumentationFile>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Microsoft.Practices.ObjectBuilder2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>..\..\Lib\Unity\Microsoft.Practices.ObjectBuilder2.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.Practices.Unity, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\..\Lib\Unity\Microsoft.Practices.Unity.dll</HintPath>
  42. </Reference>
  43. <Reference Include="PresentationCore">
  44. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  45. </Reference>
  46. <Reference Include="PresentationFramework">
  47. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.Core">
  51. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  52. </Reference>
  53. <Reference Include="System.Xml.Linq">
  54. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  55. </Reference>
  56. <Reference Include="System.Data.DataSetExtensions">
  57. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="WindowsBase">
  62. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  63. </Reference>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="GlobalSuppressions.cs" />
  67. <Compile Include="UnityBootstrapperExtension.cs" />
  68. <Compile Include="UnityContainerHelper.cs" />
  69. <Compile Include="UnityBootstrapper.cs" />
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. <Compile Include="Properties\Resources.Designer.cs">
  72. <AutoGen>True</AutoGen>
  73. <DesignTime>True</DesignTime>
  74. <DependentUpon>Resources.resx</DependentUpon>
  75. </Compile>
  76. <Compile Include="UnityContainerAdapter.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="..\Composite.Wpf\Composite.Wpf.csproj">
  80. <Project>{F807062D-6FC9-4FF0-A9F5-5F94653EDC4D}</Project>
  81. <Name>Composite.Wpf</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\Composite\Composite.csproj">
  84. <Project>{77138947-1D13-4E22-AEE0-5D0DD046CA34}</Project>
  85. <Name>Composite</Name>
  86. </ProjectReference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <EmbeddedResource Include="Properties\Resources.resx">
  90. <Generator>ResXFileCodeGenerator</Generator>
  91. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  92. <SubType>Designer</SubType>
  93. </EmbeddedResource>
  94. </ItemGroup>
  95. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  96. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  97. Other similar extension points exist, see Microsoft.Common.targets.
  98. <Target Name="BeforeBuild">
  99. </Target>
  100. <Target Name="AfterBuild">
  101. </Target>
  102. -->
  103. </Project>