PageRenderTime 37ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/Source/Bifrost.EF4/Bifrost.EF4.csproj

#
MSBuild | 87 lines | 87 code | 0 blank | 0 comment | 0 complexity | 54cee3f351e7e997824b667af807869b MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{01F8E7AE-9AAC-4429-AA8A-BE6C4DE48BA3}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>Bifrost.EF4</RootNamespace>
  11. <AssemblyName>Bifrost.EF4</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <TargetFrameworkProfile />
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\Solutions\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug</OutputPath>
  22. <DefineConstants>DEBUG</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <ConsolePause>false</ConsolePause>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>none</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\Release</OutputPath>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <ConsolePause>false</ConsolePause>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Mono|AnyCPU' ">
  36. <DebugType>none</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Mono</OutputPath>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CoreDev|AnyCPU'">
  42. <DebugSymbols>true</DebugSymbols>
  43. <OutputPath>bin\CoreDev\</OutputPath>
  44. <DefineConstants>DEBUG</DefineConstants>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <CodeAnalysisLogFile>bin\Debug\Bifrost.EF4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  48. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  49. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  50. <ErrorReport>prompt</ErrorReport>
  51. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  52. <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  53. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  54. <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  55. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="EntityFramework, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\Solutions\packages\EntityFramework.4.2.0.0\lib\net40\EntityFramework.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.ComponentModel.DataAnnotations" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Data.Entity" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="..\Common\AssemblyInfo.cs">
  69. <Link>AssemblyInfo.cs</Link>
  70. </Compile>
  71. <Compile Include="EntityContext.cs" />
  72. </ItemGroup>
  73. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  74. <ItemGroup>
  75. <ProjectReference Include="..\Bifrost\Bifrost.csproj">
  76. <Project>{FB310720-CD89-44B6-BD54-7861F65D8466}</Project>
  77. <Name>Bifrost</Name>
  78. </ProjectReference>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Folder Include="Properties\" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <None Include="packages.config" />
  85. </ItemGroup>
  86. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
  87. </Project>