PageRenderTime 43ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/src/Tests/Tests.csproj

https://github.com/LoungeFlyZ/Autofac.Extras.Quartz
MSBuild | 159 lines | 152 code | 0 blank | 7 comment | 0 complexity | 6e90a0e2b331070ab71e2abdf3b83d16 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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. <ProjectGuid>{AC5ACA46-7D6A-4EC3-B585-D811F9077BA7}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>Autofac.Extras.Quartz.Tests</RootNamespace>
  10. <AssemblyName>Autofac.Extras.Quartz.Tests</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  15. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  16. <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
  17. <IsCodedUITest>False</IsCodedUITest>
  18. <TestProjectType>UnitTest</TestProjectType>
  19. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  20. <RestorePackages>true</RestorePackages>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <SignAssembly>true</SignAssembly>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <AssemblyOriginatorKeyFile>..\keyfile.snk</AssemblyOriginatorKeyFile>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Alphacloud.Common.Testing.Nunit">
  47. <HintPath>..\packages\Alphacloud.Common.Testing.Nunit.0.1.1.0\lib\net40\Alphacloud.Common.Testing.Nunit.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Autofac">
  50. <HintPath>..\packages\Autofac.3.3.1\lib\net40\Autofac.dll</HintPath>
  51. </Reference>
  52. <Reference Include="AutoMapper">
  53. <HintPath>..\packages\AutoMapper.3.2.0\lib\net40\AutoMapper.dll</HintPath>
  54. </Reference>
  55. <Reference Include="AutoMapper.Net4">
  56. <HintPath>..\packages\AutoMapper.3.2.0\lib\net40\AutoMapper.Net4.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Common.Logging, Version=2.2.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\packages\Common.Logging.2.2.0\lib\net40\Common.Logging.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Common.Logging.Core, Version=2.2.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\packages\Common.Logging.Core.2.2.0\lib\net40\Common.Logging.Core.dll</HintPath>
  65. </Reference>
  66. <Reference Include="FluentAssertions">
  67. <HintPath>..\packages\FluentAssertions.2.2.0.0\lib\net40\FluentAssertions.dll</HintPath>
  68. </Reference>
  69. <Reference Include="JetBrains.Annotations, Version=7.1.3000.2254, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\packages\ReSharper.Annotations.7.1.3.130415\lib\net\JetBrains.Annotations.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Moq">
  74. <HintPath>..\packages\Moq.4.2.1402.2112\lib\net40\Moq.dll</HintPath>
  75. </Reference>
  76. <Reference Include="nunit.framework">
  77. <HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Quartz, Version=2.2.3.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\packages\Quartz.2.2.3\lib\net40\Quartz.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System" />
  84. <Reference Include="System.Core">
  85. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  86. </Reference>
  87. <Reference Include="System.Xml" />
  88. <Reference Include="System.Xml.Linq" />
  89. </ItemGroup>
  90. <Choose>
  91. <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
  92. <ItemGroup>
  93. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  94. </ItemGroup>
  95. </When>
  96. <Otherwise />
  97. </Choose>
  98. <ItemGroup>
  99. <Compile Include="AutofacJobFactoryTests.cs" />
  100. <Compile Include="JobWrapperTests.cs" />
  101. <Compile Include="Properties\AssemblyInfo.cs" />
  102. <Compile Include="QuartzAutofacModuleTests.cs" />
  103. <Compile Include="QuartzAutofacFactoryModuleTests.cs" />
  104. <Compile Include="TransparentWrapperTests.cs" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <None Include="..\keyfile.snk">
  108. <Link>keyfile.snk</Link>
  109. </None>
  110. <None Include="app.config" />
  111. <None Include="job_scheduling_data_2_0.xsd">
  112. <SubType>Designer</SubType>
  113. </None>
  114. <None Include="packages.config">
  115. <SubType>Designer</SubType>
  116. </None>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <ProjectReference Include="..\Autofac.Extras.Quartz\Autofac.Extras.Quartz.csproj">
  120. <Project>{9e5576c1-42f2-4264-ba54-ca0e417b0a33}</Project>
  121. <Name>Autofac.Extras.Quartz</Name>
  122. </ProjectReference>
  123. </ItemGroup>
  124. <Choose>
  125. <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
  126. <ItemGroup>
  127. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  128. <Private>False</Private>
  129. </Reference>
  130. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  131. <Private>False</Private>
  132. </Reference>
  133. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  134. <Private>False</Private>
  135. </Reference>
  136. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  137. <Private>False</Private>
  138. </Reference>
  139. </ItemGroup>
  140. </When>
  141. </Choose>
  142. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  143. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  144. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  145. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  146. <PropertyGroup>
  147. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  148. </PropertyGroup>
  149. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  150. </Target>
  151. <Import Project="..\packages\AutoMapper.3.2.0\tools\AutoMapper.targets" Condition="Exists('..\packages\AutoMapper.3.2.0\tools\AutoMapper.targets')" />
  152. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  153. Other similar extension points exist, see Microsoft.Common.targets.
  154. <Target Name="BeforeBuild">
  155. </Target>
  156. <Target Name="AfterBuild">
  157. </Target>
  158. -->
  159. </Project>