PageRenderTime 48ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/src/Griffin.Framework/Griffin.Data.Sqlite.IntegrationTests/Griffin.Data.Sqlite.IntegrationTests.csproj

https://github.com/krigans/Griffin.Framework
MSBuild | 115 lines | 108 code | 0 blank | 7 comment | 0 complexity | 784f13ab6af3ed14ed0d9dab91f41603 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{069652A2-F059-4E8B-8161-B22262F8CC24}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Griffin.Data.Sqlite.IntegrationTests</RootNamespace>
  11. <AssemblyName>Griffin.Data.Sqlite.IntegrationTests</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</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;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  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="EntityFramework">
  36. <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
  37. </Reference>
  38. <Reference Include="EntityFramework.SqlServer">
  39. <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  40. </Reference>
  41. <Reference Include="FluentAssertions">
  42. <HintPath>..\packages\FluentAssertions.2.2.0.0\lib\net45\FluentAssertions.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.ComponentModel.DataAnnotations" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Data.SQLite">
  48. <HintPath>..\packages\System.Data.SQLite.1.0.91.0\lib\net45\System.Data.SQLite.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System.Data.SQLite.EF6">
  51. <HintPath>..\packages\System.Data.SQLite.1.0.91.0\lib\net45\System.Data.SQLite.EF6.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System.Data.SQLite.Linq">
  54. <HintPath>..\packages\System.Data.SQLite.1.0.91.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="xunit">
  62. <HintPath>..\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath>
  63. </Reference>
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="AsyncCommandExtensionsTests.cs" />
  67. <Compile Include="AsyncConnectionExtensionsTests.cs" />
  68. <Compile Include="AsyncUnitOfWorkExtensionsTests.cs" />
  69. <Compile Include="CommandExtensionsTests.cs" />
  70. <Compile Include="ConnectionExtensionsTests.cs" />
  71. <Compile Include="Entites\Message.cs" />
  72. <Compile Include="Entites\MessageMapper.cs" />
  73. <Compile Include="Entites\MessageTable.cs" />
  74. <Compile Include="Entites\User.cs" />
  75. <Compile Include="Entites\UserMapper.cs" />
  76. <Compile Include="Entites\UserTable.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <None Include="packages.config" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Content Include="x64\SQLite.Interop.dll">
  84. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  85. </Content>
  86. <Content Include="x86\SQLite.Interop.dll">
  87. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  88. </Content>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ProjectReference Include="..\Griffin.Core\Griffin.Core.csproj">
  92. <Project>{744709D5-D4D5-4551-9EBD-CBD7BDF58F5F}</Project>
  93. <Name>Griffin.Core</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="..\Griffin.Data.Sqlite\Griffin.Data.Sqlite.csproj">
  96. <Project>{EB3DF7D9-06FA-44D7-8052-5DDAC1CDAB01}</Project>
  97. <Name>Griffin.Data.Sqlite</Name>
  98. </ProjectReference>
  99. </ItemGroup>
  100. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  101. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  102. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  103. <PropertyGroup>
  104. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  105. </PropertyGroup>
  106. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  107. </Target>
  108. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  109. Other similar extension points exist, see Microsoft.Common.targets.
  110. <Target Name="BeforeBuild">
  111. </Target>
  112. <Target Name="AfterBuild">
  113. </Target>
  114. -->
  115. </Project>