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')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" ToolsVersion =" 15.0" DefaultTargets =" Build" >
42 <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), NuGet.Build.Packaging.Shared.props))\NuGet.Build.Packaging.Shared.props" />
53 <PropertyGroup >
64 <ProjectGuid >{A3D231D7-31E4-4A70-8CD1-7246C7D069F6}</ProjectGuid >
7- <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
5+ <TargetFramework >net46</TargetFramework >
6+ <NuGetBuildTasksPackTargets >NO-SDK-PACK</NuGetBuildTasksPackTargets >
87 </PropertyGroup >
9- <ItemGroup >
10- <Reference Include =" System" />
11- <Reference Include =" System.Core" />
12- </ItemGroup >
138 <ItemGroup >
149 <PackageReference Include =" GitInfo" Version =" 1.1.61" PrivateAssets =" all" />
1510 <PackageReference Include =" ILRepack" Version =" 2.0.13" PrivateAssets =" all" />
16- <PackageReference Include =" netfx-System.StringResources" Version =" 3.0.14 " PrivateAssets =" all" />
11+ <PackageReference Include =" netfx-System.StringResources" Version =" 3.1.5 " PrivateAssets =" all" />
1712 <PackageReference Include =" Microsoft.Build" Version =" 14.3.0" PrivateAssets =" all" />
1813 <PackageReference Include =" Microsoft.Build.Tasks.Core" Version =" 14.3.0" PrivateAssets =" all" />
1914 <PackageReference Include =" MSBuilder.ThisAssembly.Project" Version =" 0.3.3" PrivateAssets =" all" />
2318 <PackageReference Include =" NuGet.ProjectManagement" Version =" 4.0.0" PrivateAssets =" all" />
2419 </ItemGroup >
2520 <ItemGroup >
26- <Content Include =" NuGet.Build.Packaging.props" />
27- <Content Include =" NuGet.Build.Packaging.targets" />
28- <Content Include =" NuGet.Build.Packaging.CrossTargeting.targets" />
29- <Content Include =" MSBuild\Imports\Microsoft.Common.Props\ImportBefore\Microsoft.NuGet.Packaging.ImportBefore.props" />
30- <Content Include =" MSBuild\Microsoft.Common.Targets\ImportAfter\Microsoft.NuGet.Packaging.ImportAfter.targets" />
31- <Content Include =" NuGet.Build.Packaging.Authoring.targets" />
32- <Content Include =" NuGet.Build.Packaging.Compatibility.props" />
33- <Content Include =" NuGet.Build.Packaging.ReferenceAssembly.targets" />
34- <Content Include =" NuGet.Build.Packaging.Legacy.targets" />
35- <Content Include =" NuGet.Build.Packaging.Inference.targets" />
36- <Content Include =" NuGet.Build.Packaging.Authoring.props" />
37- <Content Include =" GenerateReferenceAssembly.csproj" />
38- <Content Include =" NuGet.Build.Packaging.Legacy.props" />
39- <Content Include =" NuGet.Build.Packaging.Version.props" />
21+ <None Remove =" **\*.props;**\*.targets" />
4022 <None Include =" NuGet.Build.Packaging.Tasks.targets" />
23+ <Content Include =" **\*.props;**\*.targets" Exclude =" obj\**\*.*;bin\**\*.*;NuGet.Build.Packaging.Tasks.targets" >
24+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
25+ </Content >
26+ </ItemGroup >
27+ <ItemGroup >
28+ <EmbeddedResource Update =" Properties\Resources.resx" >
29+ <Generator >PublicResXFileCodeGenerator</Generator >
30+ </EmbeddedResource >
4131 </ItemGroup >
4232 <ItemGroup >
4333 <ProjectReference Include =" ..\..\..\external\ApiIntersect\ApiIntersect\ApiIntersect.csproj" >
34+ <SkipGetTargetFrameworkProperties >true</SkipGetTargetFrameworkProperties >
35+ <AdditionalProperties >PrimaryOutputKind=build</AdditionalProperties >
4436 <Project >{cd767d93-6c99-4d6a-a303-3c139a73400e}</Project >
4537 <Name >ApiIntersect</Name >
46- <IncludeInPackage >false</IncludeInPackage >
4738 </ProjectReference >
4839 </ItemGroup >
49- <ItemGroup >
50- <EmbeddedResource Include =" Properties\Resources.resx" >
51- <Generator >PublicResXFileCodeGenerator</Generator >
52- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
53- </EmbeddedResource >
54- </ItemGroup >
5540 <ItemGroup >
5641 <Compile Include =" ..\..\GlobalAssemblyInfo.cs" >
5742 <Link >GlobalAssemblyInfo.cs</Link >
5843 </Compile >
59- <Compile Include =" ApiIntersect.cs" />
60- <Compile Include =" AssignPackagePath.cs" />
61- <Compile Include =" CreatePackage.cs" />
62- <Compile Include =" Extensions.cs" />
63- <Compile Include =" GenerateAssemblyInfo.cs" />
64- <Compile Include =" GetApiIntersectTargetPaths.cs" />
65- <Compile Include =" MetadataName.cs" />
66- <Compile Include =" Program.cs" />
67- <Compile Include =" Properties\Resources.Designer.cs" >
68- <AutoGen >True</AutoGen >
69- <DesignTime >True</DesignTime >
70- <DependentUpon >Resources.resx</DependentUpon >
71- </Compile >
72- <Compile Include =" ReadLegacyConfigDependencies.cs" />
73- <Compile Include =" ReadLegacyJsonDependencies.cs" />
7444 </ItemGroup >
75- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7645 <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), NuGet.Build.Packaging.Tasks.Shared.targets))\NuGet.Build.Packaging.Tasks.Shared.targets" />
7746</Project >
0 commit comments