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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2014-05-04 22:34:51 +0400
committerAlexander Köplinger <alex.koeplinger@outlook.com>2014-08-06 20:02:30 +0400
commit0450000dc487c81cbf4e61a919caafe124da353e (patch)
tree989d2502c82109f4f37b137dcbb81bca39e57838 /mcs/class/Mono.WebBrowser
parente64af2edbfae90c5665a53b9652a256a017144ca (diff)
[Cleanup] Removed a bunch of superfluous .csproj and .sln files
Most of these files weren't updated in the last >5 years and serve no purpose today, so they only clutter the repository.
Diffstat (limited to 'mcs/class/Mono.WebBrowser')
-rw-r--r--mcs/class/Mono.WebBrowser/Makefile6
-rw-r--r--mcs/class/Mono.WebBrowser/Mono.WebBrowser.csproj23
-rw-r--r--mcs/class/Mono.WebBrowser/Mono.WebBrowser2K5.csproj250
-rwxr-xr-xmcs/class/Mono.WebBrowser/build-csproj2k5134
4 files changed, 1 insertions, 412 deletions
diff --git a/mcs/class/Mono.WebBrowser/Makefile b/mcs/class/Mono.WebBrowser/Makefile
index 98d0800038e..af65ef0faa7 100644
--- a/mcs/class/Mono.WebBrowser/Makefile
+++ b/mcs/class/Mono.WebBrowser/Makefile
@@ -7,11 +7,7 @@ LIB_MCS_FLAGS = -r:System.dll -warn:1
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
-EXTRA_DISTFILES = README build-csproj2k5
-
-Mono.WebBrowser2K5.csproj: Mono.WebBrowser.dll.sources build-csproj2k5
- ./build-csproj2k5
+EXTRA_DISTFILES = README
include ../../build/library.make
-$(the_lib): Mono.WebBrowser2K5.csproj
diff --git a/mcs/class/Mono.WebBrowser/Mono.WebBrowser.csproj b/mcs/class/Mono.WebBrowser/Mono.WebBrowser.csproj
deleted file mode 100644
index 82b2cf6e213..00000000000
--- a/mcs/class/Mono.WebBrowser/Mono.WebBrowser.csproj
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildProjectDirectory)\..\..\build\msbuild\Mono.Default.targets"/>
- <PropertyGroup>
- <OutputType>Library</OutputType>
- <AssemblyName>$(MSBuildProjectName)</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <NoConfig>true</NoConfig>
- <CodePage>65001</CodePage>
- <NoWarn>108</NoWarn>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0|AnyCPU' ">
- <DefineConstants>NET_1_1,NET_2_0</DefineConstants>
- </PropertyGroup>
- <ItemGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0|AnyCPU' ">
- <Reference Include="System"/>
- </ItemGroup>
- <Import Project="$(MSBuildProjectDirectory)\..\..\build\msbuild\Mono.Common.targets"/>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Target Name="BeforeBuild" DependsOnTargets="SetupProject">
- </Target>
-</Project> \ No newline at end of file
diff --git a/mcs/class/Mono.WebBrowser/Mono.WebBrowser2K5.csproj b/mcs/class/Mono.WebBrowser/Mono.WebBrowser2K5.csproj
deleted file mode 100644
index 244c53304f2..00000000000
--- a/mcs/class/Mono.WebBrowser/Mono.WebBrowser2K5.csproj
+++ /dev/null
@@ -1,250 +0,0 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectType>Local</ProjectType>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{5E6C996A-007F-40CE-B244-006EFCFB77D2}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ApplicationIcon>
- </ApplicationIcon>
- <AssemblyKeyContainerName>
- </AssemblyKeyContainerName>
- <AssemblyName>Mono.WebBrowser</AssemblyName>
- <AssemblyOriginatorKeyFile>
- </AssemblyOriginatorKeyFile>
- <DefaultClientScript>JScript</DefaultClientScript>
- <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
- <DefaultTargetSchema>IE50</DefaultTargetSchema>
- <DelaySign>false</DelaySign>
- <OutputType>Library</OutputType>
- <RootNamespace>Mono.WebBrowser</RootNamespace>
- <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
- <StartupObject>
- </StartupObject>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <OutputPath>bin\Debug\</OutputPath>
- <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
- <BaseAddress>285212672</BaseAddress>
- <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
- <ConfigurationOverrideFile>
- </ConfigurationOverrideFile>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DocumentationFile>
- </DocumentationFile>
- <DebugSymbols>true</DebugSymbols>
- <FileAlignment>4096</FileAlignment>
- <NoStdLib>false</NoStdLib>
- <NoWarn>
- </NoWarn>
- <Optimize>false</Optimize>
- <RegisterForComInterop>false</RegisterForComInterop>
- <RemoveIntegerChecks>false</RemoveIntegerChecks>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningLevel>4</WarningLevel>
- <DebugType>full</DebugType>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <OutputPath>bin\Release\</OutputPath>
- <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
- <BaseAddress>285212672</BaseAddress>
- <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
- <ConfigurationOverrideFile>
- </ConfigurationOverrideFile>
- <DefineConstants>TRACE</DefineConstants>
- <DocumentationFile>
- </DocumentationFile>
- <DebugSymbols>false</DebugSymbols>
- <FileAlignment>4096</FileAlignment>
- <NoStdLib>false</NoStdLib>
- <NoWarn>
- </NoWarn>
- <Optimize>true</Optimize>
- <RegisterForComInterop>false</RegisterForComInterop>
- <RemoveIntegerChecks>false</RemoveIntegerChecks>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningLevel>4</WarningLevel>
- <DebugType>none</DebugType>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System">
- <Name>System</Name>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Mono.Mozilla\AsciiString.cs" />
- <Compile Include="Mono.Mozilla\Base.cs" />
- <Compile Include="Mono.Mozilla\Callback.cs" />
- <Compile Include="Mono.Mozilla\DOM\ContentListener.cs" />
- <Compile Include="Mono.Mozilla\DOM\DocumentEncoder.cs" />
- <Compile Include="Mono.Mozilla\DOM\DocumentType.cs" />
- <Compile Include="Mono.Mozilla\DOM\DOMImplementation.cs" />
- <Compile Include="Mono.Mozilla\DOM\EventListener.cs" />
- <Compile Include="Mono.Mozilla\DOM\NamedNodeMap.cs" />
- <Compile Include="Mono.Mozilla\DOM\Stream.cs" />
- <Compile Include="Mono.Mozilla\DOM\Stylesheet.cs" />
- <Compile Include="Mono.Mozilla\DOM\StylesheetList.cs" />
- <Compile Include="Mono.Mozilla\interfaces\extras\DocumentEncoderFlags.cs" />
- <Compile Include="Mono.Mozilla\interfaces\extras\nsIReadSegmentFun.cs" />
- <Compile Include="Mono.Mozilla\interfaces\extras\nsITimerCallbackDelegate.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIAccessibilityService.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIAccessible.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIAccessibleDocument.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIAccessibleRelation.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIAccessibleRetrieval.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIAccessNode.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIArray.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsICancelable.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIChannel.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIClassInfo.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDocumentEncoder.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDocumentEncoderNodeFixup.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMCounter.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMCSSPrimitiveValue.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMCSSRule.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMCSSRuleList.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMCSSStyleDeclaration.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMCSSStyleSheet.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMCSSValue.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMDocumentEvent.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMDocumentStyle.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMDOMStringList.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMEvent.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMEventListener.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMEventTarget.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMHTMLStyleElement.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMKeyEvent.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMMediaList.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMMouseEvent.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMNSRange.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMRect.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMRGBColor.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMStyleSheet.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMStyleSheetList.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMUIEvent.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMViewCSS.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIErrorService.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIFile.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIIOService.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsILoadGroup.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIObserver.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIOutputStream.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIPersistentProperties.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIPrefBranch.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIPrefService.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIProperties.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIProtocolHandler.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIRequest.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIRequestObserver.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIServiceManager.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIStreamListener.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsITimer.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsITimerCallback.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIURIContentListener.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIWeakReference.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIWebBrowser.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIWebBrowserChrome.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIWebBrowserPersist.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIWebBrowserStream.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIWebProgress.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIWebProgressListener.cs" />
- <Compile Include="Mono.Mozilla\UniString.cs" />
- <Compile Include="Mono.Mozilla\WebBrowser.cs" />
- <Compile Include="Mono.Mozilla\DOM\Attribute.cs" />
- <Compile Include="Mono.Mozilla\DOM\AttributeCollection.cs" />
- <Compile Include="Mono.Mozilla\DOM\Document.cs" />
- <Compile Include="Mono.Mozilla\DOM\DOMObject.cs" />
- <Compile Include="Mono.Mozilla\DOM\Element.cs" />
- <Compile Include="Mono.Mozilla\DOM\HTMLElement.cs" />
- <Compile Include="Mono.Mozilla\DOM\HTMLElementCollection.cs" />
- <Compile Include="Mono.Mozilla\DOM\History.cs" />
- <Compile Include="Mono.Mozilla\DOM\Navigation.cs" />
- <Compile Include="Mono.Mozilla\DOM\Node.cs" />
- <Compile Include="Mono.Mozilla\DOM\NodeList.cs" />
- <Compile Include="Mono.Mozilla\DOM\Window.cs" />
- <Compile Include="Mono.Mozilla\DOM\WindowCollection.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDocCharset.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMAbstractView.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMBarProp.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMDocumentView.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMWindow.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMWindowCollection.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIInterfaceRequestor.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsISelection.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIWebBrowserChromeFocus.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIWebBrowserFocus.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMAttr.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMCDATASection.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMCharacterData.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMComment.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMDocument.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMDocumentFragment.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMDocumentRange.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMDocumentType.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMDOMImplementation.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMElement.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMEntityReference.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMHTMLBodyElement.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMHTMLCollection.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMHTMLDocument.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMHTMLElement.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMNamedNodeMap.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMNode.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMNodeList.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMNSHTMLElement.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMProcessingInstruction.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMRange.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIDOMText.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIHistoryEntry.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIInputStream.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsISHistory.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsISHistoryListener.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsISimpleEnumerator.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIURI.cs" />
- <Compile Include="Mono.Mozilla\interfaces\nsIWebNavigation.cs" />
- <Compile Include="Mono.Mozilla\interfaces\extras\NodeType.cs" />
- <Compile Include="Mono.Mozilla\interfaces\extras\nsIWriteSegmentFun.cs" />
- <Compile Include="Mono.Mozilla\interfaces\extras\Options.cs" />
- <Compile Include="Mono.WebBrowser\DOM\IDocumentType.cs" />
- <Compile Include="Mono.WebBrowser\DOM\IDOMImplementation.cs" />
- <Compile Include="Mono.WebBrowser\DOM\IMediaList.cs" />
- <Compile Include="Mono.WebBrowser\DOM\INamedNodeMap.cs" />
- <Compile Include="Mono.WebBrowser\DOM\IStylesheet.cs" />
- <Compile Include="Mono.WebBrowser\DOM\IStylesheetList.cs" />
- <Compile Include="Mono.WebBrowser\DOM\EventArgs.cs" />
- <Compile Include="Mono.WebBrowser\DOM\EventHandlers.cs" />
- <Compile Include="Mono.WebBrowser\IWebBrowser.cs" />
- <Compile Include="Mono.WebBrowser\Manager.cs" />
- <Compile Include="Mono.WebBrowser\Exception.cs" />
- <Compile Include="Mono.WebBrowser\DOM\IAttribute.cs" />
- <Compile Include="Mono.WebBrowser\DOM\IAttributeCollection.cs" />
- <Compile Include="Mono.WebBrowser\DOM\IDocument.cs" />
- <Compile Include="Mono.WebBrowser\DOM\IElement.cs" />
- <Compile Include="Mono.WebBrowser\DOM\IElementCollection.cs" />
- <Compile Include="Mono.WebBrowser\DOM\IHistory.cs" />
- <Compile Include="Mono.WebBrowser\DOM\INavigation.cs" />
- <Compile Include="Mono.WebBrowser\DOM\INode.cs" />
- <Compile Include="Mono.WebBrowser\DOM\INodeList.cs" />
- <Compile Include="Mono.WebBrowser\DOM\IWindow.cs" />
- <Compile Include="Mono.WebBrowser\DOM\IWindowCollection.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="ChangeLog" />
- <None Include="Mono.WebBrowser.dll.sources" />
- <None Include="README" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- <PostBuildEvent>
- </PostBuildEvent>
- </PropertyGroup>
-</Project>
diff --git a/mcs/class/Mono.WebBrowser/build-csproj2k5 b/mcs/class/Mono.WebBrowser/build-csproj2k5
deleted file mode 100755
index 9e7a6138298..00000000000
--- a/mcs/class/Mono.WebBrowser/build-csproj2k5
+++ /dev/null
@@ -1,134 +0,0 @@
-#!/bin/sh
-#
-# This script will generate SWF.cs.target from our System.Windows.Forms.dll.sources
-#
-#
-
-exec > Mono.WebBrowser2K5.csproj
-
-Source=Mono.WebBrowser.dll.sources
-
-dohead()
-{
- cat <<EOF
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectType>Local</ProjectType>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{5E6C996A-007F-40CE-B244-006EFCFB77D2}</ProjectGuid>
- <Configuration Condition=" '\$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '\$(Platform)' == '' ">AnyCPU</Platform>
- <ApplicationIcon>
- </ApplicationIcon>
- <AssemblyKeyContainerName>
- </AssemblyKeyContainerName>
- <AssemblyName>Mono.WebBrowser</AssemblyName>
- <AssemblyOriginatorKeyFile>
- </AssemblyOriginatorKeyFile>
- <DefaultClientScript>JScript</DefaultClientScript>
- <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
- <DefaultTargetSchema>IE50</DefaultTargetSchema>
- <DelaySign>false</DelaySign>
- <OutputType>Library</OutputType>
- <RootNamespace>Mono.WebBrowser</RootNamespace>
- <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
- <StartupObject>
- </StartupObject>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- </PropertyGroup>
- <PropertyGroup Condition=" '\$(Configuration)|\$(Platform)' == 'Debug|AnyCPU' ">
- <OutputPath>bin\Debug\</OutputPath>
- <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
- <BaseAddress>285212672</BaseAddress>
- <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
- <ConfigurationOverrideFile>
- </ConfigurationOverrideFile>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DocumentationFile>
- </DocumentationFile>
- <DebugSymbols>true</DebugSymbols>
- <FileAlignment>4096</FileAlignment>
- <NoStdLib>false</NoStdLib>
- <NoWarn>
- </NoWarn>
- <Optimize>false</Optimize>
- <RegisterForComInterop>false</RegisterForComInterop>
- <RemoveIntegerChecks>false</RemoveIntegerChecks>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningLevel>4</WarningLevel>
- <DebugType>full</DebugType>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition=" '\$(Configuration)|\$(Platform)' == 'Release|AnyCPU' ">
- <OutputPath>bin\Release\</OutputPath>
- <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
- <BaseAddress>285212672</BaseAddress>
- <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
- <ConfigurationOverrideFile>
- </ConfigurationOverrideFile>
- <DefineConstants>TRACE</DefineConstants>
- <DocumentationFile>
- </DocumentationFile>
- <DebugSymbols>false</DebugSymbols>
- <FileAlignment>4096</FileAlignment>
- <NoStdLib>false</NoStdLib>
- <NoWarn>
- </NoWarn>
- <Optimize>true</Optimize>
- <RegisterForComInterop>false</RegisterForComInterop>
- <RemoveIntegerChecks>false</RemoveIntegerChecks>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningLevel>4</WarningLevel>
- <DebugType>none</DebugType>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System">
- <Name>System</Name>
- </Reference>
- </ItemGroup>
-EOF
-}
-
-dotail()
-{
- cat <<EOF
- <ItemGroup>
- <None Include="ChangeLog" />
- <None Include="Mono.WebBrowser.dll.sources" />
- <None Include="README" />
- </ItemGroup>
- <Import Project="\$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- <PostBuildEvent>
- </PostBuildEvent>
- </PropertyGroup>
-</Project>
-EOF
-}
-
-dofilelist()
-{
-echo " <ItemGroup>"
-cat $Source | while read SRC; do
-# Don't do AssemblyInfo, it's got signing requests and such that we don't want
-if [ "x$SRC" != "xAssembly/AssemblyInfo.cs" -a "x$SRC" != "x../../build/common/Consts.cs" ] ; then
-SRC=`echo $SRC | sed 's/..\/..\/build\///'`
-SRC=`echo $SRC | tr '/' '\\\\'`
-cat <<EOF
- <Compile Include="$SRC" />
-EOF
-fi
-done
-echo " </ItemGroup>"
-}
-
-dohead
-dofilelist
-dotail