1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
3
- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" 15.0" >
4
2
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == ''" >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == ''" >AnyCPU</Platform >
7
- <PlatformTarget >AnyCPU</PlatformTarget >
8
- <ProductVersion >8.0.30703</ProductVersion >
9
- <SchemaVersion >2.0</SchemaVersion >
10
- <ProjectGuid >{BB2F0E80-A4AF-47C5-84DC-D10B6180403F}</ProjectGuid >
11
3
<OutputType >Library</OutputType >
12
4
<AppDesignerFolder >Properties</AppDesignerFolder >
13
5
<RootNamespace >BitFieldsAnalyzer.Test</RootNamespace >
14
6
<AssemblyName >BitFieldsAnalyzer.Test</AssemblyName >
15
- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
16
- <FileAlignment >512</FileAlignment >
17
- <TargetFrameworkProfile />
7
+ <TargetFramework >netcoreapp1.0</TargetFramework >
8
+ <PackageTargetFallback Condition =" '$(TargetFramework)' == 'netcoreapp1.0' " >$(PackageTargetFallback);portable-net45+win8+wp8+wpa81</PackageTargetFallback >
18
9
</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
- <Prefer32Bit >false</Prefer32Bit >
28
- </PropertyGroup >
29
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
30
- <DebugType >pdbonly</DebugType >
31
- <Optimize >true</Optimize >
32
- <OutputPath >bin\Release\</OutputPath >
33
- <DefineConstants >TRACE</DefineConstants >
34
- <ErrorReport >prompt</ErrorReport >
35
- <WarningLevel >4</WarningLevel >
36
- <Prefer32Bit >false</Prefer32Bit >
37
- </PropertyGroup >
38
- <ItemGroup >
39
- <Reference Include =" Microsoft.CodeAnalysis, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
40
- <HintPath >..\..\..\packages\Microsoft.CodeAnalysis.Common.1.0.1\lib\net45\Microsoft.CodeAnalysis.dll</HintPath >
41
- </Reference >
42
- <Reference Include =" Microsoft.CodeAnalysis.CSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
43
- <HintPath >..\..\..\packages\Microsoft.CodeAnalysis.CSharp.1.0.1\lib\net45\Microsoft.CodeAnalysis.CSharp.dll</HintPath >
44
- </Reference >
45
- <Reference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
46
- <HintPath >..\..\..\packages\Microsoft.CodeAnalysis.CSharp.Workspaces.1.0.1\lib\net45\Microsoft.CodeAnalysis.CSharp.Workspaces.dll</HintPath >
47
- </Reference >
48
- <Reference Include =" Microsoft.CodeAnalysis.VisualBasic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
49
- <HintPath >..\..\..\packages\Microsoft.CodeAnalysis.VisualBasic.1.0.1\lib\net45\Microsoft.CodeAnalysis.VisualBasic.dll</HintPath >
50
- </Reference >
51
- <Reference Include =" Microsoft.CodeAnalysis.VisualBasic.Workspaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
52
- <HintPath >..\..\..\packages\Microsoft.CodeAnalysis.VisualBasic.Workspaces.1.0.1\lib\net45\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll</HintPath >
53
- </Reference >
54
- <Reference Include =" Microsoft.CodeAnalysis.Workspaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
55
- <HintPath >..\..\..\packages\Microsoft.CodeAnalysis.Workspaces.Common.1.0.1\lib\net45\Microsoft.CodeAnalysis.Workspaces.dll</HintPath >
56
- </Reference >
57
- <Reference Include =" System" />
58
- <Reference Include =" System.Collections.Immutable, Version=1.1.36.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
59
- <HintPath >..\..\..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath >
60
- </Reference >
61
- <Reference Include =" System.Composition.AttributedModel, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
62
- <HintPath >..\..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.AttributedModel.dll</HintPath >
63
- </Reference >
64
- <Reference Include =" System.Composition.Convention, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
65
- <HintPath >..\..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Convention.dll</HintPath >
66
- </Reference >
67
- <Reference Include =" System.Composition.Hosting, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
68
- <HintPath >..\..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Hosting.dll</HintPath >
69
- </Reference >
70
- <Reference Include =" System.Composition.Runtime, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
71
- <HintPath >..\..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Runtime.dll</HintPath >
72
- </Reference >
73
- <Reference Include =" System.Composition.TypedParts, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
74
- <HintPath >..\..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll</HintPath >
75
- </Reference >
76
- <Reference Include =" System.Core" />
77
- <Reference Include =" System.Reflection.Metadata, Version=1.0.21.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
78
- <HintPath >..\..\..\packages\System.Reflection.Metadata.1.0.21\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath >
79
- </Reference >
80
- <Reference Include =" System.Xml.Linq" />
81
- <Reference Include =" System.Data.DataSetExtensions" />
82
- <Reference Include =" Microsoft.CSharp" />
83
- <Reference Include =" System.Data" />
84
- <Reference Include =" System.Xml" />
85
- <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework" >
86
- <Private >false</Private >
87
- </Reference >
88
- </ItemGroup >
89
10
<ItemGroup >
90
- <Compile Include =" Verifiers\CodeFixVerifier.cs" />
91
- <Compile Include =" Verifiers\DiagnosticVerifier.cs" />
92
- <Compile Include =" Helpers\CodeFixVerifier.Helper.cs" />
93
- <Compile Include =" Helpers\DiagnosticResult.cs" />
94
- <Compile Include =" Helpers\DiagnosticVerifier.Helper.cs" />
95
- <Compile Include =" UnitTests.cs" />
96
- <Compile Include =" Properties\AssemblyInfo.cs" />
97
- </ItemGroup >
98
- <ItemGroup >
99
- <None Include =" packages.config" />
11
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
12
+ <PackageReference Include =" xunit" Version =" 2.2.0" />
13
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
100
14
</ItemGroup >
101
15
<ItemGroup >
102
16
<ProjectReference Include =" ..\BitFieldsAnalyzer\BitFieldsAnalyzer.csproj" >
103
17
<Project >{EE4CFF3F-5F05-44B6-A12D-AB0BA23D1BF1}</Project >
104
18
<Name >BitFieldsAnalyzer</Name >
105
19
</ProjectReference >
106
20
</ItemGroup >
107
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
21
+ <ItemGroup >
22
+ <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
23
+ </ItemGroup >
108
24
</Project >
0 commit comments