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 <lluis@novell.com>2008-08-22 02:25:31 +0400
committerLluis Sanchez <lluis@novell.com>2008-08-22 02:25:31 +0400
commit823aaff963ba1f3f796fa434b0c4f05ba011bd3a (patch)
tree1daa666f3b59355b24336fdb6b12252b2d8aff6c /Samples
parent7291c74f38b8cfc73a4967d4dba3c4db241717f5 (diff)
* mautil/mautil.csproj, Mono.Addins.Gui/Mono.Addins.Gui.csproj,
Mono.Addins.Setup/Mono.Addins.Setup.csproj, Mono.Addins.sln, Mono.Addins/Mono.Addins.csproj, Samples/TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.csproj, Samples/TextEditor.CompilerService/TextEditor.CompilerService.csproj, Samples/TextEditor.Xml/TextEditor.Xml.csproj, Samples/TextEditor/TextEditor.csproj, Samples/TextEditorLib/TextEditorLib.csproj, Samples/WriterService.SampleExtender/WriterService.SampleExtender.csproj, Samples/WriterService/WriterService.csproj, Samples/WriterServiceHost/WriterServiceHost.csproj, Test/CommandExtension/CommandExtension.csproj, Test/FileContentExtension/FileContentExtension.csproj, Test/FileExtender/FileExtender.csproj, Test/HelloWorldExtension/HelloWorldExtension.csproj, Test/SystemInfoExtension/SystemInfoExtension.csproj, Test/UnitTests/UnitTests.csproj, Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj, Samples/WriterServiceHost/WriterServiceHost.mdp, Test/CommandExtension/CommandExtension.mdp, Test/FileContentExtension/FileContentExtension.mdp, Test/FileExtender/FileExtender.mdp, Test/HelloWorldExtension/HelloWorldExtension.mdp, Test/SystemInfoExtension/SystemInfoExtension.mdp, Test/UnitTests/UnitTests.mdp, Samples/WriterService/WriterService.mdp, Mono.Addins.Setup/Mono.Addins.Setup.mdp, Mono.Addins.Gui/Mono.Addins.Gui.mdp, Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.mdp, mautil/mautil.mdp, Mono.Addins/Mono.Addins.mdp, Samples/TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.mdp, Samples/TextEditor.CompilerService/TextEditor.CompilerService.mdp, Samples/WriterService.SampleExtender/WriterService.SampleExtender.mdp, Samples/TextEditorLib/TextEditorLib.mdp, Samples/TextEditor/TextEditor.mdp, Samples/TextEditor.Xml/TextEditor.Xml.mdp, Mono.Addins.mds: Use msbuild file format for projects. Removed the old MD1 projects. svn path=/trunk/mono-addins/; revision=111318
Diffstat (limited to 'Samples')
-rw-r--r--Samples/ChangeLog18
-rw-r--r--Samples/TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.csproj68
-rw-r--r--Samples/TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.mdp35
-rw-r--r--Samples/TextEditor.CompilerService/TextEditor.CompilerService.csproj84
-rw-r--r--Samples/TextEditor.CompilerService/TextEditor.CompilerService.mdp43
-rw-r--r--Samples/TextEditor.Xml/TextEditor.Xml.csproj83
-rw-r--r--Samples/TextEditor.Xml/TextEditor.Xml.mdp43
-rw-r--r--Samples/TextEditor/TextEditor.csproj78
-rw-r--r--Samples/TextEditor/TextEditor.mdp40
-rw-r--r--Samples/TextEditorLib/TextEditorLib.csproj120
-rw-r--r--Samples/TextEditorLib/TextEditorLib.mdp69
-rw-r--r--Samples/WriterService.SampleExtender/WriterService.SampleExtender.csproj61
-rw-r--r--Samples/WriterService.SampleExtender/WriterService.SampleExtender.mdp36
-rw-r--r--Samples/WriterService/WriterService.csproj63
-rw-r--r--Samples/WriterService/WriterService.mdp38
-rw-r--r--Samples/WriterServiceHost/WriterServiceHost.csproj72
-rw-r--r--Samples/WriterServiceHost/WriterServiceHost.mdp36
17 files changed, 390 insertions, 597 deletions
diff --git a/Samples/ChangeLog b/Samples/ChangeLog
index 40bad55..617e099 100644
--- a/Samples/ChangeLog
+++ b/Samples/ChangeLog
@@ -1,3 +1,21 @@
+2008-08-22 Lluis Sanchez Gual <lluis@novell.com>
+
+ * TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.csproj,
+ TextEditor.CompilerService/TextEditor.CompilerService.csproj,
+ TextEditor.Xml/TextEditor.Xml.csproj, TextEditor/TextEditor.csproj,
+ TextEditorLib/TextEditorLib.csproj,
+ WriterService.SampleExtender/WriterService.SampleExtender.csproj,
+ WriterService/WriterService.csproj,
+ WriterServiceHost/WriterServiceHost.csproj,
+ WriterServiceHost/WriterServiceHost.mdp,
+ WriterService/WriterService.mdp,
+ TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.mdp,
+ TextEditor.CompilerService/TextEditor.CompilerService.mdp,
+ WriterService.SampleExtender/WriterService.SampleExtender.mdp,
+ TextEditorLib/TextEditorLib.mdp, TextEditor/TextEditor.mdp,
+ TextEditor.Xml/TextEditor.Xml.mdp: Use msbuild file format for
+ projects. Removed the old MD1 projects.
+
2008-02-15 Lluis Sanchez Gual <lluis@novell.com>
* TextEditorLib/TextEditorLib.mdp,
diff --git a/Samples/TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.csproj b/Samples/TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.csproj
index 41b0a29..65078c3 100644
--- a/Samples/TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.csproj
+++ b/Samples/TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.csproj
@@ -1,57 +1,69 @@
+<?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>{91A73359-83C5-42E1-BF85-3A8AE2DE453A}</ProjectGuid>
+ <ProjectGuid>{B50C6B48-CA51-4538-B686-40B6F77F8623}</ProjectGuid>
<OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>TextEditor.CompilerService.CSharp</RootNamespace>
<AssemblyName>TextEditor.CompilerService.CSharp</AssemblyName>
+ <TargetFrameworkVersion>v1.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <Optimize>true</Optimize>
+ <OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <StartupObject />
+ <ApplicationIcon>.</ApplicationIcon>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
+ <DebugType>none</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
+ <OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="CSharpCompiler.cs" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
- <Project>{76B2FF16-0094-4003-A1BD-C9F6F37D0186}</Project>
- <Name>Mono.Addins</Name>
- </ProjectReference>
<ProjectReference Include="..\TextEditor.CompilerService\TextEditor.CompilerService.csproj">
- <Project>{FCE536BF-1925-4E4E-BE7F-61DA9C154CA8}</Project>
+ <Project>{613DC3EA-8A4E-4CE1-8836-DEC8ABC684A8}</Project>
<Name>TextEditor.CompilerService</Name>
</ProjectReference>
+ <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
+ <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
+ <Name>Mono.Addins</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="CSharpCompiler.cs" />
+ <Compile Include="AssemblyInfo.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="Makefile.am" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true">
+ <BuildFilesVar Sync="true" Name="FILES" />
+ <DeployFilesVar Sync="true" Name="DATA_FILES" />
+ <ResourcesVar Sync="true" Name="RESOURCES" />
+ <OthersVar />
+ <GacRefVar Sync="true" Name="REFERENCES" Prefix="-r:" />
+ <AsmRefVar Sync="true" Name="DLL_REFERENCES" />
+ <ProjectRefVar Sync="true" Name="PROJECT_REFERENCES" />
+ </MonoDevelop.Autotools.MakefileInfo>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
</Project> \ No newline at end of file
diff --git a/Samples/TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.mdp b/Samples/TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.mdp
deleted file mode 100644
index 177d588..0000000
--- a/Samples/TextEditor.CompilerService.CSharp/TextEditor.CompilerService.CSharp.mdp
+++ /dev/null
@@ -1,35 +0,0 @@
-<Project name="TextEditor.CompilerService.CSharp" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
- <Configurations active="Debug">
- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../bin" assembly="TextEditor.CompilerService.CSharp" />
- <Build debugmode="True" target="Library" />
- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" win32Icon="." ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="bin/Release" assembly="TextEditor.CompilerService.CSharp" />
- <Build debugmode="False" target="Library" />
- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <Contents>
- <File name="CSharpCompiler.cs" subtype="Code" buildaction="Compile" />
- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
- <File name="Makefile.am" subtype="Code" buildaction="Nothing" />
- </Contents>
- <References>
- <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Project" localcopy="True" refto="TextEditor.CompilerService" />
- <ProjectReference type="Project" localcopy="True" refto="Mono.Addins" />
- </References>
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True">
- <BuildFilesVar Sync="True" Name="FILES" />
- <DeployFilesVar Sync="True" Name="DATA_FILES" />
- <ResourcesVar Sync="True" Name="RESOURCES" />
- <OthersVar />
- <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
- <AsmRefVar Sync="True" Name="DLL_REFERENCES" />
- <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
- </MonoDevelop.Autotools.MakefileInfo>
-</Project> \ No newline at end of file
diff --git a/Samples/TextEditor.CompilerService/TextEditor.CompilerService.csproj b/Samples/TextEditor.CompilerService/TextEditor.CompilerService.csproj
index 0849ec7..9bac6bc 100644
--- a/Samples/TextEditor.CompilerService/TextEditor.CompilerService.csproj
+++ b/Samples/TextEditor.CompilerService/TextEditor.CompilerService.csproj
@@ -1,67 +1,85 @@
+<?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>{FCE536BF-1925-4E4E-BE7F-61DA9C154CA8}</ProjectGuid>
+ <ProjectGuid>{613DC3EA-8A4E-4CE1-8836-DEC8ABC684A8}</ProjectGuid>
<OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>TextEditor.CompilerService</RootNamespace>
<AssemblyName>TextEditor.CompilerService</AssemblyName>
+ <TargetFrameworkVersion>v1.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <Optimize>true</Optimize>
+ <OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <StartupObject />
+ <ApplicationIcon>.</ApplicationIcon>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
+ <DebugType>none</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
+ <OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
- <Reference Include="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="gdk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="glib-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="pango-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
+ <Reference Include="pango-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="atk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="gdk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="gtk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="Mono.Posix" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
- <Project>{76B2FF16-0094-4003-A1BD-C9F6F37D0186}</Project>
- <Name>Mono.Addins</Name>
- </ProjectReference>
<ProjectReference Include="..\TextEditorLib\TextEditorLib.csproj">
- <Project>{71C53A83-E016-42AE-9E2F-722604A0170D}</Project>
+ <Project>{ED5EC705-1905-4FB6-821B-9464D60727EF}</Project>
<Name>TextEditorLib</Name>
</ProjectReference>
+ <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
+ <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
+ <Name>Mono.Addins</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="AssemblyInfo.cs" />
+ <Compile Include="RunCommand.cs" />
+ <Compile Include="ICompiler.cs" />
+ <Compile Include="CompilerManager.cs" />
+ <Compile Include="gtk-gui\generated.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="TextEditor.CompilerService.addin.xml" />
+ <EmbeddedResource Include="gtk-gui\gui.stetic">
+ <LogicalName>gui.stetic</LogicalName>
+ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="CompilerManager.cs" />
- <Compile Include="ICompiler.cs" />
- <Compile Include="RunCommand.cs" />
+ <None Include="Makefile.am" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <Deployment.LinuxDeployData scriptName="texteditor.compilerservice" generatePcFile="false" />
+ <GtkDesignInfo gtkVersion="2.10.3" />
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true">
+ <BuildFilesVar Sync="true" Name="FILES" />
+ <DeployFilesVar Sync="true" Name="DATA_FILES" />
+ <ResourcesVar Sync="true" Name="RESOURCES" />
+ <OthersVar />
+ <GacRefVar Sync="true" Name="REFERENCES" Prefix="-r:" />
+ <AsmRefVar Sync="true" Name="DLL_REFERENCES" />
+ <ProjectRefVar Sync="true" Name="PROJECT_REFERENCES" />
+ </MonoDevelop.Autotools.MakefileInfo>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
</Project> \ No newline at end of file
diff --git a/Samples/TextEditor.CompilerService/TextEditor.CompilerService.mdp b/Samples/TextEditor.CompilerService/TextEditor.CompilerService.mdp
deleted file mode 100644
index 8321d87..0000000
--- a/Samples/TextEditor.CompilerService/TextEditor.CompilerService.mdp
+++ /dev/null
@@ -1,43 +0,0 @@
-<Project name="TextEditor.CompilerService" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
- <Configurations active="Debug">
- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../bin" assembly="TextEditor.CompilerService" />
- <Build debugmode="True" target="Library" />
- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" win32Icon="." ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="bin/Release" assembly="TextEditor.CompilerService" />
- <Build debugmode="False" target="Library" />
- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <Contents>
- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
- <File name="RunCommand.cs" subtype="Code" buildaction="Compile" />
- <File name="ICompiler.cs" subtype="Code" buildaction="Compile" />
- <File name="CompilerManager.cs" subtype="Code" buildaction="Compile" />
- <File name="TextEditor.CompilerService.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
- <File name="Makefile.am" subtype="Code" buildaction="Nothing" />
- </Contents>
- <References>
- <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Project" localcopy="True" refto="TextEditorLib" />
- <ProjectReference type="Project" localcopy="True" refto="Mono.Addins" />
- <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- </References>
- <Deployment.LinuxDeployData scriptName="texteditor.compilerservice" generatePcFile="False" />
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True">
- <BuildFilesVar Sync="True" Name="FILES" />
- <DeployFilesVar Sync="True" Name="DATA_FILES" />
- <ResourcesVar Sync="True" Name="RESOURCES" />
- <OthersVar />
- <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
- <AsmRefVar Sync="True" Name="DLL_REFERENCES" />
- <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
- </MonoDevelop.Autotools.MakefileInfo>
-</Project> \ No newline at end of file
diff --git a/Samples/TextEditor.Xml/TextEditor.Xml.csproj b/Samples/TextEditor.Xml/TextEditor.Xml.csproj
index 59a8a5d..da30890 100644
--- a/Samples/TextEditor.Xml/TextEditor.Xml.csproj
+++ b/Samples/TextEditor.Xml/TextEditor.Xml.csproj
@@ -1,66 +1,83 @@
+<?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>{53FCD703-1CF9-4812-937C-549D7F760BB3}</ProjectGuid>
+ <ProjectGuid>{4EFD5979-4000-4A32-A687-33D140081F1C}</ProjectGuid>
<OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>TextEditor.Xml</RootNamespace>
- <AssemblyName>TextEditor.Xml</AssemblyName>
+ <AssemblyName>XmlAddin</AssemblyName>
+ <TargetFrameworkVersion>v1.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <Optimize>true</Optimize>
+ <OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
+ <DebugType>none</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
+ <OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
- <Reference Include="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="gdk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="glib-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="pango-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="System" />
- <Reference Include="System.Data" />
<Reference Include="System.Xml" />
+ <Reference Include="pango-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="atk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="gdk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="gtk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="Mono.Posix" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\TextEditorLib\TextEditorLib.csproj">
+ <Project>{ED5EC705-1905-4FB6-821B-9464D60727EF}</Project>
+ <Name>TextEditorLib</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
+ <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
+ <Name>Mono.Addins</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="FormatXmlCommand.cs" />
+ <Compile Include="gtk-gui\generated.cs" />
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="EmptyFile.xml" />
<EmbeddedResource Include="TextEditor.Xml.addin.xml" />
+ <EmbeddedResource Include="EmptyFile.xml" />
+ <EmbeddedResource Include="gtk-gui\gui.stetic">
+ <LogicalName>gui.stetic</LogicalName>
+ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
- <Project>{76B2FF16-0094-4003-A1BD-C9F6F37D0186}</Project>
- <Name>Mono.Addins</Name>
- </ProjectReference>
- <ProjectReference Include="..\TextEditorLib\TextEditorLib.csproj">
- <Project>{71C53A83-E016-42AE-9E2F-722604A0170D}</Project>
- <Name>TextEditorLib</Name>
- </ProjectReference>
+ <None Include="Makefile.am" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <Deployment.LinuxDeployData scriptName="texteditor.xml" generatePcFile="false" />
+ <GtkDesignInfo gtkVersion="2.10.3" />
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true">
+ <BuildFilesVar Sync="true" Name="FILES" />
+ <DeployFilesVar Sync="true" Name="DATA_FILES" />
+ <ResourcesVar Sync="true" Name="RESOURCES" />
+ <OthersVar />
+ <GacRefVar Sync="true" Name="REFERENCES" Prefix="-r:" />
+ <AsmRefVar Sync="true" Name="DLL_REFERENCES" />
+ <ProjectRefVar Sync="true" Name="PROJECT_REFERENCES" />
+ </MonoDevelop.Autotools.MakefileInfo>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
</Project> \ No newline at end of file
diff --git a/Samples/TextEditor.Xml/TextEditor.Xml.mdp b/Samples/TextEditor.Xml/TextEditor.Xml.mdp
deleted file mode 100644
index d1f923f..0000000
--- a/Samples/TextEditor.Xml/TextEditor.Xml.mdp
+++ /dev/null
@@ -1,43 +0,0 @@
-<Project name="TextEditor.Xml" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
- <Configurations active="Debug">
- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../bin" assembly="XmlAddin" />
- <Build debugmode="True" target="Library" />
- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="bin/Release" assembly="XmlAddin" />
- <Build debugmode="False" target="Library" />
- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <Contents>
- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
- <File name="TextEditor.Xml.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
- <File name="FormatXmlCommand.cs" subtype="Code" buildaction="Compile" />
- <File name="EmptyFile.xml" subtype="Code" buildaction="EmbedAsResource" />
- <File name="Makefile.am" subtype="Code" buildaction="Nothing" />
- </Contents>
- <References>
- <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Project" localcopy="True" refto="TextEditorLib" />
- <ProjectReference type="Project" localcopy="True" refto="Mono.Addins" />
- <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- </References>
- <Deployment.LinuxDeployData scriptName="texteditor.xml" generatePcFile="False" />
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True">
- <BuildFilesVar Sync="True" Name="FILES" />
- <DeployFilesVar Sync="True" Name="DATA_FILES" />
- <ResourcesVar Sync="True" Name="RESOURCES" />
- <OthersVar />
- <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
- <AsmRefVar Sync="True" Name="DLL_REFERENCES" />
- <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
- </MonoDevelop.Autotools.MakefileInfo>
-</Project> \ No newline at end of file
diff --git a/Samples/TextEditor/TextEditor.csproj b/Samples/TextEditor/TextEditor.csproj
index bc70da4..bf02b54 100644
--- a/Samples/TextEditor/TextEditor.csproj
+++ b/Samples/TextEditor/TextEditor.csproj
@@ -1,63 +1,77 @@
+<?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>{A5CF7A9D-E7D6-4A14-856B-188669B071D9}</ProjectGuid>
+ <ProjectGuid>{E71F8967-5191-4C91-AF4A-FDBC1230B3EA}</ProjectGuid>
<OutputType>Exe</OutputType>
- <RootNamespace>TextEditor</RootNamespace>
<AssemblyName>TextEditor</AssemblyName>
+ <TargetFrameworkVersion>v1.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <Optimize>true</Optimize>
+ <OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
+ <DebugType>none</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
+ <OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
</PropertyGroup>
<ItemGroup>
- <Reference Include="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="glib-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
<Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
+ <Reference Include="Mono.Posix" />
+ <Reference Include="pango-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="atk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="gdk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="gtk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\TextEditorLib\TextEditorLib.csproj">
+ <Project>{ED5EC705-1905-4FB6-821B-9464D60727EF}</Project>
+ <Name>TextEditorLib</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
+ <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
+ <Name>Mono.Addins</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
+ <Compile Include="Main.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="gtk-gui\generated.cs" />
- <Compile Include="Main.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="gtk-gui\gui.stetic" />
+ <None Include="Makefile.am" />
</ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <GtkDesignInfo gtkVersion="2.10.3" />
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true" RelativeConfigureInPath="../../">
+ <BuildFilesVar Sync="true" Name="FILES" />
+ <DeployFilesVar Sync="true" Name="DATA_FILES" />
+ <ResourcesVar Sync="true" Name="RESOURCES" />
+ <OthersVar />
+ <GacRefVar Sync="true" Name="REFERENCES" Prefix="-r:" />
+ <AsmRefVar Sync="true" Name="DLL_REFERENCES" />
+ <ProjectRefVar Sync="true" Name="PROJECT_REFERENCES" />
+ </MonoDevelop.Autotools.MakefileInfo>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
<ItemGroup>
- <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
- <Project>{76B2FF16-0094-4003-A1BD-C9F6F37D0186}</Project>
- <Name>Mono.Addins</Name>
- </ProjectReference>
- <ProjectReference Include="..\TextEditorLib\TextEditorLib.csproj">
- <Project>{71C53A83-E016-42AE-9E2F-722604A0170D}</Project>
- <Name>TextEditorLib</Name>
- </ProjectReference>
+ <EmbeddedResource Include="gtk-gui\gui.stetic">
+ <LogicalName>gui.stetic</LogicalName>
+ </EmbeddedResource>
</ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
</Project> \ No newline at end of file
diff --git a/Samples/TextEditor/TextEditor.mdp b/Samples/TextEditor/TextEditor.mdp
deleted file mode 100644
index 419c7e6..0000000
--- a/Samples/TextEditor/TextEditor.mdp
+++ /dev/null
@@ -1,40 +0,0 @@
-<Project name="TextEditor" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
- <Configurations active="Debug">
- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../bin" assembly="TextEditor" />
- <Build debugmode="True" target="Exe" />
- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="bin/Release" assembly="TextEditor" />
- <Build debugmode="False" target="Exe" />
- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <Contents>
- <File name="Main.cs" subtype="Code" buildaction="Compile" />
- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
- <File name="Makefile.am" subtype="Code" buildaction="Nothing" />
- </Contents>
- <References>
- <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
- <ProjectReference type="Project" localcopy="True" refto="TextEditorLib" />
- <ProjectReference type="Project" localcopy="True" refto="Mono.Addins" />
- <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- </References>
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True" RelativeConfigureInPath="../../">
- <BuildFilesVar Sync="True" Name="FILES" />
- <DeployFilesVar Sync="True" Name="DATA_FILES" />
- <ResourcesVar Sync="True" Name="RESOURCES" />
- <OthersVar />
- <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
- <AsmRefVar Sync="True" Name="DLL_REFERENCES" />
- <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
- </MonoDevelop.Autotools.MakefileInfo>
-</Project> \ No newline at end of file
diff --git a/Samples/TextEditorLib/TextEditorLib.csproj b/Samples/TextEditorLib/TextEditorLib.csproj
index a9fcf91..fab826b 100644
--- a/Samples/TextEditorLib/TextEditorLib.csproj
+++ b/Samples/TextEditorLib/TextEditorLib.csproj
@@ -1,93 +1,113 @@
+<?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>{71C53A83-E016-42AE-9E2F-722604A0170D}</ProjectGuid>
+ <ProjectGuid>{ED5EC705-1905-4FB6-821B-9464D60727EF}</ProjectGuid>
<OutputType>Library</OutputType>
- <RootNamespace>TextEditorLib</RootNamespace>
<AssemblyName>TextEditorLib</AssemblyName>
+ <TargetFrameworkVersion>v1.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <Optimize>true</Optimize>
+ <OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
+ <DebugType>none</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
+ <OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
- <Reference Include="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="gdk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="glib-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL" />
- <Reference Include="stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
+ <Reference Include="Mono.Posix" />
+ <Reference Include="pango-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="atk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="gdk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ <Reference Include="gtk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\Mono.Addins.Gui\Mono.Addins.Gui.csproj">
+ <Project>{FEC19BDA-4904-4005-8C09-68E82E8BEF6A}</Project>
+ <Name>Mono.Addins.Gui</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
+ <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
+ <Name>Mono.Addins</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
+ <Compile Include="ICommand.cs" />
+ <Compile Include="gtk-gui\generated.cs" />
+ <Compile Include="MainWindow.cs" />
+ <Compile Include="gtk-gui\MainWindow.cs" />
+ <Compile Include="TextEditorApp.cs" />
<Compile Include="Commands\CopyCommand.cs" />
<Compile Include="Commands\CutCommand.cs" />
- <Compile Include="Commands\ExitCommand.cs" />
<Compile Include="Commands\NewCommand.cs" />
<Compile Include="Commands\OpenCommand.cs" />
<Compile Include="Commands\PasteCommand.cs" />
<Compile Include="Commands\SaveCommand.cs" />
- <Compile Include="Commands\SetupCommand.cs" />
- <Compile Include="ExtensionNodes\FileTemplateNode.cs" />
<Compile Include="ExtensionNodes\MenuItemNode.cs" />
- <Compile Include="ExtensionNodes\MenuNode.cs" />
<Compile Include="ExtensionNodes\MenuSeparatorNode.cs" />
<Compile Include="ExtensionNodes\SubmenuNode.cs" />
- <Compile Include="ExtensionNodes\TemplateCategoryNode.cs" />
- <Compile Include="ExtensionNodes\ToolbarNode.cs" />
<Compile Include="ExtensionNodes\ToolButtonNode.cs" />
<Compile Include="ExtensionNodes\ToolSeparatorNode.cs" />
- <Compile Include="gtk-gui\generated.cs" />
- <Compile Include="gtk-gui\MainWindow.cs" />
- <Compile Include="ICommand.cs" />
- <Compile Include="MainWindow.cs" />
+ <Compile Include="ExtensionNodes\MenuNode.cs" />
+ <Compile Include="ExtensionNodes\ToolbarNode.cs" />
+ <Compile Include="Commands\ExitCommand.cs" />
<Compile Include="OpenFileCondition.cs" />
- <Compile Include="TextEditorApp.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Mono.Addins.Gui\Mono.Addins.Gui.csproj">
- <Project>{5F974F67-5151-4F7C-BB19-04DCF6DEF78E}</Project>
- <Name>Mono.Addins.Gui</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
- <Project>{76B2FF16-0094-4003-A1BD-C9F6F37D0186}</Project>
- <Name>Mono.Addins</Name>
- </ProjectReference>
+ <Compile Include="ExtensionNodes\TemplateCategoryNode.cs" />
+ <Compile Include="ExtensionNodes\FileTemplateNode.cs" />
+ <Compile Include="Commands\SetupCommand.cs" />
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="gtk-gui\gui.stetic" />
+ <EmbeddedResource Include="gtk-gui\gui.stetic">
+ <LogicalName>gui.stetic</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Templates\ChangeLogTemplate.txt">
+ <LogicalName>ChangeLogTemplate.txt</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Templates\DotConfigTemplate.txt">
+ <LogicalName>DotConfigTemplate.txt</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Templates\TextEditor.addin.xml">
+ <LogicalName>TextEditor.addin.xml</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Templates\WorkReport.txt">
+ <LogicalName>WorkReport.txt</LogicalName>
+ </EmbeddedResource>
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="Templates\ChangeLogTemplate.txt" />
- <EmbeddedResource Include="Templates\DotConfigTemplate.txt" />
- <EmbeddedResource Include="Templates\TextEditor.addin.xml" />
- <EmbeddedResource Include="Templates\WorkReport.txt" />
+ <None Include="Makefile.am" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <Deployment.LinuxDeployData scriptName="texteditorlib" generatePcFile="false" />
+ <GtkDesignInfo />
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true">
+ <BuildFilesVar Sync="true" Name="FILES" />
+ <DeployFilesVar Sync="true" Name="DATA_FILES" />
+ <ResourcesVar Sync="true" Name="RESOURCES" />
+ <OthersVar />
+ <GacRefVar Sync="true" Name="REFERENCES" Prefix="-r:" />
+ <AsmRefVar Sync="true" Name="DLL_REFERENCES" />
+ <ProjectRefVar Sync="true" Name="PROJECT_REFERENCES" />
+ </MonoDevelop.Autotools.MakefileInfo>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
</Project> \ No newline at end of file
diff --git a/Samples/TextEditorLib/TextEditorLib.mdp b/Samples/TextEditorLib/TextEditorLib.mdp
deleted file mode 100644
index 1fdd9c4..0000000
--- a/Samples/TextEditorLib/TextEditorLib.mdp
+++ /dev/null
@@ -1,69 +0,0 @@
-<Project name="TextEditorLib" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
- <Configurations active="Debug">
- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../bin" assembly="TextEditorLib" />
- <Build debugmode="True" target="Library" />
- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="bin/Release" assembly="TextEditorLib" />
- <Build debugmode="False" target="Library" />
- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <Contents>
- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
- <File name="ICommand.cs" subtype="Code" buildaction="Compile" />
- <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
- <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
- <File name="MainWindow.cs" subtype="Code" buildaction="Compile" />
- <File name="gtk-gui/MainWindow.cs" subtype="Code" buildaction="Compile" />
- <File name="TextEditorApp.cs" subtype="Code" buildaction="Compile" />
- <File name="Commands/CopyCommand.cs" subtype="Code" buildaction="Compile" />
- <File name="Commands/CutCommand.cs" subtype="Code" buildaction="Compile" />
- <File name="Commands/NewCommand.cs" subtype="Code" buildaction="Compile" />
- <File name="Commands/OpenCommand.cs" subtype="Code" buildaction="Compile" />
- <File name="Commands/PasteCommand.cs" subtype="Code" buildaction="Compile" />
- <File name="Commands/SaveCommand.cs" subtype="Code" buildaction="Compile" />
- <File name="ExtensionNodes/MenuItemNode.cs" subtype="Code" buildaction="Compile" />
- <File name="ExtensionNodes/MenuSeparatorNode.cs" subtype="Code" buildaction="Compile" />
- <File name="ExtensionNodes/SubmenuNode.cs" subtype="Code" buildaction="Compile" />
- <File name="ExtensionNodes/ToolButtonNode.cs" subtype="Code" buildaction="Compile" />
- <File name="ExtensionNodes/ToolSeparatorNode.cs" subtype="Code" buildaction="Compile" />
- <File name="ExtensionNodes/MenuNode.cs" subtype="Code" buildaction="Compile" />
- <File name="ExtensionNodes/ToolbarNode.cs" subtype="Code" buildaction="Compile" />
- <File name="Commands/ExitCommand.cs" subtype="Code" buildaction="Compile" />
- <File name="OpenFileCondition.cs" subtype="Code" buildaction="Compile" />
- <File name="Templates/ChangeLogTemplate.txt" subtype="Code" buildaction="EmbedAsResource" />
- <File name="Templates/DotConfigTemplate.txt" subtype="Code" buildaction="EmbedAsResource" />
- <File name="Templates/TextEditor.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
- <File name="Templates/WorkReport.txt" subtype="Code" buildaction="EmbedAsResource" />
- <File name="ExtensionNodes/TemplateCategoryNode.cs" subtype="Code" buildaction="Compile" />
- <File name="ExtensionNodes/FileTemplateNode.cs" subtype="Code" buildaction="Compile" />
- <File name="Commands/SetupCommand.cs" subtype="Code" buildaction="Compile" />
- <File name="Makefile.am" subtype="Code" buildaction="Nothing" />
- </Contents>
- <References>
- <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
- <ProjectReference type="Project" localcopy="True" refto="Mono.Addins.Gui" />
- <ProjectReference type="Project" localcopy="True" refto="Mono.Addins" />
- <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- </References>
- <Deployment.LinuxDeployData scriptName="texteditorlib" generatePcFile="False" />
- <GtkDesignInfo />
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True">
- <BuildFilesVar Sync="True" Name="FILES" />
- <DeployFilesVar Sync="True" Name="DATA_FILES" />
- <ResourcesVar Sync="True" Name="RESOURCES" />
- <OthersVar />
- <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
- <AsmRefVar Sync="True" Name="DLL_REFERENCES" />
- <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
- </MonoDevelop.Autotools.MakefileInfo>
-</Project> \ No newline at end of file
diff --git a/Samples/WriterService.SampleExtender/WriterService.SampleExtender.csproj b/Samples/WriterService.SampleExtender/WriterService.SampleExtender.csproj
index 0c006c0..34f66b6 100644
--- a/Samples/WriterService.SampleExtender/WriterService.SampleExtender.csproj
+++ b/Samples/WriterService.SampleExtender/WriterService.SampleExtender.csproj
@@ -1,56 +1,67 @@
+<?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>{33C60543-1D76-4112-90D7-2396E490A7E2}</ProjectGuid>
+ <ProjectGuid>{5D133639-CAE6-42A2-A986-7A7548F53349}</ProjectGuid>
<OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>WriterService.SampleExtender</RootNamespace>
- <AssemblyName>WriterService.SampleExtender</AssemblyName>
+ <AssemblyName>SampleExtender</AssemblyName>
+ <TargetFrameworkVersion>v1.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <Optimize>true</Optimize>
+ <OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
+ <DebugType>none</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
+ <OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="AssemblyInfo.cs" />
+ <ProjectReference Include="..\WriterService\WriterService.csproj">
+ <Project>{488571F5-6B4C-46E4-8E4B-6992FA7A9F5C}</Project>
+ <Name>WriterService</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
<Compile Include="MyWriter.cs" />
+ <Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="SampleExtender.addin.xml" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\WriterService\WriterService.csproj">
- <Project>{2DF372C6-3C75-4C8A-AA59-0AFE0467FD94}</Project>
- <Name>WriterService</Name>
- </ProjectReference>
+ <None Include="Makefile.am" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <Deployment.LinuxDeployData scriptName="writerservice.sampleextender" generatePcFile="false" />
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true">
+ <BuildFilesVar Sync="true" Name="FILES" />
+ <DeployFilesVar Sync="true" Name="DATA_FILES" />
+ <ResourcesVar Sync="true" Name="RESOURCES" />
+ <OthersVar />
+ <GacRefVar Sync="true" Name="REFERENCES" Prefix="-r:" />
+ <AsmRefVar Sync="true" Name="DLL_REFERENCES" />
+ <ProjectRefVar Sync="true" Name="PROJECT_REFERENCES" />
+ </MonoDevelop.Autotools.MakefileInfo>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
</Project> \ No newline at end of file
diff --git a/Samples/WriterService.SampleExtender/WriterService.SampleExtender.mdp b/Samples/WriterService.SampleExtender/WriterService.SampleExtender.mdp
deleted file mode 100644
index 24cfd6d..0000000
--- a/Samples/WriterService.SampleExtender/WriterService.SampleExtender.mdp
+++ /dev/null
@@ -1,36 +0,0 @@
-<Project name="WriterService.SampleExtender" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
- <Configurations active="Debug">
- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../bin" assembly="SampleExtender" />
- <Build debugmode="True" target="Library" />
- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="bin/Release" assembly="SampleExtender" />
- <Build debugmode="False" target="Library" />
- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <Contents>
- <File name="MyWriter.cs" subtype="Code" buildaction="Compile" />
- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
- <File name="SampleExtender.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
- <File name="Makefile.am" subtype="Code" buildaction="Nothing" />
- </Contents>
- <References>
- <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Project" localcopy="True" refto="WriterService" />
- </References>
- <Deployment.LinuxDeployData scriptName="writerservice.sampleextender" generatePcFile="False" />
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True">
- <BuildFilesVar Sync="True" Name="FILES" />
- <DeployFilesVar Sync="True" Name="DATA_FILES" />
- <ResourcesVar Sync="True" Name="RESOURCES" />
- <OthersVar />
- <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
- <AsmRefVar Sync="True" Name="DLL_REFERENCES" />
- <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
- </MonoDevelop.Autotools.MakefileInfo>
-</Project> \ No newline at end of file
diff --git a/Samples/WriterService/WriterService.csproj b/Samples/WriterService/WriterService.csproj
index 0302e58..9e4fd9b 100644
--- a/Samples/WriterService/WriterService.csproj
+++ b/Samples/WriterService/WriterService.csproj
@@ -1,59 +1,70 @@
+<?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>{2DF372C6-3C75-4C8A-AA59-0AFE0467FD94}</ProjectGuid>
+ <ProjectGuid>{488571F5-6B4C-46E4-8E4B-6992FA7A9F5C}</ProjectGuid>
<OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>WriterService</RootNamespace>
- <AssemblyName>WriterService</AssemblyName>
+ <TargetFrameworkVersion>v1.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <Optimize>true</Optimize>
+ <OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <ConsolePause>false</ConsolePause>
+ <AssemblyName>WriterService</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
+ <DebugType>none</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
+ <OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
+ <ConsolePause>false</ConsolePause>
+ <AssemblyName>SampleAddin</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
+ <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
+ <Name>Mono.Addins</Name>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
- <Compile Include="FlagsCondition.cs" />
<Compile Include="IWriter.cs" />
- <Compile Include="MyClass.cs" />
<Compile Include="WriterManager.cs" />
+ <Compile Include="FlagsCondition.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="WriterService.addin.xml" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
- <Project>{76B2FF16-0094-4003-A1BD-C9F6F37D0186}</Project>
- <Name>Mono.Addins</Name>
- </ProjectReference>
+ <None Include="Makefile.am" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <Deployment.LinuxDeployData scriptName="writerservice" generatePcFile="false" />
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true">
+ <BuildFilesVar Sync="true" Name="FILES" />
+ <DeployFilesVar Sync="true" Name="DATA_FILES" />
+ <ResourcesVar Sync="true" Name="RESOURCES" />
+ <OthersVar />
+ <GacRefVar Sync="true" Name="REFERENCES" Prefix="-r:" />
+ <AsmRefVar Sync="true" Name="DLL_REFERENCES" />
+ <ProjectRefVar Sync="true" Name="PROJECT_REFERENCES" />
+ </MonoDevelop.Autotools.MakefileInfo>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
</Project> \ No newline at end of file
diff --git a/Samples/WriterService/WriterService.mdp b/Samples/WriterService/WriterService.mdp
deleted file mode 100644
index 776cc44..0000000
--- a/Samples/WriterService/WriterService.mdp
+++ /dev/null
@@ -1,38 +0,0 @@
-<Project name="WriterService" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
- <Configurations active="Debug">
- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../bin" assembly="WriterService" />
- <Build debugmode="True" target="Library" />
- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="bin/Release" assembly="SampleAddin" />
- <Build debugmode="False" target="Library" />
- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <Contents>
- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
- <File name="WriterService.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
- <File name="IWriter.cs" subtype="Code" buildaction="Compile" />
- <File name="WriterManager.cs" subtype="Code" buildaction="Compile" />
- <File name="FlagsCondition.cs" subtype="Code" buildaction="Compile" />
- <File name="Makefile.am" subtype="Code" buildaction="Nothing" />
- </Contents>
- <References>
- <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Project" localcopy="True" refto="Mono.Addins" />
- </References>
- <Deployment.LinuxDeployData scriptName="writerservice" generatePcFile="False" />
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True">
- <BuildFilesVar Sync="True" Name="FILES" />
- <DeployFilesVar Sync="True" Name="DATA_FILES" />
- <ResourcesVar Sync="True" Name="RESOURCES" />
- <OthersVar />
- <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
- <AsmRefVar Sync="True" Name="DLL_REFERENCES" />
- <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
- </MonoDevelop.Autotools.MakefileInfo>
-</Project> \ No newline at end of file
diff --git a/Samples/WriterServiceHost/WriterServiceHost.csproj b/Samples/WriterServiceHost/WriterServiceHost.csproj
index 4e27be4..5192881 100644
--- a/Samples/WriterServiceHost/WriterServiceHost.csproj
+++ b/Samples/WriterServiceHost/WriterServiceHost.csproj
@@ -1,57 +1,69 @@
+<?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>{8A8ADF7A-321E-40AE-9074-963532C0D011}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>WriterServiceHost</RootNamespace>
- <AssemblyName>WriterServiceHost</AssemblyName>
+ <ProjectGuid>{A3B79848-4D3E-45BF-B993-113EA06EAF0B}</ProjectGuid>
+ <OutputType>Exe</OutputType>
+ <AssemblyName>SampleAddinHost</AssemblyName>
+ <TargetFrameworkVersion>v1.1</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <Optimize>true</Optimize>
+ <OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <StartupObject />
+ <GenerateDocumentation>true</GenerateDocumentation>
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
+ <DebugType>none</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
+ <OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <StartupObject />
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="Main.cs" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
- <Project>{76B2FF16-0094-4003-A1BD-C9F6F37D0186}</Project>
- <Name>Mono.Addins</Name>
- </ProjectReference>
<ProjectReference Include="..\WriterService\WriterService.csproj">
- <Project>{2DF372C6-3C75-4C8A-AA59-0AFE0467FD94}</Project>
+ <Project>{488571F5-6B4C-46E4-8E4B-6992FA7A9F5C}</Project>
<Name>WriterService</Name>
</ProjectReference>
+ <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
+ <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
+ <Name>Mono.Addins</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Main.cs" />
+ <Compile Include="AssemblyInfo.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="Makefile.am" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <Deployment.LinuxDeployData generateScript="false" scriptName="writerservicehost" />
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true">
+ <BuildFilesVar Sync="true" Name="FILES" />
+ <DeployFilesVar Sync="true" Name="DATA_FILES" />
+ <ResourcesVar Sync="true" Name="RESOURCES" />
+ <OthersVar />
+ <GacRefVar Sync="true" Name="REFERENCES" Prefix="-r:" />
+ <AsmRefVar Sync="true" Name="DLL_REFERENCES" />
+ <ProjectRefVar Sync="true" Name="PROJECT_REFERENCES" />
+ </MonoDevelop.Autotools.MakefileInfo>
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
</Project> \ No newline at end of file
diff --git a/Samples/WriterServiceHost/WriterServiceHost.mdp b/Samples/WriterServiceHost/WriterServiceHost.mdp
deleted file mode 100644
index 0a2e5ee..0000000
--- a/Samples/WriterServiceHost/WriterServiceHost.mdp
+++ /dev/null
@@ -1,36 +0,0 @@
-<Project name="WriterServiceHost" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
- <Configurations active="Debug">
- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../bin" assembly="SampleAddinHost" />
- <Build debugmode="True" target="Exe" />
- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="True" win32Icon="." ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="../bin" assembly="SampleAddinHost" />
- <Build debugmode="False" target="Exe" />
- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <Contents>
- <File name="Main.cs" subtype="Code" buildaction="Compile" />
- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
- <File name="Makefile.am" subtype="Code" buildaction="Nothing" />
- </Contents>
- <References>
- <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- <ProjectReference type="Project" localcopy="True" refto="WriterService" />
- <ProjectReference type="Project" localcopy="True" refto="Mono.Addins" />
- </References>
- <Deployment.LinuxDeployData generateScript="False" scriptName="writerservicehost" />
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True">
- <BuildFilesVar Sync="True" Name="FILES" />
- <DeployFilesVar Sync="True" Name="DATA_FILES" />
- <ResourcesVar Sync="True" Name="RESOURCES" />
- <OthersVar />
- <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
- <AsmRefVar Sync="True" Name="DLL_REFERENCES" />
- <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
- </MonoDevelop.Autotools.MakefileInfo>
-</Project> \ No newline at end of file