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

/KeeOtp.Tests/KeeOtp.Tests.csproj

https://bitbucket.org/devinmartin/keeotp
MSBuild | 82 lines | 75 code | 0 blank | 7 comment | 0 complexity | 2533866a1bd34a300487e3c4ff51c7bc MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{25DCFC3A-1849-4FCC-A14B-DD9E8624376C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>KeeOtp.Tests</RootNamespace>
  11. <AssemblyName>KeeOtp.Tests</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="FluentAssertions, Version=4.11.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  34. <HintPath>..\packages\FluentAssertions.4.11.0\lib\net40\FluentAssertions.dll</HintPath>
  35. <Private>True</Private>
  36. </Reference>
  37. <Reference Include="FluentAssertions.Core, Version=4.11.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
  38. <HintPath>..\packages\FluentAssertions.4.11.0\lib\net40\FluentAssertions.Core.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="Moq, Version=4.0.10827.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  42. <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
  43. <Private>True</Private>
  44. </Reference>
  45. <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  46. <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="OtpSharp, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
  50. <HintPath>..\packages\OtpSharp.1.0.5.0\lib\net40\OtpSharp.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Xml" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="OtpAuthDataTests.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <None Include="packages.config" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <ProjectReference Include="..\KeeOtp\KeeOtp.csproj">
  70. <Project>{4c1bb6f8-d2cd-49c2-9053-21705681356c}</Project>
  71. <Name>KeeOtp</Name>
  72. </ProjectReference>
  73. </ItemGroup>
  74. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  75. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  76. Other similar extension points exist, see Microsoft.Common.targets.
  77. <Target Name="BeforeBuild">
  78. </Target>
  79. <Target Name="AfterBuild">
  80. </Target>
  81. -->
  82. </Project>