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 =" ..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition =" Exists('..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
4
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
+ <PropertyGroup >
6
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8
+ <ProjectGuid >{B5202108-9A7D-4B05-A010-C852BCEE70EF}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >Monadic.Test</RootNamespace >
12
+ <AssemblyName >Monadic.Test</AssemblyName >
13
+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
14
+ <FileAlignment >512</FileAlignment >
15
+ <NuGetPackageImportStamp >
16
+ </NuGetPackageImportStamp >
17
+ <TargetFrameworkProfile />
18
+ </PropertyGroup >
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20
+ <DebugSymbols >true</DebugSymbols >
21
+ <DebugType >full</DebugType >
22
+ <Optimize >false</Optimize >
23
+ <OutputPath >bin\Debug\</OutputPath >
24
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25
+ <ErrorReport >prompt</ErrorReport >
26
+ <WarningLevel >4</WarningLevel >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ </PropertyGroup >
36
+ <ItemGroup >
37
+ <Reference Include =" System" />
38
+ <Reference Include =" System.Core" />
39
+ <Reference Include =" System.Xml.Linq" />
40
+ <Reference Include =" System.Data.DataSetExtensions" />
41
+ <Reference Include =" Microsoft.CSharp" />
42
+ <Reference Include =" System.Data" />
43
+ <Reference Include =" System.Net.Http" />
44
+ <Reference Include =" System.Xml" />
45
+ <Reference Include =" xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
46
+ <HintPath >..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath >
47
+ <Private >True</Private >
48
+ </Reference >
49
+ <Reference Include =" xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
50
+ <HintPath >..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath >
51
+ <Private >True</Private >
52
+ </Reference >
53
+ <Reference Include =" xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
54
+ <HintPath >..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath >
55
+ <Private >True</Private >
56
+ </Reference >
57
+ </ItemGroup >
58
+ <ItemGroup >
59
+ <Compile Include =" OptionTests.cs" />
60
+ <Compile Include =" Properties\AssemblyInfo.cs" />
61
+ </ItemGroup >
62
+ <ItemGroup >
63
+ <None Include =" packages.config" />
64
+ </ItemGroup >
65
+ <ItemGroup >
66
+ <ProjectReference Include =" ..\Monadic\Monadic.csproj" >
67
+ <Project >{e2546ae9-20b3-4ce6-83ca-a8814b18969b}</Project >
68
+ <Name >Monadic</Name >
69
+ </ProjectReference >
70
+ </ItemGroup >
71
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
73
+ <PropertyGroup >
74
+ <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 >
75
+ </PropertyGroup >
76
+ <Error Condition =" !Exists('..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
77
+ </Target >
78
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
79
+ Other similar extension points exist, see Microsoft.Common.targets.
80
+ <Target Name="BeforeBuild">
81
+ </Target>
82
+ <Target Name="AfterBuild">
83
+ </Target>
84
+ -->
85
+ </Project >
0 commit comments