fad71374d0
Former-commit-id: a536d4f20e27294d8bbc2184d75f3a22364f7ba1
122 lines
5.9 KiB
XML
122 lines
5.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">anycpu</Platform>
|
|
<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|anycpu' ">
|
|
<DebugSymbols>True</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>False</Optimize>
|
|
<OutputPath>..\bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;NET_4_5</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>anycpu</PlatformTarget>
|
|
<Externalconsole>True</Externalconsole>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|anycpu' ">
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>anycpu</PlatformTarget>
|
|
<Externalconsole>True</Externalconsole>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Mono.Cecil, Version=0.10.0.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Mono.Cecil.0.10.0-beta5\lib\net40\Mono.Cecil.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil.Mdb, Version=0.10.0.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Mono.Cecil.0.10.0-beta5\lib\net40\Mono.Cecil.Mdb.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil.Pdb, Version=0.10.0.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Mono.Cecil.0.10.0-beta5\lib\net40\Mono.Cecil.Pdb.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Mono.Cecil.Rocks, Version=0.10.0.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Mono.Cecil.0.10.0-beta5\lib\net40\Mono.Cecil.Rocks.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Compile Include="Mono.Rocks\ObjectRocks.cs" />
|
|
<Compile Include="Mono.Rocks\StreamRocks.cs" />
|
|
<Compile Include="Mono.Documentation\assembler.cs" />
|
|
<Compile Include="Mono.Documentation\dump.cs" />
|
|
<Compile Include="Mono.Documentation\ecmadoc.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\validate.cs" />
|
|
<Compile Include="Mono.Documentation\webdoc.cs" />
|
|
<Compile Include="Mono.Documentation\XhtmlWriter.cs" />
|
|
<Compile Include="Mono.Documentation\exceptions.cs" />
|
|
<Compile Include="Mono.Documentation\index.cs" />
|
|
<Compile Include="Mono.Documentation\frameworksbootstrapper.cs" />
|
|
<Compile Include="Consts.cs" />
|
|
<Compile Include="Options.cs" />
|
|
<Compile Include="Mono.Documentation\Frameworks\FrameworkIndex.cs" />
|
|
<Compile Include="Mono.Documentation\Frameworks\FrameworkEntry.cs" />
|
|
<Compile Include="Mono.Documentation\Frameworks\FrameworkTypeEntry.cs" />
|
|
<Compile Include="Mono.Documentation\Frameworks\AssemblySet.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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>
|
|
<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>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\external\SharpZipLib\ICSharpCode.SharpZipLib.NET45\ICSharpCode.SharpZipLib.csproj">
|
|
<Project>{0e7413ff-eb9e-4714-acf2-be3a6a7b2ffd}</Project>
|
|
<Name>ICSharpCode.SharpZipLib</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\monodoc\monodoc.csproj">
|
|
<Project>{6e644802-b579-4037-9809-9cf4c7172c9d}</Project>
|
|
<Name>monodoc</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
</Project> |