Fixed handling of modifier keys in KeyEventArgs constructor (bug #6707)
[mono.git] / mcs / class / Commons.Xml.Relaxng / Commons.Xml.Relaxng-net_2_0.csproj
index a1f5aee0071a3c3287f37e4298e6f69dd0f2c61b..04cf7f28e291eba7fb70de460a78d51417267972 100644 (file)
@@ -5,14 +5,16 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
+    <ProjectGuid>{7F3ADC13-F208-4BA1-A5A8-90B2DD086A60}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>1699</NoWarn>\r
-    <OutputPath>./../../class/lib/net_2_0</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <OutputPath>bin\Debug\Commons.Xml.Relaxng-net_2_0</OutputPath>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>True</NoConfig>\r
     \r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace></RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>Commons.Xml.Relaxng</AssemblyName>\r
     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
@@ -25,7 +27,6 @@
     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>pdbonly</DebugType>\r
     <DefineConstants>NET_1_1;NET_2_0</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>\r
+  </PropertyGroup>\r
+  <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
+  Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
+  is a problem to compile the Mono mscorlib.dll -->\r
+  <PropertyGroup>\r
+    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <ItemGroup>\r
-   <Compile Include="Assembly\AssemblyInfo.cs" />
-   <Compile Include="..\..\build\common\Consts.cs" />
-   <Compile Include="..\..\build\common\Locale.cs" />
-   <Compile Include="Commons.Xml\XmlDefaultReader.cs" />
-   <Compile Include="Commons.Xml.Relaxng\Misc.cs" />
-   <Compile Include="Commons.Xml.Relaxng\RelaxngDatatype.cs" />
-   <Compile Include="Commons.Xml.Relaxng\RelaxngDatatypeProvider.cs" />
-   <Compile Include="Commons.Xml.Relaxng\RelaxngDefaultDatatypes.cs" />
-   <Compile Include="Commons.Xml.Relaxng\RelaxngException.cs" />
-   <Compile Include="Commons.Xml.Relaxng\RelaxngGrammar.cs" />
-   <Compile Include="Commons.Xml.Relaxng\RelaxngMergedProvider.cs" />
-   <Compile Include="Commons.Xml.Relaxng\RelaxngNameClass.cs" />
-   <Compile Include="Commons.Xml.Relaxng\RelaxngPattern.cs" />
-   <Compile Include="Commons.Xml.Relaxng\RelaxngPatternType.cs" />
-   <Compile Include="Commons.Xml.Relaxng\RelaxngReader.cs" />
-   <Compile Include="Commons.Xml.Relaxng\RelaxngValidatingReader.cs" />
-   <Compile Include="Commons.Xml.Relaxng\XsdDatatypeProvider.cs" />
-   <Compile Include="Commons.Xml.Relaxng.Derivative\RdpContentType.cs" />
-   <Compile Include="Commons.Xml.Relaxng.Derivative\RdpNameClasses.cs" />
-   <Compile Include="Commons.Xml.Relaxng.Derivative\RdpObjects.cs" />
-   <Compile Include="Commons.Xml.Relaxng.Derivative\RdpPatterns.cs" />
-   <Compile Include="Commons.Xml.Relaxng.Derivative\Util.cs" />
-   <Compile Include="Commons.Xml.Relaxng.Inference\RelaxngInference.cs" />
-   <Compile Include="Commons.Xml.Relaxng.Rnc\RncTokenizer.cs" />
-   <Compile Include="Commons.Xml.Relaxng.Rnc\RncWriter.cs" />
-   <Compile Include="Commons.Xml.Relaxng.Rnc\XmlChar.cs" />
-   <Compile Include="Commons.Xml.Nvdl\NvdlBuiltInValidationProvider.cs" />
-   <Compile Include="Commons.Xml.Nvdl\NvdlCompileContext.cs" />
-   <Compile Include="Commons.Xml.Nvdl\NvdlConfig.cs" />
-   <Compile Include="Commons.Xml.Nvdl\NvdlException.cs" />
-   <Compile Include="Commons.Xml.Nvdl\NvdlFilteredXmlReader.cs" />
-   <Compile Include="Commons.Xml.Nvdl\NvdlReader.cs" />
-   <Compile Include="Commons.Xml.Nvdl\NvdlRelaxngSupport.cs" />
-   <Compile Include="Commons.Xml.Nvdl\NvdlSimplified.cs" />
-   <Compile Include="Commons.Xml.Nvdl\NvdlStructures.cs" />
-   <Compile Include="Commons.Xml.Nvdl\NvdlValidatingReader.cs" />
-   <Compile Include="Commons.Xml.Nvdl\NvdlValidationProvider.cs" />
-   <Compile Include="Commons.Xml.Nvdl\NvdlValidator.cs" />
-   <Compile Include="Commons.Xml.Nvdl\NvdlXsdSupport.cs" />
-   <Compile Include="Commons.Xml.Relaxng.Rnc\RncParser.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="..\..\build\common\Consts.cs" />\r
+    <Compile Include="..\..\build\common\Locale.cs" />\r
+    <Compile Include="Assembly\AssemblyInfo.cs" />\r
+    <Compile Include="Commons.Xml.Nvdl\NvdlBuiltInValidationProvider.cs" />\r
+    <Compile Include="Commons.Xml.Nvdl\NvdlCompileContext.cs" />\r
+    <Compile Include="Commons.Xml.Nvdl\NvdlConfig.cs" />\r
+    <Compile Include="Commons.Xml.Nvdl\NvdlException.cs" />\r
+    <Compile Include="Commons.Xml.Nvdl\NvdlFilteredXmlReader.cs" />\r
+    <Compile Include="Commons.Xml.Nvdl\NvdlReader.cs" />\r
+    <Compile Include="Commons.Xml.Nvdl\NvdlRelaxngSupport.cs" />\r
+    <Compile Include="Commons.Xml.Nvdl\NvdlSimplified.cs" />\r
+    <Compile Include="Commons.Xml.Nvdl\NvdlStructures.cs" />\r
+    <Compile Include="Commons.Xml.Nvdl\NvdlValidatingReader.cs" />\r
+    <Compile Include="Commons.Xml.Nvdl\NvdlValidationProvider.cs" />\r
+    <Compile Include="Commons.Xml.Nvdl\NvdlValidator.cs" />\r
+    <Compile Include="Commons.Xml.Nvdl\NvdlXsdSupport.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng.Derivative\RdpContentType.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng.Derivative\RdpNameClasses.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng.Derivative\RdpObjects.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng.Derivative\RdpPatterns.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng.Derivative\Util.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng.Inference\RelaxngInference.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng.Rnc\RncTokenizer.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng.Rnc\RncWriter.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng.Rnc\XmlChar.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng\Misc.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng\RelaxngDatatype.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng\RelaxngDatatypeProvider.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng\RelaxngDefaultDatatypes.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng\RelaxngException.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng\RelaxngGrammar.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng\RelaxngMergedProvider.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng\RelaxngNameClass.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng\RelaxngPattern.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng\RelaxngPatternType.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng\RelaxngReader.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng\RelaxngValidatingReader.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng\XsdDatatypeProvider.cs" />\r
+    <Compile Include="Commons.Xml\XmlDefaultReader.cs" />\r
+    <Compile Include="Commons.Xml.Relaxng.Rnc\RncParser.cs" />\r  </ItemGroup>\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   <Target Name="BeforeBuild">\r
   </Target>\r
   -->\r
   <PropertyGroup>\r
-    <PreBuildEvent></PreBuildEvent>\r
+    <PreBuildEvent>\r
+\r
+    </PreBuildEvent>\r
+    <PostBuildEvent>\r
+      xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D\r
+  </PostBuildEvent>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-    <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="System.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Xml.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Xml.dll</HintPath>
-    </Reference>
-\r
+    <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">\r
+      <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>\r
+      <Name>corlib\corlib-net_2_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_2_0-2.csproj">\r
+      <Project>{73E16B85-93E9-44B4-A1AB-FDD7AEB08FB7}</Project>\r
+      <Name>System\System-net_2_0-2</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">\r
+      <Project>{205A8E90-88CC-4B46-8151-87FA90B666A5}</Project>\r
+      <Name>System.XML\System.Xml-net_2_0-1</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-    <ItemGroup>
-    <EmbeddedResource Include="resources/relaxng.rng">
-       <LogicalName>relaxng.rng</LogicalName>
-    </EmbeddedResource>
-  </ItemGroup>
-\r
-</Project>\r
-
+  <ItemGroup>\r
+    <EmbeddedResource Include="resources/relaxng.rng">\r
+      <LogicalName>relaxng.rng</LogicalName>\r
+    </EmbeddedResource>\r
+  </ItemGroup>\r
+</Project>