Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevo@sevo.org>2015-08-30 09:36:12 +0300
committerVsevolod Kukol <sevo@sevo.org>2015-08-30 09:42:40 +0300
commitd0f4eb79c8d34f476cc7f80bb201070ca3caa848 (patch)
tree96032fec327e01b0312a909735d079993a65f0f8 /Xwt.Mac
parent41192da586c4e1be488811a32ae6b08c031c210a (diff)
[Mac] Add SelectFontDialogBackend
Diffstat (limited to 'Xwt.Mac')
-rw-r--r--Xwt.Mac/Xwt.Mac.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Xwt.Mac/Xwt.Mac.csproj b/Xwt.Mac/Xwt.Mac.csproj
index 415c8759..ba9e802f 100644
--- a/Xwt.Mac/Xwt.Mac.csproj
+++ b/Xwt.Mac/Xwt.Mac.csproj
@@ -287,6 +287,9 @@
<Compile Include="..\Xwt.XamMac\Xwt.Mac\CalendarBackend.cs">
<Link>Xwt.Mac\CalendarBackend.cs</Link>
</Compile>
+ <Compile Include="..\Xwt.XamMac\Xwt.Mac\SelectFontDialogBackend.cs">
+ <Link>Xwt.Mac\SelectFontDialogBackend.cs</Link>
+ </Compile>
<Compile Include="Xwt.Mac\NSStringAttributeKey.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />