Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=b8a8a5da41ccb10e7756b6c37dbfdeef271d0f3f

commit b8a8a5da41ccb10e7756b6c37dbfdeef271d0f3f
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Tue Sep 7 14:10:51 2010 +0000

*version bump
*added RSS.NET to archive

diff --git a/Packages.mdproj b/Packages.mdproj
index d188d03..efa225a 100644
--- a/Packages.mdproj
+++ b/Packages.mdproj
@@ -13,6 +13,7 @@
<SolutionItemReference path="frugal-mono-tools\frugal-mono-tools.csproj" />
<SolutionItemReference path="Service\Service.csproj" />
<SolutionItemReference path="Traduction\Traduction.mdproj" />
+              <SolutionItemReference path="RSS.NET\RSS.NET.csproj" />
</ChildEntries>
<RootEntry path="frugalware-tweak.sln" id=":root:" />
</Builder>
@@ -27,6 +28,6 @@
</Package>
</Packages>
</Packages>
-    <ReleaseVersion>0.1.5</ReleaseVersion>
+    <ReleaseVersion>0.1.6</ReleaseVersion>
</PropertyGroup>
</Project>
\ No newline at end of file
diff --git a/PyUtils/PyUtils.mdproj b/PyUtils/PyUtils.mdproj
index bbd1ea7..f50d9d9 100644
--- a/PyUtils/PyUtils.mdproj
+++ b/PyUtils/PyUtils.mdproj
@@ -7,7 +7,7 @@
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{4C4EA50C-8467-4840-B89D-AF1009A0532E}</ProjectGuid>
-    <ReleaseVersion>0.1.5</ReleaseVersion>
+    <ReleaseVersion>0.1.6</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>Debug</OutputPath>
@@ -16,9 +16,7 @@
</Build>
<Runtime>
<Runtime Module="main" PythonOptions="">
-        <Interpreter path="/usr/bin/python2.7" ctype="Python26Runtime">
-          <compiler ctype="Python25Compiler" />
-        </Interpreter>
+        <Interpreter path="/usr/bin/python2.7" ctype="Python26Runtime" />
</Runtime>
</Runtime>
</PropertyGroup>
diff --git a/RSS.NET/RSS.NET.csproj b/RSS.NET/RSS.NET.csproj
index 6fb79d0..8a43132 100644
--- a/RSS.NET/RSS.NET.csproj
+++ b/RSS.NET/RSS.NET.csproj
@@ -1 +1,74 @@
-<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.50727</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{8E5D43C6-79EE-44A7-8AFF-B0A9FB518BC2}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Rss</RootNamespace>
    <AssemblyName>RSS.NET</AssemblyName>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <RunWithWarnings>false</RunWithWarnings>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' 
">
    <DebugType>none</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <RunWithWarnings>false</RunWithWarnings>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="RssFeed.cs" />
    <Compile Include="RssModule.cs" />
    <Compile Include="RssModuleItem.cs" />
    <Compile Include="RssReader.cs" />
    <Compile Include="RssWriter.cs" />
    <Compile Include="Collections\ExceptionCollection.cs" />
    <Compile Include="Collections\RssCategoryCollection.cs" />
    <Compile Include="Collections\RssChannelCollection.cs" />
    <Compile Include="Collections\RssFeedCollection.cs" />
    <Compile Include="Collections\RssItemCollection.cs" />
    <Compile Include="Collections\RssModuleCollection.cs" />
    <Compile Include="Collections\RssModuleItemCollection.cs" />
    <Compile Include="Collections\RssModuleItemCollectionCollection.cs" />
    <Compile Include="RssChannel\RssChannel.cs" />
    <Compile Include="RssChannel\RssCloud.cs" />
    <Compile Include="RssChannel\RssImage.cs" />
    <Compile Include="RssChannel\RssTextInput.cs" />
    <Compile Include="RssItem\RssEnclosure.cs" />
    <Compile Include="RssItem\RssGuid.cs" />
    <Compile Include="RssItem\RssItem.cs" />
    <Compile Include="RssItem\RssSource.cs" />
    <Compile Include="RssModules\RssBlogChannel.cs" />
    <Compile Include="RssModules\RssCreativeCommon.cs" />
    <Compile Include="RssModules\RssPhotoAlbum.cs" />
    <Compile Include="Shared\DBBool.cs" />
    <Compile Include="Shared\RssCategory.cs" />
    <Compile Include="Shared\RssDefault.cs" />
    <Compile Include="Shared\RssElement.cs" />
    <Compile Include="Shared\RssEnumerators.cs" />
  </ItemGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Data" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <ProjectExtensions>
    <MonoDevelop>
      <Properties InternalTargetFrameworkVersion="3.5" xmlns="" />
    </MonoDevelop>
  </ProjectExtensions>
</Project>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProductVersion>8.0.50727</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{8E5D43C6-79EE-44A7-8AFF-B0A9FB518BC2}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <RootNamespace>Rss</RootNamespace>
+    <AssemblyName>RSS.NET</AssemblyName>
+    <ReleaseVersion>0.1.6</ReleaseVersion>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' 
">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <RunWithWarnings>false</RunWithWarnings>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 
'Release|AnyCPU' ">
+    <DebugType>none</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <RunWithWarnings>false</RunWithWarnings>
+  </PropertyGroup>
+  <ItemGroup>
+    <Compile Include="AssemblyInfo.cs" />
+    <Compile Include="RssFeed.cs" />
+    <Compile Include="RssModule.cs" />
+    <Compile Include="RssModuleItem.cs" />
+    <Compile Include="RssReader.cs" />
+    <Compile Include="RssWriter.cs" />
+    <Compile Include="Collections\ExceptionCollection.cs" />
+    <Compile Include="Collections\RssCategoryCollection.cs" />
+    <Compile Include="Collections\RssChannelCollection.cs" />
+    <Compile Include="Collections\RssFeedCollection.cs" />
+    <Compile Include="Collections\RssItemCollection.cs" />
+    <Compile Include="Collections\RssModuleCollection.cs" />
+    <Compile Include="Collections\RssModuleItemCollection.cs" />
+    <Compile Include="Collections\RssModuleItemCollectionCollection.cs" />
+    <Compile Include="RssChannel\RssChannel.cs" />
+    <Compile Include="RssChannel\RssCloud.cs" />
+    <Compile Include="RssChannel\RssImage.cs" />
+    <Compile Include="RssChannel\RssTextInput.cs" />
+    <Compile Include="RssItem\RssEnclosure.cs" />
+    <Compile Include="RssItem\RssGuid.cs" />
+    <Compile Include="RssItem\RssItem.cs" />
+    <Compile Include="RssItem\RssSource.cs" />
+    <Compile Include="RssModules\RssBlogChannel.cs" />
+    <Compile Include="RssModules\RssCreativeCommon.cs" />
+    <Compile Include="RssModules\RssPhotoAlbum.cs" />
+    <Compile Include="Shared\DBBool.cs" />
+    <Compile Include="Shared\RssCategory.cs" />
+    <Compile Include="Shared\RssDefault.cs" />
+    <Compile Include="Shared\RssElement.cs" />
+    <Compile Include="Shared\RssEnumerators.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Xml" />
+    <Reference Include="System.Data" />
+  </ItemGroup>
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+  <ProjectExtensions>
+    <MonoDevelop>
+      <Properties InternalTargetFrameworkVersion="3.5" />
+    </MonoDevelop>
+  </ProjectExtensions>
+</Project>
\ No newline at end of file
diff --git a/Service/Service.csproj b/Service/Service.csproj
index b3634d9..1c66a25 100644
--- a/Service/Service.csproj
+++ b/Service/Service.csproj
@@ -9,7 +9,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>Service</RootNamespace>
<AssemblyName>ServiceMonoFrugal</AssemblyName>
-    <ReleaseVersion>0.1.5</ReleaseVersion>
+    <ReleaseVersion>0.1.6</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
diff --git a/Traduction/Traduction.mdproj b/Traduction/Traduction.mdproj
index 77e7947..b2edc34 100644
--- a/Traduction/Traduction.mdproj
+++ b/Traduction/Traduction.mdproj
@@ -14,6 +14,6 @@
</translations>
</translations>
<packageName>i8n1</packageName>
-    <ReleaseVersion>0.1.5</ReleaseVersion>
+    <ReleaseVersion>0.1.6</ReleaseVersion>
</PropertyGroup>
</Project>
\ No newline at end of file
diff --git a/frugal-mono-tools/frugal-mono-tools.csproj 
b/frugal-mono-tools/frugal-mono-tools.csproj
index e669155..98c5551 100644
--- a/frugal-mono-tools/frugal-mono-tools.csproj
+++ b/frugal-mono-tools/frugal-mono-tools.csproj
@@ -9,7 +9,7 @@
<OutputType>WinExe</OutputType>
<RootNamespace>frugalmonotools</RootNamespace>
<AssemblyName>frugal-mono-tools</AssemblyName>
-    <ReleaseVersion>0.1.5</ReleaseVersion>
+    <ReleaseVersion>0.1.6</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
@@ -96,7 +96,6 @@
</MonoDevelop>
</ProjectExtensions>
<ItemGroup>
-    <Folder Include="RSS\" />
<Folder Include="OUTILS\" />
<Folder Include="Pictures\" />
<Folder Include="Data\" />
diff --git a/frugalware-tweak.sln b/frugalware-tweak.sln
index 1beb94f..2d4275d 100644
--- a/frugalware-tweak.sln
+++ b/frugalware-tweak.sln
@@ -64,6 +64,6 @@ Global
$0.StandardHeader = $4
$4.Text = @/*\r\n *  Copyright (C) 2010 by Gaetan Gourdin 
<bouleet...@frogdev.info>\r\n *\r\n *  This program is free software; you can 
redistribute it and/or modify\r\n *  it under the terms of the GNU General 
Public License as published by\r\n *  the Free Software Foundation; either 
version 2 of the License, or\r\n *  (at your option) any later version.\r\n 
*\r\n *  This program is distributed in the hope that it will be useful,\r\n *  
but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n *  
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r\n *  GNU 
General Public License for more details.\r\n *\r\n *  You should have received 
a copy of the GNU General Public License\r\n *  along with this program; if 
not, write to the Free Software\r\n *  Foundation, Inc., 59 Temple Place - 
Suite 330, Boston, MA 02111-1307, USA.\r\n */
$4.inheritsSet = Apache2License
-               version = 0.1.5
+               version = 0.1.6
EndGlobalSection
EndGlobal
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to