[blam] Add the MonoDevelop files



commit f69e360769dc8f2ba62be9a7d07fafa9f59ede62
Author: Carlos MartÃn Nieto <carlos cmartin tk>
Date:   Sat Aug 18 04:12:00 2012 +0200

    Add the MonoDevelop files

 blam.csproj |  139 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 blam.sln    |   28 ++++++++++++
 2 files changed, 167 insertions(+), 0 deletions(-)
---
diff --git a/blam.csproj b/blam.csproj
new file mode 100644
index 0000000..7850a01
--- /dev/null
+++ b/blam.csproj
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
+    <ProductVersion>10.0.0</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{4E407663-2362-4FCD-BC45-A772920BB32F}</ProjectGuid>
+    <OutputType>WinExe</OutputType>
+    <RootNamespace>blam</RootNamespace>
+    <AssemblyName>blam</AssemblyName>
+    <ReleaseVersion>1.9.10</ReleaseVersion>
+    <StartupObject>Imendio.Blam.Application</StartupObject>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug</OutputPath>
+    <DefineConstants>DEBUG;</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <ConsolePause>false</ConsolePause>
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
+    <DebugType>none</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release</OutputPath>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <PlatformTarget>x86</PlatformTarget>
+    <ConsolePause>false</ConsolePause>
+    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+  </PropertyGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+      <SpecificVersion>False</SpecificVersion>
+      <Package>gtk-sharp-2.0</Package>
+    </Reference>
+    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+      <SpecificVersion>False</SpecificVersion>
+      <Package>glib-sharp-2.0</Package>
+    </Reference>
+    <Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+      <SpecificVersion>False</SpecificVersion>
+      <Package>glade-sharp-2.0</Package>
+    </Reference>
+    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+      <SpecificVersion>False</SpecificVersion>
+      <Package>gtk-sharp-2.0</Package>
+    </Reference>
+    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+      <SpecificVersion>False</SpecificVersion>
+      <Package>gtk-sharp-2.0</Package>
+    </Reference>
+    <Reference Include="Mono.Posix" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Xml" />
+    <Reference Include="System.ServiceModel" />
+    <Reference Include="webkit-sharp, Version=1.1.15.0, Culture=neutral, PublicKeyToken=eaa1d335d2e19745">
+      <Private>False</Private>
+      <Package>webkit-sharp-1.0</Package>
+    </Reference>
+    <Reference Include="notify-sharp, Version=0.4.0.0, Culture=neutral, PublicKeyToken=2df29c54e245917a">
+      <Private>False</Private>
+      <Package>notify-sharp</Package>
+    </Reference>
+    <Reference Include="System.Web" />
+    <Reference Include="gconf-sharp, Version=2.24.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+      <Private>False</Private>
+      <Package>gconf-sharp-2.0</Package>
+    </Reference>
+    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
+      <Private>False</Private>
+      <Package>gtk-sharp-2.0</Package>
+    </Reference>
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="src\Application.cs" />
+    <Compile Include="src\ChannelCollection.cs" />
+    <Compile Include="src\ChannelDialog.cs" />
+    <Compile Include="src\ChannelGroup.cs" />
+    <Compile Include="src\ChannelList.cs" />
+    <Compile Include="src\Conf.cs" />
+    <Compile Include="src\Delegates.cs" />
+    <Compile Include="src\Dialogs.cs" />
+    <Compile Include="src\FeedUpdater.cs" />
+    <Compile Include="src\Filter.cs" />
+    <Compile Include="src\HigUtils.cs" />
+    <Compile Include="src\HtmlUtils.cs" />
+    <Compile Include="src\Item.cs" />
+    <Compile Include="src\ItemList.cs" />
+    <Compile Include="src\ItemStore.cs" />
+    <Compile Include="src\ItemView.cs" />
+    <Compile Include="src\MainloopEmitter.cs" />
+    <Compile Include="src\Opml.cs" />
+    <Compile Include="src\PreferencesDialog.cs" />
+    <Compile Include="src\Proxy.cs" />
+    <Compile Include="src\Theme.cs" />
+    <Compile Include="src\ThemeManager.cs" />
+    <Compile Include="src\TrayIcon.cs" />
+    <Compile Include="src\UnreadNotification.cs" />
+    <Compile Include="src\Utils.cs" />
+    <Compile Include="src\gtk-sharp-beans\Global.cs" />
+    <Compile Include="src\Defines.cs" />
+    <Compile Include="src\Channel.cs" />
+  </ItemGroup>
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+  <ItemGroup>
+    <None Include="src\Defines.cs.in" />
+    <None Include="src\Makefile" />
+    <None Include="src\Makefile.am" />
+    <None Include="src\Makefile.in" />
+    <None Include="configure.in" />
+  </ItemGroup>
+  <ItemGroup>
+    <EmbeddedResource Include="src\blam.glade">
+      <LogicalName>blam.glade</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="icons\blam-add-news.png">
+      <LogicalName>blam-add-news.png</LogicalName>
+    </EmbeddedResource>
+    <EmbeddedResource Include="icons\blam-edit-news.png">
+      <LogicalName>blam-edit-news.png</LogicalName>
+    </EmbeddedResource>
+  </ItemGroup>
+  <ProjectExtensions>
+    <MonoDevelop>
+      <Properties>
+        <Policies>
+          <TextStylePolicy FileWidth="120" EolMarker="Unix" inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" />
+          <CSharpFormattingPolicy IndentSwitchBody="True" BeforeMethodDeclarationParentheses="False" BeforeMethodCallParentheses="False" BeforeConstructorDeclarationParentheses="False" BeforeDelegateDeclarationParentheses="False" NewParentheses="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
+        </Policies>
+      </Properties>
+    </MonoDevelop>
+  </ProjectExtensions>
+</Project>
diff --git a/blam.sln b/blam.sln
new file mode 100644
index 0000000..f939e4a
--- /dev/null
+++ b/blam.sln
@@ -0,0 +1,28 @@
+ï
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "blam", "blam.csproj", "{4E407663-2362-4FCD-BC45-A772920BB32F}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|x86 = Debug|x86
+		Release|x86 = Release|x86
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{4E407663-2362-4FCD-BC45-A772920BB32F}.Debug|x86.ActiveCfg = Debug|x86
+		{4E407663-2362-4FCD-BC45-A772920BB32F}.Debug|x86.Build.0 = Debug|x86
+		{4E407663-2362-4FCD-BC45-A772920BB32F}.Release|x86.ActiveCfg = Release|x86
+		{4E407663-2362-4FCD-BC45-A772920BB32F}.Release|x86.Build.0 = Release|x86
+	EndGlobalSection
+	GlobalSection(MonoDevelopProperties) = preSolution
+		StartupItem = blam.csproj
+		Policies = $0
+		$0.DotNetNamingPolicy = $1
+		$1.DirectoryNamespaceAssociation = None
+		$1.ResourceNamePolicy = FileFormatDefault
+		$0.StandardHeader = $2
+		$2.Text = 
+		$2.IncludeInNewFiles = True
+		version = 1.9.10
+	EndGlobalSection
+EndGlobal



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]