1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" ..\..\packages\xunit.runner.visualstudio.2.4.0\build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\..\packages\xunit.runner.visualstudio.2.4.0\build\net20\xunit.runner.visualstudio.props')" />
4- <Import Project =" ..\..\packages\xunit.core.2.4.0\build\xunit.core.props" Condition =" Exists('..\..\packages\xunit.core.2.4.0\build\xunit.core.props')" />
5- <PropertyGroup >
6- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8- <ProjectGuid >{9A8F8560-6F80-4FCD-8F8E-CEA80FE12F45}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <RootNamespace >buildtasks.tests</RootNamespace >
11- <AssemblyName >buildtasks.tests</AssemblyName >
12- <TargetFrameworkVersion >v4.7</TargetFrameworkVersion >
13- </PropertyGroup >
14- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
15- <DebugSymbols >true</DebugSymbols >
16- <DebugType >full</DebugType >
17- <Optimize >false</Optimize >
18- <OutputPath >bin\Debug</OutputPath >
19- <DefineConstants >DEBUG;</DefineConstants >
20- <ErrorReport >prompt</ErrorReport >
21- <WarningLevel >4</WarningLevel >
22- <ConsolePause >false</ConsolePause >
23- </PropertyGroup >
24- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25- <Optimize >true</Optimize >
26- <OutputPath >bin\Release</OutputPath >
27- <ErrorReport >prompt</ErrorReport >
28- <WarningLevel >4</WarningLevel >
29- <ConsolePause >false</ConsolePause >
30- </PropertyGroup >
31- <ItemGroup >
32- <PackageReference Include =" xunit" Version =" 2.4.0" />
33- <PackageReference Include =" xunit.runner.visualstudio" version =" 2.4.0" />
34- </ItemGroup >
35- <ItemGroup >
36- <Reference Include =" System" />
37- <Reference Include =" Microsoft.Build.Utilities.v4.0" />
38- <Reference Include =" System.Runtime.Serialization" >
39- <HintPath >..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\5.12.0\lib\mono\4.5-api\System.Runtime.Serialization.dll</HintPath >
40- </Reference >
41- <Reference Include =" System.Xml" />
42- <Reference Include =" System.Web.Extensions" >
43- <HintPath >..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\5.12.0\lib\mono\4.5-api\System.Web.Extensions.dll</HintPath >
44- </Reference >
45- <Reference Include =" Microsoft.CSharp" />
46- </ItemGroup >
47- <ItemGroup >
48- <Compile Include =" Properties\AssemblyInfo.cs" />
49- <Compile Include =" Tests.cs" />
50- </ItemGroup >
51- <ItemGroup >
52- <None Include =" TestData\project.assets.json" >
53- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
54- </None >
55- </ItemGroup >
56- <ItemGroup >
57- <Folder Include =" TestData\" />
58- </ItemGroup >
59- <ItemGroup >
60- <ProjectReference Include =" ..\support- annotations\Support-Annotations -BuildTasks.csproj" >
61- <Project >{21CE9566-FE09-4FEA-BE0F-4864083CD9D1}</Project >
62- <Name >Support-Annotations -BuildTasks</Name >
63- </ProjectReference >
64- </ItemGroup >
65- <Target Name =" Pack" >
66- </Target >
67- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\..\packages\xunit.runner.visualstudio.2.4.0\build\net20\xunit.runner.visualstudio.props" Condition =" Exists('..\..\packages\xunit.runner.visualstudio.2.4.0\build\net20\xunit.runner.visualstudio.props')" />
4+ <Import Project =" ..\..\packages\xunit.core.2.4.0\build\xunit.core.props" Condition =" Exists('..\..\packages\xunit.core.2.4.0\build\xunit.core.props')" />
5+ <PropertyGroup >
6+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
7+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
8+ <ProjectGuid >{9A8F8560-6F80-4FCD-8F8E-CEA80FE12F45}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <RootNamespace >buildtasks.tests</RootNamespace >
11+ <AssemblyName >buildtasks.tests</AssemblyName >
12+ <TargetFrameworkVersion >v4.7</TargetFrameworkVersion >
13+ </PropertyGroup >
14+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
15+ <DebugSymbols >true</DebugSymbols >
16+ <DebugType >full</DebugType >
17+ <Optimize >false</Optimize >
18+ <OutputPath >bin\Debug</OutputPath >
19+ <DefineConstants >DEBUG;</DefineConstants >
20+ <ErrorReport >prompt</ErrorReport >
21+ <WarningLevel >4</WarningLevel >
22+ <ConsolePause >false</ConsolePause >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <Optimize >true</Optimize >
26+ <OutputPath >bin\Release</OutputPath >
27+ <ErrorReport >prompt</ErrorReport >
28+ <WarningLevel >4</WarningLevel >
29+ <ConsolePause >false</ConsolePause >
30+ </PropertyGroup >
31+ <ItemGroup >
32+ <PackageReference Include =" xunit" Version =" 2.4.0" />
33+ <PackageReference Include =" xunit.runner.visualstudio" version =" 2.4.0" />
34+ </ItemGroup >
35+ <ItemGroup >
36+ <Reference Include =" System" />
37+ <Reference Include =" Microsoft.Build.Utilities.v4.0" />
38+ <Reference Include =" System.Runtime.Serialization" >
39+ <HintPath >..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\5.12.0\lib\mono\4.5-api\System.Runtime.Serialization.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" System.Xml" />
42+ <Reference Include =" System.Web.Extensions" >
43+ <HintPath >..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\5.12.0\lib\mono\4.5-api\System.Web.Extensions.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" Microsoft.CSharp" />
46+ </ItemGroup >
47+ <ItemGroup >
48+ <Compile Include =" Properties\AssemblyInfo.cs" />
49+ <Compile Include =" Tests.cs" />
50+ </ItemGroup >
51+ <ItemGroup >
52+ <None Include =" TestData\project.assets.json" >
53+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
54+ </None >
55+ </ItemGroup >
56+ <ItemGroup >
57+ <Folder Include =" TestData\" />
58+ </ItemGroup >
59+ <ItemGroup >
60+ <ProjectReference Include =" ..\annotations\Annotation -BuildTasks.csproj" >
61+ <Project >{21CE9566-FE09-4FEA-BE0F-4864083CD9D1}</Project >
62+ <Name >Annotation -BuildTasks</Name >
63+ </ProjectReference >
64+ </ItemGroup >
65+ <Target Name =" Pack" >
66+ </Target >
67+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
6868</Project >
0 commit comments