PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://github.com/olehhrynyk/Antler
MSBuild | 102 lines | 95 code | 0 blank | 7 comment | 0 complexity | e74b9eb52d04237af0d2a2c4b2dc69b9 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>{D2226D26-F078-48B3-A762-1BF1E61BDF89}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SmartElk.Antler.NHibernate.SqlServer.Specs</RootNamespace>
  12. <AssemblyName>Antler.NHibernate.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="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">
  44. <HintPath>..\..\packages\FluentNHibernate.1.4.0.0\lib\net35\FluentNHibernate.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Iesi.Collections">
  47. <HintPath>..\..\packages\Iesi.Collections.3.2.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
  48. </Reference>
  49. <Reference Include="NHibernate">
  50. <HintPath>..\..\packages\NHibernate.3.3.3.4001\lib\Net35\NHibernate.dll</HintPath>
  51. </Reference>
  52. <Reference Include="nunit.framework">
  53. <HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Xml" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="Configuration\ConfigurationEx.cs" />
  65. <Compile Include="DomainSpecs.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <None Include="packages.config" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ProjectReference Include="..\..\main\Antler-Core\Antler-Core.csproj">
  73. <Project>{61E50BED-1EA6-48C6-BEE9-E4471AEE4635}</Project>
  74. <Name>Antler-Core</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\..\main\Antler-NHibernate\Antler-NHibernate.csproj">
  77. <Project>{4A2FE4D5-9381-4695-A0D5-21787C903275}</Project>
  78. <Name>Antler-NHibernate</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\Antler-Specs-Shared-NHibernate\Antler-Specs-Shared-NHibernate.csproj">
  81. <Project>{ED6504E9-077F-44EA-B144-FB8796151E46}</Project>
  82. <Name>Antler-Specs-Shared-NHibernate</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\main\Antler-Windsor\Antler-Windsor.csproj">
  85. <Project>{91A50383-D6EB-4303-91E8-BD3634E20CAB}</Project>
  86. <Name>Antler-Windsor</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\Antler-Specs-Shared\Antler-Specs-Shared.csproj">
  89. <Project>{9C008F64-DBBD-4135-A5C8-1249D5A603F1}</Project>
  90. <Name>Antler-Specs-Shared</Name>
  91. </ProjectReference>
  92. </ItemGroup>
  93. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  94. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  95. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  96. Other similar extension points exist, see Microsoft.Common.targets.
  97. <Target Name="BeforeBuild">
  98. </Target>
  99. <Target Name="AfterBuild">
  100. </Target>
  101. -->
  102. </Project>