|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup>
|
4 | 4 | <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
5 | 5 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
|
|
9 | 9 | <VsixType>v3</VsixType>
|
10 | 10 | <NuGetPackageImportStamp>
|
11 | 11 | </NuGetPackageImportStamp>
|
| 12 | + <TargetFrameworkProfile /> |
12 | 13 | </PropertyGroup>
|
13 | 14 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
14 | 15 | <PropertyGroup>
|
|
20 | 21 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
21 | 22 | <RootNamespace>UnityMixedCallStack</RootNamespace>
|
22 | 23 | <AssemblyName>UnityMixedCallStack</AssemblyName>
|
23 |
| - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 24 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
24 | 25 | <FileAlignment>512</FileAlignment>
|
25 | 26 | <GeneratePkgDefFile>false</GeneratePkgDefFile>
|
26 | 27 | <!--Root directory to Concord SDK install; includes the trailing backslash '\'.-->
|
|
54 | 55 | <StartArguments>/rootsuffix Exp</StartArguments>
|
55 | 56 | </PropertyGroup>
|
56 | 57 | <ItemGroup>
|
57 |
| - <Reference Include="Microsoft.VisualStudio.Shell.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
58 |
| - <Reference Include="Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
59 | 58 | <Reference Include="System" />
|
60 | 59 | <Reference Include="System.Core" />
|
61 |
| - <Reference Include="Microsoft.VisualStudio.Debugger.Engine"> |
62 |
| - <HintPath>$(ConcordSDKDir)Reference Assemblies\Microsoft.VisualStudio.Debugger.Engine.dll</HintPath> |
63 |
| - <Private>False</Private> |
64 |
| - </Reference> |
65 | 60 | </ItemGroup>
|
66 | 61 | <ItemGroup>
|
67 | 62 | <Compile Include="FuzzyRangeComparer.cs" />
|
|
79 | 74 | </None>
|
80 | 75 | </ItemGroup>
|
81 | 76 | <ItemGroup>
|
82 |
| - <PackageReference Include="Microsoft.VisualStudio.Sdk.BuildTasks.14.0"> |
83 |
| - <Version>14.9.23</Version> |
84 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
85 |
| - <PrivateAssets>all</PrivateAssets> |
| 77 | + <PackageReference Include="Microsoft.VisualStudio.Debugger.Engine"> |
| 78 | + <Version>17.0.2012801</Version> |
| 79 | + </PackageReference> |
| 80 | + <PackageReference Include="Microsoft.VisualStudio.Shell.15.0"> |
| 81 | + <Version>17.1.32210.191</Version> |
86 | 82 | </PackageReference>
|
87 | 83 | </ItemGroup>
|
88 | 84 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
0 commit comments