New tests.
[mono.git] / mcs / class / Managed.Windows.Forms / build-csproj2k5
index c530a4f15303a9ceb7a5f5b03274cac869087801..4e444186a454516e799facb9bba633a98b92e6a6 100755 (executable)
@@ -49,7 +49,7 @@ SWFhead()
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
-    <DefineConstants>NET_1_1 NET_2_0</DefineConstants>
+    <DefineConstants>NET_1_1 NET_2_0 MWF_ON_MSRUNTIME</DefineConstants>
     <DocumentationFile>
     </DocumentationFile>
     <DebugSymbols>true</DebugSymbols>
@@ -63,6 +63,8 @@ SWFhead()
     <WarningLevel>3</WarningLevel>
     <DebugType>full</DebugType>
     <ErrorReport>prompt</ErrorReport>
+    <OutputType>Library</OutputType> 
+    <AssemblyName>System.Windows.Forms</AssemblyName>     
   </PropertyGroup>
   <PropertyGroup Condition=" '\$(Configuration)|\$(Platform)' == 'Release|AnyCPU' ">
     <OutputPath>bin\Release\</OutputPath>
@@ -71,7 +73,7 @@ SWFhead()
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
-    <DefineConstants>NET_1_1 NET_2_0</DefineConstants>
+    <DefineConstants>NET_1_1 NET_2_0 MWF_ON_MSRUNTIME</DefineConstants>
     <DocumentationFile>
     </DocumentationFile>
     <DebugSymbols>false</DebugSymbols>
@@ -85,6 +87,8 @@ SWFhead()
     <WarningLevel>3</WarningLevel>
     <DebugType>none</DebugType>
     <ErrorReport>prompt</ErrorReport>
+    <OutputType>Library</OutputType> 
+    <AssemblyName>System.Windows.Forms</AssemblyName>     
   </PropertyGroup>
   <PropertyGroup Condition=" '\$(Configuration)|\$(Platform)' == 'Debug 1.1|AnyCPU' ">
     <OutputPath>bin\Debug\</OutputPath>
@@ -93,7 +97,7 @@ SWFhead()
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
-    <DefineConstants>NET_1_1 ONLY_1_1</DefineConstants>
+    <DefineConstants>NET_1_1 ONLY_1_1 MWF_ON_MSRUNTIME</DefineConstants>
     <DocumentationFile>
     </DocumentationFile>
     <DebugSymbols>true</DebugSymbols>
@@ -107,6 +111,8 @@ SWFhead()
     <WarningLevel>3</WarningLevel>
     <DebugType>full</DebugType>
     <ErrorReport>prompt</ErrorReport>
+    <OutputType>Library</OutputType> 
+    <AssemblyName>System.Windows.Forms</AssemblyName>     
   </PropertyGroup>
   <PropertyGroup Condition=" '\$(Configuration)|\$(Platform)' == 'Release 1.1|AnyCPU' ">
     <OutputPath>bin\Release\</OutputPath>
@@ -115,7 +121,7 @@ SWFhead()
     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     <ConfigurationOverrideFile>
     </ConfigurationOverrideFile>
-    <DefineConstants>NET_1_1 ONLY_1_1</DefineConstants>
+    <DefineConstants>NET_1_1 ONLY_1_1 MWF_ON_MSRUNTIME</DefineConstants>
     <DocumentationFile>
     </DocumentationFile>
     <DebugSymbols>false</DebugSymbols>
@@ -129,6 +135,8 @@ SWFhead()
     <WarningLevel>3</WarningLevel>
     <DebugType>none</DebugType>
     <ErrorReport>prompt</ErrorReport>
+    <OutputType>Library</OutputType> 
+    <AssemblyName>System.Windows.Forms</AssemblyName>     
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="Accessibility">
@@ -137,6 +145,7 @@ SWFhead()
     <Reference Include="System">
       <Name>System</Name>
     </Reference>
+    <Reference Include="System.configuration" />
     <Reference Include="System.Data">
       <Name>System.Data</Name>
     </Reference>
@@ -149,11 +158,14 @@ SWFhead()
     <Reference Include="System.Xml">
       <Name>System.Xml</Name>
     </Reference>
+    <Reference Include="Mono.WebBrowser2K5">
+      <Name>Mono.WebBrowser2K5</Name>
+    </Reference>
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\Mono.Mozilla\Mono.Mozilla2K5.csproj">
-      <Project>{3A1F2BAF-B92F-4F90-8250-A0F04ACCEAD0}</Project>
-      <Name>Mono.Mozilla2K5</Name>
+    <ProjectReference Include="..\Mono.WebBrowser\Mono.WebBrowser2K5.csproj">
+      <Project>{5E6C996A-007F-40CE-B244-006EFCFB77D2}</Project>
+      <Name>Mono.WebBrowser2K5</Name>
     </ProjectReference>
   </ItemGroup>
 EOF
@@ -219,9 +231,10 @@ echo "  <ItemGroup>"
        INCLUDE=`echo $INCLUDE | sed 's/\//\\\\/'`
 
        echo "    <EmbeddedResource Include=\"$INCLUDE\">"
-       echo "      <LogicalName>$LOGICALNAME</LogicalName>"
        if test "x$CUSTOMTOOLNAMESPACE" != "x"; then
-           echo "      <CustomToolNameSpace>$CUSTOMTOOLNAMESPACE</CustomToolNameSpace>"
+               echo "      <LogicalName>$CUSTOMTOOLNAMESPACE</LogicalName>"
+       else
+               echo "      <LogicalName>$LOGICALNAME</LogicalName>"
        fi
        echo "    </EmbeddedResource>"
     done