Added about dialog, menu action stubs

This commit is contained in:
Latif Khalifa
2013-12-03 20:30:58 +01:00
parent d64fdceee3
commit 6ae5644b4e
10 changed files with 502 additions and 120 deletions

View File

@@ -59,6 +59,7 @@
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
<Reference Include="System.Drawing" />
<Reference Include="XMLRPC">
<HintPath>..\..\bin\XMLRPC.dll</HintPath>
</Reference>
@@ -68,6 +69,10 @@
<EmbeddedResource Include="gtk-gui\gui.stetic">
<LogicalName>gui.stetic</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="wgp-logo.png">
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
</EmbeddedResource>
<EmbeddedResource Include="libomv.png" />
</ItemGroup>
<ItemGroup>
<Compile Include="FilterScroller.cs" />
@@ -82,6 +87,8 @@
<Compile Include="ProxyLogger.cs" />
<Compile Include="ProxyManager.cs" />
<Compile Include="SessionTypes.cs" />
<Compile Include="About.cs" />
<Compile Include="gtk-gui\GridProxyGUI.About.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -105,10 +112,15 @@
<Name>GridProxy</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="libomv.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<MonoDevelop>
<Properties>
<Policies>
<TextStylePolicy inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" />
<CSharpFormattingPolicy IndentSwitchBody="True" AnonymousMethodBraceStyle="NextLine" PropertyBraceStyle="NextLine" PropertyGetBraceStyle="NextLine" PropertySetBraceStyle="NextLine" EventBraceStyle="NextLine" EventAddBraceStyle="NextLine" EventRemoveBraceStyle="NextLine" StatementBraceStyle="NextLine" ElseNewLinePlacement="NewLine" CatchNewLinePlacement="NewLine" FinallyNewLinePlacement="NewLine" WhileNewLinePlacement="DoNotCare" ArrayInitializerWrapping="DoNotChange" ArrayInitializerBraceStyle="NextLine" BeforeMethodDeclarationParentheses="False" BeforeMethodCallParentheses="False" BeforeConstructorDeclarationParentheses="False" BeforeDelegateDeclarationParentheses="False" NewParentheses="False" SpacesBeforeBrackets="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
</Policies>
</Properties>
</MonoDevelop>
</ProjectExtensions>
</Project>