[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / mdoc / mdoc.csproj
index 30ad35b8e03c3bd5ad84c8cb2a58c75d88b38fc0..7032bddcfb09e5bebb2606b12286f701baa51dea 100644 (file)
@@ -3,19 +3,20 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
-    <ProductVersion>9.0.21022</ProductVersion>
+    <ProductVersion>8.0.30703</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{7DA7CD97-614F-4BCD-A2FA-B379590CEA48}</ProjectGuid>
     <OutputType>Exe</OutputType>
     <RootNamespace>mdoc</RootNamespace>
     <AssemblyName>mdoc</AssemblyName>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     <DebugSymbols>True</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>False</Optimize>
     <OutputPath>bin\Debug</OutputPath>
-    <DefineConstants>DEBUG;NET_4_0</DefineConstants>
+    <DefineConstants>DEBUG;NET_4_5</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <PlatformTarget>x86</PlatformTarget>
     <Reference Include="System" />
     <Reference Include="System.Web" />
     <Reference Include="System.Xml.Linq" />
-    <Reference Include="Mono.Cecil, Version=0.9.4.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
     <Reference Include="ICSharpCode.SharpZipLib" />
-    <Reference Include="monodoc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>..\..\class\lib\net_2_0\monodoc.dll</HintPath>
-    </Reference>
     <Reference Include="System.Xml" />
+    <Reference Include="Mono.Cecil, Version=0.9.5.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
+    <Reference Include="monodoc">
+      <HintPath>..\..\class\lib\net_4_5\monodoc.dll</HintPath>
+    </Reference>
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup>
     <Compile Include="Mono.Documentation\XhtmlWriter.cs" />
     <Compile Include="Mono.Documentation\exceptions.cs" />
     <Compile Include="Mono.Documentation\index.cs" />
+    <Compile Include="Mono.Documentation\preserver.cs" />
   </ItemGroup>
   <ItemGroup>
-    <EmbeddedResource Include="..\monodoc\Resources\mdoc-html-format.xsl">
-      <Link>Resources\mdoc-html-format.xsl</Link>
-      <LogicalName>mdoc-html-format.xsl</LogicalName>
-    </EmbeddedResource>
-    <EmbeddedResource Include="..\monodoc\Resources\mdoc-html-utils.xsl">
-      <Link>Resources\mdoc-html-utils.xsl</Link>
-      <LogicalName>mdoc-html-utils.xsl</LogicalName>
-    </EmbeddedResource>
-    <EmbeddedResource Include="..\monodoc\Resources\mdoc-sections-css.xsl">
-      <Link>Resources\mdoc-sections-css.xsl</Link>
-      <LogicalName>mdoc-sections-css.xsl</LogicalName>
-    </EmbeddedResource>
-    <EmbeddedResource Include="..\monodoc\Resources\mono-ecma-css.xsl">
-      <Link>Resources\mono-ecma-css.xsl</Link>
-      <LogicalName>mono-ecma-css.xsl</LogicalName>
-    </EmbeddedResource>
     <EmbeddedResource Include="Resources\defaulttemplate.xsl">
       <LogicalName>defaulttemplate.xsl</LogicalName>
     </EmbeddedResource>
       <LogicalName>stylesheet.xsl</LogicalName>
     </EmbeddedResource>
   </ItemGroup>
+  <ItemGroup>
+    <None Include="..\..\class\monodoc\Resources\mdoc-html-format.xsl">
+      <Link>Resources\mdoc-html-format.xsl</Link>
+    </None>
+    <None Include="..\..\class\monodoc\Resources\mdoc-html-utils.xsl">
+      <Link>Resources\mdoc-html-utils.xsl</Link>
+    </None>
+    <None Include="..\..\class\monodoc\Resources\mdoc-sections-css.xsl">
+      <Link>Resources\mdoc-sections-css.xsl</Link>
+    </None>
+    <None Include="..\..\class\monodoc\Resources\mono-ecma-css.xsl">
+      <Link>Resources\mono-ecma-css.xsl</Link>
+    </None>
+  </ItemGroup>
 </Project>
\ No newline at end of file