|
4 | 4 | <PropertyGroup>
|
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
7 |
| - <AssemblyName>System.Collections.Immutable.Tests</AssemblyName> |
8 |
| - <SchemaVersion>2.0</SchemaVersion> |
9 | 7 | <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
|
10 | 8 | <OutputType>Library</OutputType>
|
11 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
12 | 10 | <RootNamespace>System.Collections.Immutable.Test</RootNamespace>
|
13 |
| - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 |
| - <TargetFrameworkProfile>Profile259</TargetFrameworkProfile> |
| 11 | + <AssemblyName>System.Collections.Immutable.Tests</AssemblyName> |
15 | 12 | <FileAlignment>512</FileAlignment>
|
16 |
| - <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath> |
17 |
| - <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir> |
18 |
| - <RestorePackages>true</RestorePackages> |
19 | 13 | <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
|
20 |
| - <!-- DNX fails to resolve assets from .NETPortable profiles if the PCL targeting pack is |
21 |
| - not installed on the machine, as is the case for our official build machines. |
22 |
| - https://github.com/aspnet/dnx/issues/1814 --> |
23 |
| - <NugetTargetFrameworkMoniker>DNXCore,Version=v5.0</NugetTargetFrameworkMoniker> |
24 | 14 | </PropertyGroup>
|
25 | 15 | <!-- Default configurations to help VS understand the configurations -->
|
26 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
27 |
| - </PropertyGroup> |
28 |
| - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
29 |
| - </PropertyGroup> |
30 |
| - <ItemGroup> |
31 |
| - <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies"> |
32 |
| - <Visible>False</Visible> |
33 |
| - </CodeAnalysisDependentAssemblyPaths> |
34 |
| - </ItemGroup> |
| 16 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " /> |
| 17 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " /> |
35 | 18 | <ItemGroup>
|
36 | 19 | <Compile Include="BadHasher.cs" />
|
37 | 20 | <Compile Include="EverythingEqual.cs" />
|
|
0 commit comments