PageRenderTime 52ms CodeModel.GetById 26ms RepoModel.GetById 1ms app.codeStats 0ms

/src/specs/Antler-NHibernate-Sqlite-Specs/Antler-NHibernate-Sqlite-Specs.csproj

https://github.com/olehhrynyk/Antler
MSBuild | 127 lines | 120 code | 0 blank | 7 comment | 0 complexity | 5623626ef333ffce410c834de1b089e1 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>{22241314-ACB1-4BD6-AA61-7006A5D19DD5}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SmartElk.Antler.NHibernate.Sqlite.Specs</RootNamespace>
  12. <AssemblyName>Antler.NHibernate.Sqlite.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="FluentAssertions, Version=3.0.107.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>..\..\packages\FluentAssertions.3.0.107\lib\net40\FluentAssertions.dll</HintPath>
  39. </Reference>
  40. <Reference Include="FluentAssertions.Core">
  41. <HintPath>..\..\packages\FluentAssertions.3.0.107\lib\net40\FluentAssertions.Core.dll</HintPath>
  42. </Reference>
  43. <Reference Include="FluentNHibernate, Version=1.4.0.0, Culture=neutral, PublicKeyToken=8aa435e3cb308880, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\..\packages\FluentNHibernate.1.4.0.0\lib\net35\FluentNHibernate.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Iesi.Collections">
  48. <HintPath>..\..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.Practices.ServiceLocation">
  51. <HintPath>..\..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
  52. </Reference>
  53. <Reference Include="NHibernate">
  54. <HintPath>..\..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll</HintPath>
  55. </Reference>
  56. <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
  59. </Reference>
  60. <Reference Include="StructureMap">
  61. <HintPath>..\..\packages\structuremap.2.6.4.1\lib\net40\StructureMap.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Data.SQLite, Version=1.0.90.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\..\packages\System.Data.SQLite.1.0.90.0\lib\net40\System.Data.SQLite.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Data.SQLite.Linq, Version=1.0.90.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\..\packages\System.Data.SQLite.1.0.90.0\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.Xml.Linq" />
  74. <Reference Include="System.Data.DataSetExtensions" />
  75. <Reference Include="Microsoft.CSharp" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Xml" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="ConfigurationSpecs.cs" />
  81. <Compile Include="DomainSpecs.cs" />
  82. <Compile Include="Properties\AssemblyInfo.cs" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <None Include="App.config" />
  86. <None Include="packages.config" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <ProjectReference Include="..\..\main\Antler-Core\Antler-Core.csproj">
  90. <Project>{61E50BED-1EA6-48C6-BEE9-E4471AEE4635}</Project>
  91. <Name>Antler-Core</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\..\main\Antler-NHibernate\Antler-NHibernate.csproj">
  94. <Project>{4A2FE4D5-9381-4695-A0D5-21787C903275}</Project>
  95. <Name>Antler-NHibernate</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\main\Antler-StructureMap\Antler-StructureMap.csproj">
  98. <Project>{1B0E887B-2A60-467E-A7CF-C3D43A3E9570}</Project>
  99. <Name>Antler-StructureMap</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\Antler-Specs-Shared-NHibernate\Antler-Specs-Shared-NHibernate.csproj">
  102. <Project>{ED6504E9-077F-44EA-B144-FB8796151E46}</Project>
  103. <Name>Antler-Specs-Shared-NHibernate</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\Antler-Specs-Shared\Antler-Specs-Shared.csproj">
  106. <Project>{9C008F64-DBBD-4135-A5C8-1249D5A603F1}</Project>
  107. <Name>Antler-Specs-Shared</Name>
  108. </ProjectReference>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Content Include="x64\SQLite.Interop.dll">
  112. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  113. </Content>
  114. <Content Include="x86\SQLite.Interop.dll">
  115. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  116. </Content>
  117. </ItemGroup>
  118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  119. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  120. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  121. Other similar extension points exist, see Microsoft.Common.targets.
  122. <Target Name="BeforeBuild">
  123. </Target>
  124. <Target Name="AfterBuild">
  125. </Target>
  126. -->
  127. </Project>