PageRenderTime 49ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://github.com/olehhrynyk/Antler
MSBuild | 119 lines | 112 code | 0 blank | 7 comment | 2 complexity | d7a444b2e069d2f05f89d51c5b3a34b7 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>{26A0DD0A-C9A4-42DA-9F12-D1FFC499BCFF}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SmartElk.Antler.EntityFramework.SqlCe.Specs</RootNamespace>
  12. <AssemblyName>Antler.EntityFramework.SqlCe.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="EntityFramework.SqlServerCompact, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\..\packages\EntityFramework.SqlServerCompact.6.1.0\lib\net40\EntityFramework.SqlServerCompact.dll</HintPath>
  44. </Reference>
  45. <Reference Include="FluentAssertions, Version=3.0.107.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\..\packages\FluentAssertions.3.0.107\lib\net40\FluentAssertions.dll</HintPath>
  48. </Reference>
  49. <Reference Include="FluentAssertions.Core">
  50. <HintPath>..\..\packages\FluentAssertions.3.0.107\lib\net40\FluentAssertions.Core.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.ComponentModel.DataAnnotations" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\..\packages\Microsoft.SqlServer.Compact.4.0.8876.1\lib\net40\System.Data.SqlServerCe.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="ConfigurationSpecs.cs" />
  70. <Compile Include="DomainSpecs.cs" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <None Include="App.config" />
  75. <None Include="packages.config" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <ProjectReference Include="..\..\main\Antler-Core\Antler-Core.csproj">
  79. <Project>{61E50BED-1EA6-48C6-BEE9-E4471AEE4635}</Project>
  80. <Name>Antler-Core</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\..\main\Antler-EntityFramework-SqlCe\Antler-EntityFramework-SqlCe.csproj">
  83. <Project>{5D2D71A7-110B-44B3-9F16-79DA905DF70C}</Project>
  84. <Name>Antler-EntityFramework-SqlCe</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\..\main\Antler-EntityFramework\Antler-EntityFramework.csproj">
  87. <Project>{34FCF9A5-7B9F-4A9A-A8B0-4FDA717744BD}</Project>
  88. <Name>Antler-EntityFramework</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\..\main\Antler-Windsor\Antler-Windsor.csproj">
  91. <Project>{91A50383-D6EB-4303-91E8-BD3634E20CAB}</Project>
  92. <Name>Antler-Windsor</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\Antler-Specs-Shared-EntityFramework\Antler-Specs-Shared-EntityFramework.csproj">
  95. <Project>{E8EEAF94-7FB9-458C-8298-74F2AFFF8F4D}</Project>
  96. <Name>Antler-Specs-Shared-EntityFramework</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\Antler-Specs-Shared\Antler-Specs-Shared.csproj">
  99. <Project>{9C008F64-DBBD-4135-A5C8-1249D5A603F1}</Project>
  100. <Name>Antler-Specs-Shared</Name>
  101. </ProjectReference>
  102. </ItemGroup>
  103. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  104. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  105. <PropertyGroup>
  106. <PostBuildEvent>
  107. if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
  108. xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
  109. if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
  110. xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent>
  111. </PropertyGroup>
  112. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  113. Other similar extension points exist, see Microsoft.Common.targets.
  114. <Target Name="BeforeBuild">
  115. </Target>
  116. <Target Name="AfterBuild">
  117. </Target>
  118. -->
  119. </Project>