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:
authorLluis Sanchez <lluis@xamarin.com>2014-01-26 14:29:44 +0400
committerLluis Sanchez <lluis@xamarin.com>2014-01-26 14:29:44 +0400
commit3d47d570930e3a118f08fb3b4bfa2d23482aec7d (patch)
tree24905665d311733c526bbbf84bd39501998fb979 /Xwt.Gtk.Mac
parentb409c71fd0b7312bf7dfd9ea19538cce39766678 (diff)
Add missing target include
Diffstat (limited to 'Xwt.Gtk.Mac')
-rw-r--r--Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj b/Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj
index 94dcd34e..ca6603bc 100644
--- a/Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj
+++ b/Xwt.Gtk.Mac/Xwt.Gtk.Mac.csproj
@@ -42,17 +42,16 @@
<Compile Include="MacPlatformBackend.cs" />
<Compile Include="WebViewBackend.cs" />
</ItemGroup>
+ <Import Project="..\BuildHelpers.targets" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\Xwt.Gtk\Xwt.Gtk.csproj">
<Project>{C3887A93-B2BD-4097-8E2F-3A063EFF32FD}</Project>
<Name>Xwt.Gtk</Name>
- <Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\Xwt\Xwt.csproj">
<Project>{92494904-35FA-4DC9-BDE9-3A3E87AC49D3}</Project>
<Name>Xwt</Name>
- <Private>False</Private>
</ProjectReference>
</ItemGroup>
</Project> \ No newline at end of file