summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2016-07-18 10:00:06 +0200
committerStephane Delcroix <stephane@delcroix.org>2016-07-18 10:00:06 +0200
commit962c8fd352e32309c9dcb7f8c2f07a335f18fc75 (patch)
treee32ba75871fed7738b5b696d72a412e95cc9d025 /Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj
parentf7deeece812c9f20f054d239ec3dd6e3700dc254 (diff)
downloadxamarin-forms-962c8fd352e32309c9dcb7f8c2f07a335f18fc75.tar.gz
xamarin-forms-962c8fd352e32309c9dcb7f8c2f07a335f18fc75.tar.bz2
xamarin-forms-962c8fd352e32309c9dcb7f8c2f07a335f18fc75.zip
[Xaml] allow the Previewer to provide their own Xaml files for any type
Diffstat (limited to 'Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj')
-rw-r--r--Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj b/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj
index cb4577c9..0081f67c 100644
--- a/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj
+++ b/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj
@@ -81,6 +81,7 @@
<Compile Include="ExpandMarkupsVisitor.cs" />
<Compile Include="XamlCompilationAttribute.cs" />
<Compile Include="TypeArgumentsParser.cs" />
+ <Compile Include="IXamlFileProvider.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<ItemGroup>