[hyena] Let MonoDevelop 4.0 re-arrange the .sln and .csproj files
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena] Let MonoDevelop 4.0 re-arrange the .sln and .csproj files
- Date: Sat, 16 Nov 2013 11:52:54 +0000 (UTC)
commit 5ee76ef9930ace10234fed17e2039177a4c468b3
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Sat Nov 16 11:30:10 2013 +0100
Let MonoDevelop 4.0 re-arrange the .sln and .csproj files
This is just the result of opening the solution properties without
changing anything, to let MonoDevelop 4.0 re-arrange the .sln and
.csproj as it wants. This should remove noise in later commits that
contain real changes.
Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj | 10 +++-------
Hyena.Gui/Hyena.Gui.csproj | 17 +++--------------
Hyena.sln | 10 +---------
Hyena/Hyena.csproj | 15 +++------------
4 files changed, 10 insertions(+), 42 deletions(-)
---
diff --git a/Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj b/Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj
index cabce10..49135fa 100644
--- a/Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj
+++ b/Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj
@@ -19,7 +19,6 @@
<RootNamespace>Hyena.Data.Sqlite</RootNamespace>
<WarningLevel>4</WarningLevel>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <ReleaseVersion>1.3</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\..\bin</OutputPath>
@@ -27,7 +26,6 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
- <WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Submodule|AnyCPU' ">
<OutputPath>..\..\..\bin</OutputPath>
@@ -35,7 +33,6 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
- <WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'SubmoduleWindows|AnyCPU' ">
<OutputPath>..\..\..\bin\bin</OutputPath>
@@ -43,7 +40,6 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>true</Optimize>
- <WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="Hyena.Data.Sqlite\ArrayDataReader.cs" />
@@ -90,9 +86,9 @@
<ProjectExtensions>
<MonoDevelop>
<Properties>
- <Deployment.LinuxDeployData generateScript="false" />
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am"
CleanTargetName="">
- <BuildFilesVar Sync="true" Name="SOURCES" />
+ <Deployment.LinuxDeployData generateScript="False" />
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="Makefile.am"
CleanTargetName="">
+ <BuildFilesVar Sync="True" Name="SOURCES" />
<DeployFilesVar />
<ResourcesVar />
<OthersVar />
diff --git a/Hyena.Gui/Hyena.Gui.csproj b/Hyena.Gui/Hyena.Gui.csproj
index 90b5858..f52f69b 100644
--- a/Hyena.Gui/Hyena.Gui.csproj
+++ b/Hyena.Gui/Hyena.Gui.csproj
@@ -19,34 +19,24 @@
<PlatformTarget>x86</PlatformTarget>
<WarningLevel>4</WarningLevel>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <ReleaseVersion>1.3</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\..\bin</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Submodule|AnyCPU' ">
<OutputPath>..\..\..\bin</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'SubmoduleWindows|AnyCPU' ">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>..\..\..\bin\bin</OutputPath>
- <PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib">
@@ -54,7 +44,6 @@
</Reference>
<Reference Include="Mono.Posix">
<HintPath>..\..\..\bin\bin\Mono.Posix.dll</HintPath>
- <SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
@@ -213,9 +202,9 @@
<ProjectExtensions>
<MonoDevelop>
<Properties>
- <Deployment.LinuxDeployData generateScript="false" />
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am"
CleanTargetName="">
- <BuildFilesVar Sync="true" Name="SOURCES" />
+ <Deployment.LinuxDeployData generateScript="False" />
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="Makefile.am"
CleanTargetName="">
+ <BuildFilesVar Sync="True" Name="SOURCES" />
<DeployFilesVar />
<ResourcesVar />
<OthersVar />
diff --git a/Hyena.sln b/Hyena.sln
index 86d0175..8ca0039 100644
--- a/Hyena.sln
+++ b/Hyena.sln
@@ -32,28 +32,20 @@ Global
$0.TextStylePolicy = $1
$1.FileWidth = 120
$1.NoTabsAfterNonTabs = True
- $1.RemoveTrailingWhitespace = True
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.EnumBraceStyle = EndOfLine
- $2.IfElseBraceForcement = AddBraces
- $2.ForBraceForcement = AddBraces
- $2.ForEachBraceForcement = AddBraces
- $2.WhileBraceForcement = AddBraces
- $2.UsingBraceForcement = AddBraces
- $2.FixedBraceForcement = AddBraces
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.StandardHeader = $3
$3.Text = @\n${FileName}\n\nAuthor:\n ${AuthorName} <${AuthorEmail}>\n\nCopyright ${Year}
${CopyrightHolder}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this
software and associated documentation files (the "Software"), to deal\nin the Software without restriction,
including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or
sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to
the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall
copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER\nLIA
BILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.
- $3.inheritsSet = Apache2License
+ $3.IncludeInNewFiles = True
$0.TextStylePolicy = $4
$4.FileWidth = 120
$4.NoTabsAfterNonTabs = True
- $4.RemoveTrailingWhitespace = True
$4.inheritsSet = VisualStudio
$4.inheritsScope = text/plain
$4.scope = text/plain
diff --git a/Hyena/Hyena.csproj b/Hyena/Hyena.csproj
index 4c74560..4213878 100644
--- a/Hyena/Hyena.csproj
+++ b/Hyena/Hyena.csproj
@@ -18,31 +18,24 @@
<Optimize>true</Optimize>
<WarningLevel>4</WarningLevel>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <ReleaseVersion>1.3</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\..\bin</OutputPath>
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Submodule|AnyCPU' ">
<OutputPath>..\..\..\bin</OutputPath>
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'SubmoduleWindows|AnyCPU' ">
<OutputPath>..\..\..\bin\bin</OutputPath>
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="Hyena.Data\BaseListModel.cs" />
@@ -181,11 +174,9 @@
</Reference>
<Reference Include="System.Xml" />
<Reference Include="nunit.core">
- <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\bin\bin\nunit.core.dll</HintPath>
</Reference>
<Reference Include="Mono.Posix">
- <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\bin\bin\Mono.Posix.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"
/>
@@ -197,9 +188,9 @@
<ProjectExtensions>
<MonoDevelop>
<Properties>
- <Deployment.LinuxDeployData generateScript="false" />
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am"
CleanTargetName="">
- <BuildFilesVar Sync="true" Name="SOURCES" />
+ <Deployment.LinuxDeployData generateScript="False" />
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="Makefile.am"
CleanTargetName="">
+ <BuildFilesVar Sync="True" Name="SOURCES" />
<DeployFilesVar />
<ResourcesVar />
<OthersVar />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]