PageRenderTime 30ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://github.com/olehhrynyk/Antler
MSBuild | 94 lines | 87 code | 0 blank | 7 comment | 0 complexity | ca7c25edba1fcff5819108bc537589e6 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>{ED6504E9-077F-44EA-B144-FB8796151E46}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SmartElk.Antler.Specs.Shared.NHibernate</RootNamespace>
  12. <AssemblyName>Antler.Specs.Shared.NHibernate</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="System" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Xml" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="CommonSpecs\CommonDomainSpecs.cs" />
  62. <Compile Include="Mappings\CountryMap.cs" />
  63. <Compile Include="Mappings\EmployeeMap.cs" />
  64. <Compile Include="Mappings\TeamMap.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. </ItemGroup>
  67. <ItemGroup />
  68. <ItemGroup>
  69. <ProjectReference Include="..\..\specs\Antler-Specs-Shared\Antler-Specs-Shared.csproj">
  70. <Project>{9C008F64-DBBD-4135-A5C8-1249D5A603F1}</Project>
  71. <Name>Antler-Specs-Shared</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\..\main\Antler-Core\Antler-Core.csproj">
  74. <Project>{61E50BED-1EA6-48C6-BEE9-E4471AEE4635}</Project>
  75. <Name>Antler-Core</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\..\main\Antler-NHibernate\Antler-NHibernate.csproj">
  78. <Project>{4A2FE4D5-9381-4695-A0D5-21787C903275}</Project>
  79. <Name>Antler-NHibernate</Name>
  80. </ProjectReference>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <None Include="packages.config" />
  84. </ItemGroup>
  85. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  86. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  87. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  88. Other similar extension points exist, see Microsoft.Common.targets.
  89. <Target Name="BeforeBuild">
  90. </Target>
  91. <Target Name="AfterBuild">
  92. </Target>
  93. -->
  94. </Project>