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

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mdoc
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2016-05-19 17:09:15 +0300
committerDuncan Mak <duncanm@microsoft.com>2016-10-08 03:31:18 +0300
commit43b02b85279617ec35ae74d1208933a921ddcba3 (patch)
tree8cf4833c2c0137a9773cbe7acd28922d3b841498 /mdoc
parent808531ff6c0f6f71830e0a5af4979cbd24dd073c (diff)
[genproj] Now we can build all executables with msbuild as well
Diffstat (limited to 'mdoc')
-rw-r--r--mdoc/mdoc-net_4_x.csproj164
1 files changed, 164 insertions, 0 deletions
diff --git a/mdoc/mdoc-net_4_x.csproj b/mdoc/mdoc-net_4_x.csproj
new file mode 100644
index 00000000..06217215
--- /dev/null
+++ b/mdoc/mdoc-net_4_x.csproj
@@ -0,0 +1,164 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{15871CCA-A500-4AE3-89D7-1F3429614403}</ProjectGuid>
+ <OutputType>Exe</OutputType>
+ <NoWarn>1699</NoWarn>
+ <OutputPath>./../../class/lib/net_4_x</OutputPath>
+ <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
+ <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
+ <NoStdLib>True</NoStdLib>
+
+ <NoConfig>True</NoConfig>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>
+ </RootNamespace>
+ <AssemblyName>mdoc</AssemblyName>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>false</Optimize>
+ <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <PropertyGroup>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\class\Mono.Options\Mono.Options\Options.cs" />
+ <Compile Include="Mono.Documentation\assembler.cs" />
+ <Compile Include="Mono.Documentation\dump.cs" />
+ <Compile Include="Mono.Documentation\ecmadoc.cs" />
+ <Compile Include="Mono.Documentation\exceptions.cs" />
+ <Compile Include="Mono.Documentation\index.cs" />
+ <Compile Include="Mono.Documentation\mdoc.cs" />
+ <Compile Include="Mono.Documentation\MdocFile.cs" />
+ <Compile Include="Mono.Documentation\monodocer.cs" />
+ <Compile Include="Mono.Documentation\monodocs2html.cs" />
+ <Compile Include="Mono.Documentation\monodocs2slashdoc.cs" />
+ <Compile Include="Mono.Documentation\msitomsx.cs" />
+ <Compile Include="Mono.Documentation\normalize.cs" />
+ <Compile Include="Mono.Documentation\preserver.cs" />
+ <Compile Include="Mono.Documentation\validate.cs" />
+ <Compile Include="Mono.Documentation\webdoc.cs" />
+ <Compile Include="Mono.Documentation\XhtmlWriter.cs" />
+ <Compile Include="Mono.Rocks\ObjectRocks.cs" />
+ <Compile Include="Mono.Rocks\StreamRocks.cs" /> </ItemGroup>
+ <!-- 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>
+ -->
+ <PropertyGroup>
+ <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PreBuildEvent>
+
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
+ </PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="../../class/corlib/corlib-net_4_x.csproj">
+ <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
+ <Name>corlib-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../class/monodoc/monodoc-net_4_x.csproj">
+ <Project>{0248869F-8D3B-4AB2-B976-B2A9AF1319A9}</Project>
+ <Name>monodoc-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../class/System/System-net_4_x.csproj">
+ <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
+ <Name>System-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../class/System.XML/System.Xml-net_4_x.csproj">
+ <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
+ <Name>System.Xml-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../class/System.Core/System.Core-net_4_x.csproj">
+ <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
+ <Name>System.Core-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../class/Mono.Cecil/Mono.Cecil-net_4_x.csproj">
+ <Project>{2C0D558F-0B38-4691-967E-A910A1B995C1}</Project>
+ <Name>Mono.Cecil-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib-net_4_x.csproj">
+ <Project>{4903F98F-B4C9-467A-8FBA-39E7F91D9327}</Project>
+ <Name>ICSharpCode.SharpZipLib-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../class/System.Xml.Linq/System.Xml.Linq-net_4_x.csproj">
+ <Project>{526286D5-38D9-4579-B001-471440D57752}</Project>
+ <Name>System.Xml.Linq-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../class/System.Web/System.Web-net_4_x.csproj">
+ <Project>{9DB806CB-B828-49B7-BAE2-2E52402CB4DC}</Project>
+ <Name>System.Web-net_4_x</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="../../class/monodoc/Resources/mdoc-html-format.xsl">
+ <LogicalName>mdoc-html-format.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../class/monodoc/Resources/mdoc-html-utils.xsl">
+ <LogicalName>mdoc-html-utils.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../class/monodoc/Resources/mdoc-sections-css.xsl">
+ <LogicalName>mdoc-sections-css.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="../../class/monodoc/Resources/mono-ecma-css.xsl">
+ <LogicalName>mono-ecma-css.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Resources/defaulttemplate.xsl">
+ <LogicalName>defaulttemplate.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Resources/monodoc-ecma.xsd">
+ <LogicalName>monodoc-ecma.xsd</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Resources/msitomsx.xsl">
+ <LogicalName>msitomsx.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Resources/overview.xsl">
+ <LogicalName>overview.xsl</LogicalName>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Resources/stylesheet.xsl">
+ <LogicalName>stylesheet.xsl</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+</Project>
+