File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed
Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(PackagesDirectory)\MicroBuild.Core.0.3.0\build\MicroBuild.Core.props" Condition =" Exists('$(PackagesDirectory)\MicroBuild.Core.0.3.0\build\MicroBuild.Core.props')" />
34 <PropertyGroup >
45 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
56 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
3233 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
3334 </PropertyGroup >
3435 <ItemGroup >
35- <PackageReference Include =" MicroBuild.Core" >
36- <Version >0.3.0</Version >
37- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
38- <PrivateAssets >all</PrivateAssets >
39- </PackageReference >
40- </ItemGroup >
4136 <ItemGroup >
4237 <FilesToSign Include =" $(OutDir)\$(AssemblyName).dll" >
4338 <Authenticode >Microsoft</Authenticode >
8580 <Compile Include =" XamMacSdk.cs" />
8681 </ItemGroup >
8782 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
83+ <Import Project =" $(PackagesDirectory)\MicroBuild.Core.0.3.0\build\MicroBuild.Core.targets" Condition =" Exists('$(PackagesDirectory)\MicroBuild.Core.0.3.0\build\MicroBuild.Core.targets')" />
8884</Project >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(PackagesDirectory)\MicroBuild.Core.0.3.0\build\MicroBuild.Core.props" Condition =" Exists('$(PackagesDirectory)\MicroBuild.Core.0.3.0\build\MicroBuild.Core.props')" />
34 <PropertyGroup >
45 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
56 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
3132 <ConsolePause >false</ConsolePause >
3233 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
3334 </PropertyGroup >
34- <ItemGroup >
35- <PackageReference Include =" MicroBuild.Core" >
36- <Version >0.3.0</Version >
37- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
38- <PrivateAssets >all</PrivateAssets >
39- </PackageReference >
40- </ItemGroup >
4135 <ItemGroup >
4236 <FilesToSign Include =" $(OutDir)\$(AssemblyName).dll" >
4337 <Authenticode >Microsoft</Authenticode >
8579 <Compile Include =" XamMacSdk.cs" />
8680 </ItemGroup >
8781 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
82+ <Import Project =" $(PackagesDirectory)\MicroBuild.Core.0.3.0\build\MicroBuild.Core.targets" Condition =" Exists('$(PackagesDirectory)\MicroBuild.Core.0.3.0\build\MicroBuild.Core.targets')" />
8883</Project >
You can’t perform that action at this time.
0 commit comments