|
11 | 11 | <AssemblyName>SSLLWrapper.Tests</AssemblyName>
|
12 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
13 | 13 | <FileAlignment>512</FileAlignment>
|
| 14 | + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
| 15 | + <RestorePackages>true</RestorePackages> |
14 | 16 | </PropertyGroup>
|
15 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
16 | 18 | <DebugSymbols>true</DebugSymbols>
|
|
30 | 32 | <WarningLevel>4</WarningLevel>
|
31 | 33 | </PropertyGroup>
|
32 | 34 | <ItemGroup>
|
| 35 | + <Reference Include="FluentAssertions"> |
| 36 | + <HintPath>..\packages\FluentAssertions.3.2.2\lib\net45\FluentAssertions.dll</HintPath> |
| 37 | + </Reference> |
| 38 | + <Reference Include="FluentAssertions.Core"> |
| 39 | + <HintPath>..\packages\FluentAssertions.3.2.2\lib\net45\FluentAssertions.Core.dll</HintPath> |
| 40 | + </Reference> |
| 41 | + <Reference Include="FluentTests.Framework"> |
| 42 | + <HintPath>..\packages\FluentTests.1.1.1\lib\FluentTests.Framework.dll</HintPath> |
| 43 | + </Reference> |
| 44 | + <Reference Include="Moq"> |
| 45 | + <HintPath>..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll</HintPath> |
| 46 | + </Reference> |
| 47 | + <Reference Include="nunit.framework"> |
| 48 | + <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
| 49 | + </Reference> |
| 50 | + <Reference Include="NUnit.Should"> |
| 51 | + <HintPath>..\packages\NUnit.Should.1.0.2.0\lib\NET30\NUnit.Should.dll</HintPath> |
| 52 | + </Reference> |
33 | 53 | <Reference Include="System" />
|
34 | 54 | <Reference Include="System.Core" />
|
35 | 55 | <Reference Include="System.Xml.Linq" />
|
|
42 | 62 | <Compile Include="Class1.cs" />
|
43 | 63 | <Compile Include="Properties\AssemblyInfo.cs" />
|
44 | 64 | </ItemGroup>
|
| 65 | + <ItemGroup> |
| 66 | + <None Include="app.config" /> |
| 67 | + <None Include="packages.config" /> |
| 68 | + </ItemGroup> |
45 | 69 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
| 70 | + <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
| 71 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 72 | + <PropertyGroup> |
| 73 | + <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> |
| 74 | + </PropertyGroup> |
| 75 | + <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> |
| 76 | + </Target> |
46 | 77 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
47 | 78 | Other similar extension points exist, see Microsoft.Common.targets.
|
48 | 79 | <Target Name="BeforeBuild">
|
|
0 commit comments