PageRenderTime 45ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/Passive.Test/Passive.Test.csproj

https://github.com/Talljoe/Passive
MSBuild | 140 lines | 140 code | 0 blank | 0 comment | 0 complexity | d8491576f13bf454173bcc456b25e2a1 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. <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>{5294A2A3-83B0-4504-8E81-7F1CF124D1FC}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Passive.Test</RootNamespace>
  12. <AssemblyName>Passive.Test</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="FluentAssertions">
  35. <HintPath>..\packages\FluentAssertions.1.4.0.0\Lib\.NetFramework 4.0\FluentAssertions.dll</HintPath>
  36. </Reference>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
  40. <Private>True</Private>
  41. <HintPath>..\packages\SqlServerCompact.4.0.8482.1\lib\System.Data.SqlServerCe.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Xml" />
  48. <Reference Include="TechTalk.SpecFlow">
  49. <HintPath>..\packages\SpecFlow.1.6.1\lib\net35\TechTalk.SpecFlow.dll</HintPath>
  50. </Reference>
  51. <Reference Include="xunit">
  52. <HintPath>..\packages\xunit.1.8.0.1545\lib\xunit.dll</HintPath>
  53. </Reference>
  54. <Reference Include="xunit.extensions">
  55. <HintPath>..\packages\xunit.extensions.1.8.0.1545\lib\xunit.extensions.dll</HintPath>
  56. </Reference>
  57. </ItemGroup>
  58. <ItemGroup>
  59. <None Include="app.config">
  60. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  61. </None>
  62. <None Include="DiagnosticsTests\QueryTrace.feature">
  63. <Generator>SpecFlowSingleFileGenerator</Generator>
  64. <LastGenOutput>QueryTrace.feature.cs</LastGenOutput>
  65. </None>
  66. <None Include="sqlexpress.config" />
  67. <None Include="sqlce.config" />
  68. <None Include="DynamicModelTests\All.feature">
  69. <Generator>SpecFlowSingleFileGenerator</Generator>
  70. <LastGenOutput>All.feature.cs</LastGenOutput>
  71. </None>
  72. <None Include="DynamicModelTests\Paged.feature">
  73. <Generator>SpecFlowSingleFileGenerator</Generator>
  74. <LastGenOutput>Paged.feature.cs</LastGenOutput>
  75. </None>
  76. <None Include="DynamicModelTests\Single.feature">
  77. <Generator>SpecFlowSingleFileGenerator</Generator>
  78. <LastGenOutput>Single.feature.cs</LastGenOutput>
  79. </None>
  80. <None Include="packages.config" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Folder Include="Properties\" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Content Include="Data\TestData.sdf">
  87. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  88. </Content>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Compile Include="DiagnosticsTests\QueryTrace.feature.cs">
  92. <AutoGen>True</AutoGen>
  93. <DesignTime>True</DesignTime>
  94. <DependentUpon>QueryTrace.feature</DependentUpon>
  95. </Compile>
  96. <Compile Include="DiagnosticsTests\TracingSteps.cs" />
  97. <Compile Include="DynamicModelTests\DynamicModelSteps.cs" />
  98. <Compile Include="DynamicModelTests\All.feature.cs">
  99. <AutoGen>True</AutoGen>
  100. <DesignTime>True</DesignTime>
  101. <DependentUpon>All.feature</DependentUpon>
  102. </Compile>
  103. <Compile Include="DynamicModelTests\CommonSteps.cs" />
  104. <Compile Include="DynamicModelTests\DynamicModelContext.cs" />
  105. <Compile Include="DynamicModelTests\Paged.feature.cs">
  106. <AutoGen>True</AutoGen>
  107. <DesignTime>True</DesignTime>
  108. <DependentUpon>Paged.feature</DependentUpon>
  109. </Compile>
  110. <Compile Include="DynamicModelTests\Single.feature.cs">
  111. <AutoGen>True</AutoGen>
  112. <DesignTime>True</DesignTime>
  113. <DependentUpon>Single.feature</DependentUpon>
  114. </Compile>
  115. <Compile Include="Models\Appliance.cs" />
  116. <Compile Include="Utility\EventHelper.cs" />
  117. <Compile Include="Utility\ShouldExtensions.cs" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <ProjectReference Include="..\Passive\Passive.csproj">
  121. <Project>{E3DC3E63-FACD-42A0-B1B5-D258C4E6AEA2}</Project>
  122. <Name>Passive</Name>
  123. </ProjectReference>
  124. </ItemGroup>
  125. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  126. <PropertyGroup>
  127. <PostBuildEvent>
  128. if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
  129. xcopy /s /y "$(SolutionDir)packages\SqlServerCompact.4.0.8482.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
  130. if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
  131. xcopy /s /y "$(SolutionDir)packages\SqlServerCompact.4.0.8482.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent>
  132. </PropertyGroup>
  133. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  134. Other similar extension points exist, see Microsoft.Common.targets.
  135. <Target Name="BeforeBuild">
  136. </Target>
  137. <Target Name="AfterBuild">
  138. </Target>
  139. -->
  140. </Project>