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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@novell.com>2011-02-01 23:34:01 +0300
committerLluis Sanchez Gual <lluis@novell.com>2011-02-02 14:38:28 +0300
commitbf8e95f23c86db760b3ef4faed0aefbedf035029 (patch)
treefbd3ddf58f05e95d50d5b7be0529869bedbbbbd4 /extras/ValaBinding
parenta0fd6cf5489e01501dc6371bc3f9ba58db3e251c (diff)
Upgraded to .NET 4.0
Diffstat (limited to 'extras/ValaBinding')
-rw-r--r--extras/ValaBinding/ValaBinding.csproj16
-rw-r--r--extras/ValaBinding/ValaBinding.sln7
2 files changed, 12 insertions, 11 deletions
diff --git a/extras/ValaBinding/ValaBinding.csproj b/extras/ValaBinding/ValaBinding.csproj
index 7bcd2d0894..c8a2a29899 100644
--- a/extras/ValaBinding/ValaBinding.csproj
+++ b/extras/ValaBinding/ValaBinding.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -8,7 +8,7 @@
<ProjectGuid>{B94D7749-EA5C-48DD-8849-B3924A860DDC}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>MonoDevelop.ValaBinding</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<ApplicationIcon>.</ApplicationIcon>
<RootNamespace>MonoDevelop.ValaBinding</RootNamespace>
<AssemblyOriginatorKeyFile>.</AssemblyOriginatorKeyFile>
@@ -114,18 +114,18 @@
<Reference Include="MonoDevelop.Moonlight, Version=2.2.0.0, Culture=neutral">
<Package>monodevelop-core-addins</Package>
</Reference>
- <Reference Include="Mono.Debugging.Soft, Version=0.0.0.0, Culture=neutral, PublicKeyToken=1968fe265398bfbb">
- <Package>monodevelop-core-addins</Package>
- </Reference>
<Reference Include="MonoDevelop.Debugger.Soft, Version=2.2.0.0, Culture=neutral">
<Package>monodevelop-core-addins</Package>
</Reference>
- <Reference Include="Mono.Debugging, Version=0.0.0.0, Culture=neutral, PublicKeyToken=43ec5927c50c544e">
- <Package>monodevelop</Package>
- </Reference>
<Reference Include="Mono.Debugger.Soft, Version=0.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
<Package>monodevelop-core-addins</Package>
</Reference>
+ <Reference Include="Mono.Debugging.Soft, Version=0.0.0.0, Culture=neutral, PublicKeyToken=5e9ce85b0923c84f">
+ <Package>monodevelop-core-addins</Package>
+ </Reference>
+ <Reference Include="Mono.Debugging, Version=0.0.0.0, Culture=neutral, PublicKeyToken=5e9ce85b0923c84f">
+ <Package>monodevelop</Package>
+ </Reference>
</ItemGroup>
<ItemGroup>
<None Include="Makefile.am" />
diff --git a/extras/ValaBinding/ValaBinding.sln b/extras/ValaBinding/ValaBinding.sln
index 63b3b61d22..2aeb4d8425 100644
--- a/extras/ValaBinding/ValaBinding.sln
+++ b/extras/ValaBinding/ValaBinding.sln
@@ -1,6 +1,6 @@

-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual Studio 2008
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ValaBinding", "ValaBinding.csproj", "{B94D7749-EA5C-48DD-8849-B3924A860DDC}"
EndProject
Global
@@ -21,7 +21,8 @@ Global
$1.DirectoryNamespaceAssociation = Flat
$1.ResourceNamePolicy = FileName
$0.StandardHeader = $2
- $2.inheritsSet = MITX11License
+ $2.Text = @\n${FileName}\n \nAuthor:\n ${AuthorName} <${AuthorEmail}>\n\nCopyright (c) ${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\nLIABILITY, 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.
+ $2.IncludeInNewFiles = True
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.TabWidth = 4