1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\packages\xunit.core.2.1.0-beta4-build3042\build\portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition =" Exists('..\packages\xunit.core.2.1.0-beta4-build3042\build\portable-net45+dnxcore50+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 >{DC430BD1-F360-4866-8B5C-ADAB8B82CC81}</ProjectGuid >
9
+ <OutputType >Library</OutputType >
10
+ <AppDesignerFolder >Properties</AppDesignerFolder >
11
+ <RootNamespace >DynamicSkipExample</RootNamespace >
12
+ <AssemblyName >DynamicSkipExample</AssemblyName >
13
+ <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
14
+ <FileAlignment >512</FileAlignment >
15
+ <NuGetPackageImportStamp >025406ca</NuGetPackageImportStamp >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <OutputPath >bin\Debug\</OutputPath >
22
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
+ <DebugType >pdbonly</DebugType >
28
+ <Optimize >true</Optimize >
29
+ <OutputPath >bin\Release\</OutputPath >
30
+ <DefineConstants >TRACE</DefineConstants >
31
+ <ErrorReport >prompt</ErrorReport >
32
+ <WarningLevel >4</WarningLevel >
33
+ </PropertyGroup >
34
+ <ItemGroup >
35
+ <Reference Include =" System" />
36
+ <Reference Include =" System.Core" />
37
+ <Reference Include =" System.Xml.Linq" />
38
+ <Reference Include =" System.Data.DataSetExtensions" />
39
+ <Reference Include =" Microsoft.CSharp" />
40
+ <Reference Include =" System.Data" />
41
+ <Reference Include =" System.Xml" />
42
+ <Reference Include =" xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
43
+ <HintPath >..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath >
44
+ <Private >True</Private >
45
+ </Reference >
46
+ <Reference Include =" xunit.assert, Version=2.1.0.3042, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
47
+ <HintPath >..\packages\xunit.assert.2.1.0-beta4-build3042\lib\portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath >
48
+ <Private >True</Private >
49
+ </Reference >
50
+ <Reference Include =" xunit.core, Version=2.1.0.3042, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
51
+ <HintPath >..\packages\xunit.extensibility.core.2.1.0-beta4-build3042\lib\portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath >
52
+ <Private >True</Private >
53
+ </Reference >
54
+ <Reference Include =" xunit.execution.desktop, Version=2.1.0.3042, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
55
+ <HintPath >..\packages\xunit.extensibility.execution.2.1.0-beta4-build3042\lib\net45\xunit.execution.desktop.dll</HintPath >
56
+ <Private >True</Private >
57
+ </Reference >
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <Compile Include =" Samples.cs" />
61
+ <Compile Include =" SkippableFactAttribute.cs" />
62
+ <Compile Include =" Properties\AssemblyInfo.cs" />
63
+ <Compile Include =" XunitExtensions\SkippableFactDiscoverer.cs" />
64
+ <Compile Include =" XunitExtensions\SkippableFactMessageBus.cs" />
65
+ <Compile Include =" XunitExtensions\SkippableFactTestCase.cs" />
66
+ <Compile Include =" SkipTestException.cs" />
67
+ </ItemGroup >
68
+ <ItemGroup >
69
+ <None Include =" packages.config" />
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. Enable 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.1.0-beta4-build3042\build\portable-net45+dnxcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.1.0-beta4-build3042\build\portable-net45+dnxcore50+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