Skip to content

Commit

Permalink
Fix CodeEditor.XamMac2 to include Scintilla.XamMac2.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Oct 17, 2019
1 parent 3bafa0e commit e5b5560
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Eto.CodeEditor.XamMac/Eto.CodeEditor.XamMac2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<UseXamMacFullFramework>true</UseXamMacFullFramework>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -68,6 +69,7 @@
<ProjectReference Include="..\Scintilla.XamMac2\Scintilla.XamMac2.csproj">
<Project>{810B1BCD-8E09-4F69-8726-B6ED91E243E7}</Project>
<Name>Scintilla.XamMac2</Name>
<Pack>True</Pack>
</ProjectReference>
</ItemGroup>
<ItemGroup>
Expand All @@ -80,6 +82,11 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<Target DependsOnTargets="ResolveReferences" Name="CopyProjectReferencesToPackage">
<ItemGroup>
<BuildOutputInPackage Include="@(ReferenceCopyLocalPaths->WithMetadataValue('Pack', 'True'))"/>
</ItemGroup>
</Target>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />

</Project>

0 comments on commit e5b5560

Please sign in to comment.