1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" packages\MonoDevelop.Addins.0.3.14\build\net45\MonoDevelop.Addins.props" Condition =" Exists('packages\MonoDevelop.Addins.0.3.14\build\net45\MonoDevelop.Addins.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
42 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{5F71166C-B9C9-4973-9CF0-5ACEAE6E49FD}</ProjectGuid >
8- <ProjectTypeGuids >{86F6BF2A-E449-4B3E-813B-9ACC37E5545F};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
9- <OutputType >Library</OutputType >
10- <RootNamespace >DefaultDesigner</RootNamespace >
11- <AssemblyName >DefaultDesigner</AssemblyName >
12- <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
3+ <TargetFramework >net461</TargetFramework >
134 </PropertyGroup >
14- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
15- <DebugSymbols >true</DebugSymbols >
16- <DebugType >full</DebugType >
17- <Optimize >false</Optimize >
18- <OutputPath >bin\Debug</OutputPath >
19- <DefineConstants >DEBUG;</DefineConstants >
20- <ErrorReport >prompt</ErrorReport >
21- <WarningLevel >4</WarningLevel >
22- </PropertyGroup >
23- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
24- <Optimize >true</Optimize >
25- <OutputPath >bin\Release</OutputPath >
26- <ErrorReport >prompt</ErrorReport >
27- <WarningLevel >4</WarningLevel >
28- </PropertyGroup >
29- <ItemGroup >
30- <Compile Include =" Properties\AssemblyInfo.cs" />
31- <Compile Include =" Properties\AddinInfo.cs" />
32- </ItemGroup >
335 <ItemGroup >
34- <EmbeddedResource Include =" Properties\Manifest.addin.xml " />
6+ <PackageReference Include =" MonoDevelop.Addins " Version = " 0.4.1 " />
357 </ItemGroup >
368 <ItemGroup >
379 <AddinReference Include =" MonoDevelop.MacDev" />
3810 </ItemGroup >
39- <ItemGroup >
40- <None Include =" packages.config" />
41- </ItemGroup >
42- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
43- <Import Project =" packages\MonoDevelop.Addins.0.3.14\build\net45\MonoDevelop.Addins.targets" Condition =" Exists('packages\MonoDevelop.Addins.0.3.14\build\net45\MonoDevelop.Addins.targets')" />
4411</Project >
0 commit comments