85 lines
3.6 KiB
XML
85 lines
3.6 KiB
XML
|
|
<?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>8.0.30703</ProductVersion>
|
|||
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|||
|
|
<ProjectGuid>{9AA405CA-B7FD-44D0-9EBC-21F5D0F44DEB}</ProjectGuid>
|
|||
|
|
<OutputType>Library</OutputType>
|
|||
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
|
<RootNamespace>Documentation</RootNamespace>
|
|||
|
|
<AssemblyName>Documentation</AssemblyName>
|
|||
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|||
|
|
<FileAlignment>512</FileAlignment>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|||
|
|
<DebugSymbols>false</DebugSymbols>
|
|||
|
|
<DebugType>none</DebugType>
|
|||
|
|
<Optimize>false</Optimize>
|
|||
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|||
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|||
|
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
|
<WarningLevel>4</WarningLevel>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|||
|
|
<DebugType>none</DebugType>
|
|||
|
|
<Optimize>true</Optimize>
|
|||
|
|
<OutputPath>bin\Release\</OutputPath>
|
|||
|
|
<DefineConstants>TRACE</DefineConstants>
|
|||
|
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
|
<WarningLevel>4</WarningLevel>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Content Include="00-index.html" />
|
|||
|
|
<Content Include="01-news.html" />
|
|||
|
|
<Content Include="02-guide.html" />
|
|||
|
|
<Content Include="03-guide-overview-api-philosophy.html" />
|
|||
|
|
<Content Include="03-guide-overview-com-lifecycles.html" />
|
|||
|
|
<Content Include="03-guide-overview-managed-unmanaged.html" />
|
|||
|
|
<Content Include="03-guide-overview.html" />
|
|||
|
|
<Content Include="04-guide-advanced.html" />
|
|||
|
|
<Content Include="05-guide-deployment.html" />
|
|||
|
|
<Content Include="06-guide-advanced-callbackable.html" />
|
|||
|
|
<Content Include="06-guide-advanced-debugging-tips.html" />
|
|||
|
|
<Content Include="06-guide-advanced-obfuscation-ilmerge.html" />
|
|||
|
|
<Content Include="06-guide-advanced-performance-tips.html" />
|
|||
|
|
<Content Include="06-guide-advanced-rendering-loop.html" />
|
|||
|
|
<Content Include="06-guide-advanced.html" />
|
|||
|
|
<Content Include="10-tutorials.html" />
|
|||
|
|
<Content Include="11-tutorial1.html" />
|
|||
|
|
<Content Include="11-tutorial2.html" />
|
|||
|
|
<Content Include="11-tutorial3.html" />
|
|||
|
|
<Content Include="20-tools-sharpcli.html" />
|
|||
|
|
<Content Include="20-tools-sharpdoc.html" />
|
|||
|
|
<Content Include="20-tools-sharpgen.html" />
|
|||
|
|
<Content Include="20-tools-sharppak.html" />
|
|||
|
|
<Content Include="20-tools.html" />
|
|||
|
|
<Content Include="30-internals-cpp-to-csharp.html" />
|
|||
|
|
<Content Include="30-internals.html" />
|
|||
|
|
<Content Include="40-issues.html" />
|
|||
|
|
<Content Include="50-licensing.html" />
|
|||
|
|
<Content Include="config.xml">
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</Content>
|
|||
|
|
<Content Include="sharpdx-template.html" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="System" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Folder Include="images\" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<PreBuildEvent>REM $(SolutionDir)Source\Tools\SharpDoc\Bin\$(ConfigurationName)\SharpDoc.exe --config config.xml</PreBuildEvent>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<Target Name="Pack" />
|
|||
|
|
<!-- 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>
|
|||
|
|
-->
|
|||
|
|
</Project>
|