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

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mautil
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2009-02-06 15:54:18 +0300
committerLluis Sanchez <lluis@novell.com>2009-02-06 15:54:18 +0300
commit2fb5791aace6760fb19a11b354a2431d79a38781 (patch)
tree07a38c8dfbf6dcf544073e270d2271816c486067 /mautil
parentc5f3bee360a3219d7bf1ef4fb5c533204e9ce064 (diff)
* docs/docs.mdproj:
* mautil/mautil.csproj: * Samples/TextEditor/Makefile.am: * Test/UnitTests/UnitTests.csproj: * Samples/TextEditor.Xml/Makefile.am: * Samples/TextEditor/TextEditor.csproj: * Samples/TextEditor/gtk-gui/gui.stetic: * Test/FileExtender/FileExtender.csproj: * Samples/TextEditor/gtk-gui/generated.cs: * Mono.Addins.Setup/Mono.Addins.Setup.csproj: * Samples/TextEditorLib/TextEditorLib.csproj: * Samples/WriterService/WriterService.csproj: * Samples/TextEditor.Xml/TextEditor.Xml.csproj: * Test/CommandExtension/CommandExtension.csproj: * Samples/TextEditor.CompilerService/Makefile.am: * Samples/WriterServiceHost/WriterServiceHost.csproj: * Test/SystemInfoExtension/SystemInfoExtension.csproj: * Test/HelloWorldExtension/HelloWorldExtension.csproj: * Test/FileContentExtension/FileContentExtension.csproj: * Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj: * Samples/TextEditor.CompilerService/TextEditor.CompilerService.csproj: * Samples/WriterService.SampleExtender/WriterService.SampleExtender.csproj: * Samples/TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.csproj: Updated. svn path=/trunk/mono-addins/; revision=126032
Diffstat (limited to 'mautil')
-rw-r--r--mautil/ChangeLog4
-rw-r--r--mautil/mautil.csproj4
2 files changed, 6 insertions, 2 deletions
diff --git a/mautil/ChangeLog b/mautil/ChangeLog
index b8b7033..b996097 100644
--- a/mautil/ChangeLog
+++ b/mautil/ChangeLog
@@ -1,3 +1,7 @@
+2009/02/06 Lluis Sanchez Gual <lluis@novell.com>
+
+ * mautil.csproj: Updated.
+
2008-11-10 Lluis Sanchez Gual <lluis@novell.com>
* Makefile.am: Respect custom libdir during ./configure. Fixes bug
diff --git a/mautil/mautil.csproj b/mautil/mautil.csproj
index bf629da..cc11954 100644
--- a/mautil/mautil.csproj
+++ b/mautil/mautil.csproj
@@ -7,7 +7,7 @@
<ProjectGuid>{EA2F08DC-8289-4A89-A405-1A70D8B4C569}</ProjectGuid>
<OutputType>Exe</OutputType>
<AssemblyName>mautil</AssemblyName>
- <TargetFrameworkVersion>v1.1</TargetFrameworkVersion>
+ <SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Default|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -38,7 +38,7 @@
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<MonoDevelop>
- <Properties>
+ <Properties InternalTargetFrameworkVersion="1.1">
<MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true">
<BuildFilesVar Sync="true" Name="FILES" />
<DeployFilesVar Sync="true" Name="DATA_FILES" />