|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
| - <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
| 2 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>netstandard2.1</TargetFramework> |
| 5 | + <EnableDefaultCompileItems>false</EnableDefaultCompileItems> |
| 6 | + <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
| 7 | + </PropertyGroup> |
4 | 8 | <PropertyGroup>
|
5 | 9 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 10 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
12 | 16 | <SignAssembly>true</SignAssembly>
|
13 | 17 | <AssemblyOriginatorKeyFile>FinalPublicKey.snk</AssemblyOriginatorKeyFile>
|
14 | 18 | <DelaySign>true</DelaySign>
|
15 |
| - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
16 | 19 | <FileAlignment>512</FileAlignment>
|
17 | 20 | </PropertyGroup>
|
18 | 21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
32 | 35 | <ErrorReport>prompt</ErrorReport>
|
33 | 36 | <WarningLevel>4</WarningLevel>
|
34 | 37 | </PropertyGroup>
|
35 |
| - <ItemGroup> |
36 |
| - <Reference Include="System" /> |
37 |
| - <Reference Include="System.Core" /> |
38 |
| - <Reference Include="System.Xml.Linq" /> |
39 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
40 |
| - <Reference Include="Microsoft.CSharp" /> |
41 |
| - <Reference Include="System.Data" /> |
42 |
| - <Reference Include="System.Xml" /> |
43 |
| - </ItemGroup> |
44 | 38 | <ItemGroup>
|
45 | 39 | <Compile Include="VstsTaskSdk.cs" />
|
46 | 40 | <Compile Include="Properties\AssemblyInfo.cs" />
|
47 | 41 | </ItemGroup>
|
48 | 42 | <ItemGroup>
|
49 | 43 | <None Include="FinalPublicKey.snk" />
|
50 | 44 | </ItemGroup>
|
51 |
| - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
52 | 45 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
53 | 46 | Other similar extension points exist, see Microsoft.Common.targets.
|
54 | 47 | <Target Name="BeforeBuild">
|
|
0 commit comments