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
diff options
context:
space:
mode:
authorLluis Sanchez Gual <lluis@novell.com>2011-01-28 18:24:56 +0300
committerLluis Sanchez Gual <lluis@novell.com>2011-01-28 18:24:56 +0300
commit584556cf7a021b6e954c2794147bd105e2e39c3c (patch)
treeca5bccda23a47ef8fb2a46605db214efc4fbf5b6 /Mono.Addins/Mono.Addins.csproj
parent89502dd5de0002eb419d891bad3f026721e6866c (diff)
Allow specifying the type of the content of string node attributes.
Diffstat (limited to 'Mono.Addins/Mono.Addins.csproj')
-rw-r--r--Mono.Addins/Mono.Addins.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mono.Addins/Mono.Addins.csproj b/Mono.Addins/Mono.Addins.csproj
index 4362e72..64efccc 100644
--- a/Mono.Addins/Mono.Addins.csproj
+++ b/Mono.Addins/Mono.Addins.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -133,6 +133,7 @@
<Compile Include="Mono.Addins.Database\DefaultAddinFileSystem.cs" />
<Compile Include="Mono.Addins.Database\AddinFileSystemExtension.cs" />
<Compile Include="Mono.Addins.Database\SetupLocal.cs" />
+ <Compile Include="Mono.Addins\ContentType.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Mono.Addins.dll.config">