PageRenderTime 47ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/src/specs/Antler-EntityFramework-SqlServer-Specs/Antler-EntityFramework-SqlServer-Specs.csproj

https://github.com/olehhrynyk/Antler
MSBuild | 103 lines | 96 code | 0 blank | 7 comment | 0 complexity | 954c037e6157992b8e0fd1f9f1109939 MD5 | raw file
Possible License(s): Apache-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{2FC7F493-3B9C-4BF7-91FE-2F0D2EBABBB7}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Antler.EntityFramework.SqlServer.Specs</RootNamespace>
  12. <AssemblyName>Antler.EntityFramework.SqlServer.Specs</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
  16. <RestorePackages>true</RestorePackages>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  37. <HintPath>..\..\packages\EntityFramework.6.1.0\lib\net40\EntityFramework.dll</HintPath>
  38. </Reference>
  39. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  40. <HintPath>..\..\packages\EntityFramework.6.1.0\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  41. </Reference>
  42. <Reference Include="FluentAssertions, Version=3.0.107.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\..\packages\FluentAssertions.3.0.107\lib\net40\FluentAssertions.dll</HintPath>
  45. </Reference>
  46. <Reference Include="FluentAssertions.Core">
  47. <HintPath>..\..\packages\FluentAssertions.3.0.107\lib\net40\FluentAssertions.Core.dll</HintPath>
  48. </Reference>
  49. <Reference Include="nunit.framework">
  50. <HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
  51. </Reference>
  52. <Reference Include="StructureMap">
  53. <HintPath>..\..\packages\structuremap.2.6.4.1\lib\net40\StructureMap.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.ComponentModel.DataAnnotations" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Xml" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="DomainSpecs.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <ProjectReference Include="..\..\main\Antler-Core\Antler-Core.csproj">
  70. <Project>{61E50BED-1EA6-48C6-BEE9-E4471AEE4635}</Project>
  71. <Name>Antler-Core</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\..\main\Antler-EntityFramework\Antler-EntityFramework.csproj">
  74. <Project>{34FCF9A5-7B9F-4A9A-A8B0-4FDA717744BD}</Project>
  75. <Name>Antler-EntityFramework</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\..\main\Antler-StructureMap\Antler-StructureMap.csproj">
  78. <Project>{1B0E887B-2A60-467E-A7CF-C3D43A3E9570}</Project>
  79. <Name>Antler-StructureMap</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\Antler-Specs-Shared-EntityFramework\Antler-Specs-Shared-EntityFramework.csproj">
  82. <Project>{E8EEAF94-7FB9-458C-8298-74F2AFFF8F4D}</Project>
  83. <Name>Antler-Specs-Shared-EntityFramework</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\Antler-Specs-Shared\Antler-Specs-Shared.csproj">
  86. <Project>{9C008F64-DBBD-4135-A5C8-1249D5A603F1}</Project>
  87. <Name>Antler-Specs-Shared</Name>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="App.config" />
  92. <None Include="packages.config" />
  93. </ItemGroup>
  94. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  95. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.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>