|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="12.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 | 3 | <PropertyGroup>
|
5 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
7 |
| - <ProjectGuid>{96C1BF31-F13B-449B-96BB-BDC0E21A97D8}</ProjectGuid> |
| 6 | + <ProjectGuid>{3F2EFE11-F333-4413-9FB9-61BC7CA2D6E6}</ProjectGuid> |
8 | 7 | <OutputType>Library</OutputType>
|
9 | 8 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 | 9 | <RootNamespace>SSLLWrapper.Tests</RootNamespace>
|
11 | 10 | <AssemblyName>SSLLWrapper.Tests</AssemblyName>
|
12 | 11 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
13 | 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> |
14 | 19 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
15 | 20 | <RestorePackages>true</RestorePackages>
|
16 | 21 | </PropertyGroup>
|
|
32 | 37 | <WarningLevel>4</WarningLevel>
|
33 | 38 | </PropertyGroup>
|
34 | 39 | <ItemGroup>
|
35 |
| - <Reference Include="FluentAssertions"> |
| 40 | + <Reference Include="FluentAssertions, Version=3.2.2.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL"> |
| 41 | + <SpecificVersion>False</SpecificVersion> |
36 | 42 | <HintPath>..\packages\FluentAssertions.3.2.2\lib\net45\FluentAssertions.dll</HintPath>
|
37 | 43 | </Reference>
|
38 | 44 | <Reference Include="FluentAssertions.Core">
|
39 | 45 | <HintPath>..\packages\FluentAssertions.3.2.2\lib\net45\FluentAssertions.Core.dll</HintPath>
|
40 | 46 | </Reference>
|
41 |
| - <Reference Include="FluentTests.Framework"> |
42 |
| - <HintPath>..\packages\FluentTests.1.1.1\lib\FluentTests.Framework.dll</HintPath> |
43 |
| - </Reference> |
44 |
| - <Reference Include="FluentTests.NUnit"> |
45 |
| - <HintPath>..\packages\FluentTests.NUnit.1.1.2\lib\FluentTests.NUnit.dll</HintPath> |
46 |
| - </Reference> |
47 | 47 | <Reference Include="Moq">
|
48 | 48 | <HintPath>..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll</HintPath>
|
49 | 49 | </Reference>
|
50 |
| - <Reference Include="nunit.framework"> |
51 |
| - <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
52 |
| - </Reference> |
53 |
| - <Reference Include="NUnit.Should"> |
54 |
| - <HintPath>..\packages\NUnit.Should.1.0.2.0\lib\NET30\NUnit.Should.dll</HintPath> |
| 50 | + <Reference Include="MSTest.Fluent"> |
| 51 | + <HintPath>..\packages\MSTest.Fluent.1.1.0\lib\net45\MSTest.Fluent.dll</HintPath> |
55 | 52 | </Reference>
|
56 | 53 | <Reference Include="System" />
|
57 |
| - <Reference Include="System.Core" /> |
58 |
| - <Reference Include="System.Xml.Linq" /> |
59 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
60 |
| - <Reference Include="Microsoft.CSharp" /> |
61 |
| - <Reference Include="System.Data" /> |
62 | 54 | <Reference Include="System.Xml" />
|
| 55 | + <Reference Include="System.Xml.Linq" /> |
63 | 56 | </ItemGroup>
|
| 57 | + <Choose> |
| 58 | + <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'"> |
| 59 | + <ItemGroup> |
| 60 | + <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
| 61 | + </ItemGroup> |
| 62 | + </When> |
| 63 | + <Otherwise> |
| 64 | + <ItemGroup> |
| 65 | + <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" /> |
| 66 | + </ItemGroup> |
| 67 | + </Otherwise> |
| 68 | + </Choose> |
64 | 69 | <ItemGroup>
|
65 |
| - <Compile Include="Class1.cs" /> |
| 70 | + <Compile Include="InfoTests.cs" /> |
66 | 71 | <Compile Include="Properties\AssemblyInfo.cs" />
|
67 | 72 | </ItemGroup>
|
68 |
| - <ItemGroup> |
69 |
| - <None Include="app.config" /> |
70 |
| - <None Include="packages.config" /> |
71 |
| - </ItemGroup> |
72 | 73 | <ItemGroup>
|
73 | 74 | <ProjectReference Include="..\SSLLWrapper\SSLLWrapper.csproj">
|
74 |
| - <Project>{9D2FF62D-01C0-41B0-A3BE-32005365290C}</Project> |
| 75 | + <Project>{9d2ff62d-01c0-41b0-a3be-32005365290c}</Project> |
75 | 76 | <Name>SSLLWrapper</Name>
|
76 | 77 | </ProjectReference>
|
77 | 78 | </ItemGroup>
|
| 79 | + <ItemGroup> |
| 80 | + <None Include="packages.config" /> |
| 81 | + </ItemGroup> |
| 82 | + <Choose> |
| 83 | + <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'"> |
| 84 | + <ItemGroup> |
| 85 | + <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 86 | + <Private>False</Private> |
| 87 | + </Reference> |
| 88 | + <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 89 | + <Private>False</Private> |
| 90 | + </Reference> |
| 91 | + <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 92 | + <Private>False</Private> |
| 93 | + </Reference> |
| 94 | + <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 95 | + <Private>False</Private> |
| 96 | + </Reference> |
| 97 | + </ItemGroup> |
| 98 | + </When> |
| 99 | + </Choose> |
| 100 | + <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> |
78 | 101 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
79 | 102 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
80 | 103 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
0 commit comments