|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\..\..\packages\xunit.runner.visualstudio.0.99.9-build1021\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\..\packages\xunit.runner.visualstudio.0.99.9-build1021\build\net20\xunit.runner.visualstudio.props')" /> |
4 | | - <Import Project="..\..\..\packages\xunit.core.2.0.0-beta5-build2785\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid\xunit.core.props" Condition="Exists('..\..\..\packages\xunit.core.2.0.0-beta5-build2785\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid\xunit.core.props')" /> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
5 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
6 | 4 | <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" /> |
7 | 5 | <PropertyGroup> |
8 | 6 | <ProjectGuid>{853BB14F-8A5B-42B4-A053-21DE1AEBB335}</ProjectGuid> |
9 | 7 | <OutputType>Library</OutputType> |
10 | 8 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 9 | <RootNamespace>ConventionsUnitTests</RootNamespace> |
12 | | - <AssemblyName>Sytem.Composition.Convention.UnitTests</AssemblyName> |
13 | | - <TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier> |
14 | | - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
15 | | - <TargetFrameworkProfile> |
16 | | - </TargetFrameworkProfile> |
| 10 | + <AssemblyName>System.Composition.Convention.Tests</AssemblyName> |
17 | 11 | <FileAlignment>512</FileAlignment> |
18 | 12 | <ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
19 | 13 | <TestProjectType>UnitTest</TestProjectType> |
20 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir> |
21 | 15 | <RestorePackages>true</RestorePackages> |
22 | | - <SccProjectName>SAK</SccProjectName> |
23 | | - <SccLocalPath>SAK</SccLocalPath> |
24 | | - <SccAuxPath>SAK</SccAuxPath> |
25 | | - <SccProvider>SAK</SccProvider> |
26 | | - <ExternallyShipping>false</ExternallyShipping> |
27 | | - <NuGetPackageImportStamp>9b9cb493</NuGetPackageImportStamp> |
28 | 16 | </PropertyGroup> |
29 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
30 | | - <OutputPath>bin\Debug\</OutputPath> |
31 | | - <ErrorReport>prompt</ErrorReport> |
32 | | - <WarningLevel>4</WarningLevel> |
33 | 18 | </PropertyGroup> |
34 | 19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
35 | | - <OutputPath>bin\Release\</OutputPath> |
36 | | - <ErrorReport>prompt</ErrorReport> |
37 | | - <WarningLevel>4</WarningLevel> |
38 | 20 | </PropertyGroup> |
39 | 21 | <ItemGroup> |
40 | | - <Reference Include="System" /> |
41 | | - <Reference Include="xunit.abstractions"> |
42 | | - <HintPath>..\..\..\packages\xunit.abstractions.2.0.0-beta5-build2785\lib\net35\xunit.abstractions.dll</HintPath> |
43 | | - </Reference> |
44 | | - <Reference Include="xunit.assert"> |
45 | | - <HintPath>..\..\..\packages\xunit.assert.2.0.0-beta5-build2785\lib\portable-net45+aspnetcore50+win+wpa81+wp80+monoandroid+monotouch10\xunit.assert.dll</HintPath> |
46 | | - </Reference> |
47 | | - <Reference Include="xunit.core"> |
48 | | - <HintPath>..\..\..\packages\xunit.core.2.0.0-beta5-build2785\lib\portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid\xunit.core.dll</HintPath> |
49 | | - </Reference> |
| 22 | + <None Include="project.json" /> |
50 | 23 | </ItemGroup> |
51 | | - <Choose> |
52 | | - <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'"> |
53 | | - <ItemGroup> |
54 | | - <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
55 | | - </ItemGroup> |
56 | | - </When> |
57 | | - <Otherwise> |
58 | | - <ItemGroup> |
59 | | - <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" /> |
60 | | - </ItemGroup> |
61 | | - </Otherwise> |
62 | | - </Choose> |
63 | 24 | <ItemGroup> |
64 | 25 | <Compile Include="..\..\System.Composition\tests\Util\AssertX.cs"> |
65 | 26 | <Link>Util\AssertX.cs</Link> |
|
106 | 67 | <Name>System.Composition.TypedParts</Name> |
107 | 68 | </ProjectReference> |
108 | 69 | </ItemGroup> |
109 | | - <ItemGroup> |
110 | | - <None Include="packages.config" /> |
111 | | - </ItemGroup> |
112 | 70 | <ItemGroup> |
113 | 71 | <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
114 | 72 | </ItemGroup> |
115 | 73 | <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" /> |
116 | | - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
117 | | - <PropertyGroup> |
118 | | - <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> |
119 | | - </PropertyGroup> |
120 | | - <Error Condition="!Exists('..\..\..\packages\xunit.core.2.0.0-beta5-build2785\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\xunit.core.2.0.0-beta5-build2785\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid\xunit.core.props'))" /> |
121 | | - <Error Condition="!Exists('..\..\..\packages\xunit.runner.visualstudio.0.99.9-build1021\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\xunit.runner.visualstudio.0.99.9-build1021\build\net20\xunit.runner.visualstudio.props'))" /> |
122 | | - </Target> |
123 | 74 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
124 | 75 | Other similar extension points exist, see Microsoft.Common.targets. |
125 | 76 | <Target Name="BeforeBuild"> |
|
0 commit comments