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

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-03-12 22:55:26 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-03-12 22:57:48 +0400
commit182d6fbfcc02a128081623b120262b66c5725907 (patch)
tree3d0cb260bf77c451423f1c00070bc19e59933f7d /macdoc.csproj
parente0e1bdc47bf2dba28baad64318d8cd561ce9eb5c (diff)
[macdoc] Add search and find shortcuts and implementation
Diffstat (limited to 'macdoc.csproj')
-rw-r--r--macdoc.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/macdoc.csproj b/macdoc.csproj
index ce053d5..89d8a7a 100644
--- a/macdoc.csproj
+++ b/macdoc.csproj
@@ -78,12 +78,18 @@
<Compile Include="WebViewExtraordinaire.designer.cs">
<DependentUpon>WebViewExtraordinaire.cs</DependentUpon>
</Compile>
+ <Compile Include="FindBarExtraordinaire.cs" />
+ <Compile Include="FindBarExtraordinaireController.cs" />
+ <Compile Include="FindBarExtraordinaire.designer.cs">
+ <DependentUpon>FindBarExtraordinaire.cs</DependentUpon>
+ </Compile>
</ItemGroup>
<ItemGroup>
<InterfaceDefinition Include="MyDocument.xib" xmlns="" />
<InterfaceDefinition Include="MainMenu.xib" xmlns="" />
<InterfaceDefinition Include="BookmarkPopover.xib" />
<InterfaceDefinition Include="BookmarkAssistant.xib" />
+ <InterfaceDefinition Include="FindBarExtraordinaire.xib" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />