1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props" Condition =" Exists('..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props')" />
4
+ <Import Project =" ..\packages\NUnit.3.12.0\build\NUnit.props" Condition =" Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" />
5
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6
+ <PropertyGroup >
7
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
8
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
9
+ <ProjectGuid >{BCA37E2B-FD0A-425E-A2DF-AA8C5D3FAF28}</ProjectGuid >
10
+ <OutputType >Library</OutputType >
11
+ <AppDesignerFolder >Properties</AppDesignerFolder >
12
+ <RootNamespace >UnitTestingUsingNUnitWithMoq.Tests</RootNamespace >
13
+ <AssemblyName >UnitTestingUsingNUnitWithMoq.Tests</AssemblyName >
14
+ <TargetFrameworkVersion >v4.7</TargetFrameworkVersion >
15
+ <FileAlignment >512</FileAlignment >
16
+ <Deterministic >true</Deterministic >
17
+ <NuGetPackageImportStamp >
18
+ </NuGetPackageImportStamp >
19
+ </PropertyGroup >
20
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21
+ <DebugSymbols >true</DebugSymbols >
22
+ <DebugType >full</DebugType >
23
+ <Optimize >false</Optimize >
24
+ <OutputPath >bin\Debug\</OutputPath >
25
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
26
+ <ErrorReport >prompt</ErrorReport >
27
+ <WarningLevel >4</WarningLevel >
28
+ </PropertyGroup >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30
+ <DebugType >pdbonly</DebugType >
31
+ <Optimize >true</Optimize >
32
+ <OutputPath >bin\Release\</OutputPath >
33
+ <DefineConstants >TRACE</DefineConstants >
34
+ <ErrorReport >prompt</ErrorReport >
35
+ <WarningLevel >4</WarningLevel >
36
+ </PropertyGroup >
37
+ <ItemGroup >
38
+ <Reference Include =" Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
39
+ <HintPath >..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath >
40
+ </Reference >
41
+ <Reference Include =" Moq, Version=4.11.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
42
+ <HintPath >..\packages\Moq.4.11.0\lib\net45\Moq.dll</HintPath >
43
+ </Reference >
44
+ <Reference Include =" nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
45
+ <HintPath >..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath >
46
+ </Reference >
47
+ <Reference Include =" System" />
48
+ <Reference Include =" System.Configuration" />
49
+ <Reference Include =" System.Core" />
50
+ <Reference Include =" System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
51
+ <HintPath >..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath >
52
+ </Reference >
53
+ <Reference Include =" System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
54
+ <HintPath >..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath >
55
+ </Reference >
56
+ <Reference Include =" System.Xml.Linq" />
57
+ <Reference Include =" System.Data.DataSetExtensions" />
58
+ <Reference Include =" Microsoft.CSharp" />
59
+ <Reference Include =" System.Data" />
60
+ <Reference Include =" System.Net.Http" />
61
+ <Reference Include =" System.Xml" />
62
+ </ItemGroup >
63
+ <ItemGroup >
64
+ <Compile Include =" CreditDecisionTests.cs" />
65
+ <Compile Include =" Properties\AssemblyInfo.cs" />
66
+ </ItemGroup >
67
+ <ItemGroup >
68
+ <None Include =" packages.config" />
69
+ </ItemGroup >
70
+ <ItemGroup >
71
+ <ProjectReference Include =" ..\UnitTestingUsingNUnitWithMoq\UnitTestingUsingNUnitWithMoq.csproj" >
72
+ <Project >{a0a8558e-d744-4ba4-8dbc-d877ce4525a9}</Project >
73
+ <Name >UnitTestingUsingNUnitWithMoq</Name >
74
+ </ProjectReference >
75
+ </ItemGroup >
76
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
77
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
78
+ <PropertyGroup >
79
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
80
+ </PropertyGroup >
81
+ <Error Condition =" !Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.12.0\build\NUnit.props'))" />
82
+ <Error Condition =" !Exists('..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props'))" />
83
+ </Target >
84
+ </Project >
0 commit comments