|
20 | 20 | <DebugType>full</DebugType>
|
21 | 21 | <Optimize>false</Optimize>
|
22 | 22 | <OutputPath>bin\Debug\</OutputPath>
|
23 |
| - <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 23 | + <DefineConstants>TRACE;DEBUG;DOCFX</DefineConstants> |
24 | 24 | <ErrorReport>prompt</ErrorReport>
|
25 | 25 | <WarningLevel>4</WarningLevel>
|
26 | 26 | </PropertyGroup>
|
27 | 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
28 | 28 | <DebugType>pdbonly</DebugType>
|
29 | 29 | <Optimize>true</Optimize>
|
30 | 30 | <OutputPath>bin\Release\</OutputPath>
|
31 |
| - <DefineConstants>TRACE</DefineConstants> |
| 31 | + <DefineConstants>TRACE;DOCFX</DefineConstants> |
32 | 32 | <ErrorReport>prompt</ErrorReport>
|
33 | 33 | <WarningLevel>4</WarningLevel>
|
34 | 34 | </PropertyGroup>
|
|
48 | 48 | <ItemGroup>
|
49 | 49 | <None Include="api\blocks\index.md" />
|
50 | 50 | <None Include="api\main\index.md" />
|
| 51 | + <None Include="api\perftests\index.md" /> |
51 | 52 | <None Include="articles\intro.md" />
|
52 | 53 | <None Include="articles\toc.md" />
|
53 | 54 | <None Include="docfx.json" />
|
| 55 | + <None Include="filterconfig.yml" /> |
54 | 56 | <None Include="index.md" />
|
55 | 57 | <None Include="packages.config" />
|
56 | 58 | <None Include="toc.yml" />
|
|
67 | 69 | <Project>{2f2046cc-fb47-4318-b335-5a82b04b6c40}</Project>
|
68 | 70 | <Name>CodeJam.Main</Name>
|
69 | 71 | </ProjectReference>
|
| 72 | + <ProjectReference Include="..\PerfTests\src-Etw\CodeJam.PerfTests.Etw.csproj"> |
| 73 | + <Project>{0f9c7a70-2b31-4364-bd7f-ee5bb6f3e38d}</Project> |
| 74 | + <Name>CodeJam.PerfTests.Etw</Name> |
| 75 | + </ProjectReference> |
| 76 | + <ProjectReference Include="..\PerfTests\src-MSTest\CodeJam.PerfTests.MSTest.csproj"> |
| 77 | + <Project>{84c380d0-0ea7-4262-bb9e-44c7156ec091}</Project> |
| 78 | + <Name>CodeJam.PerfTests.MSTest</Name> |
| 79 | + </ProjectReference> |
| 80 | + <ProjectReference Include="..\PerfTests\src-NUnit\CodeJam.PerfTests.NUnit.csproj"> |
| 81 | + <Project>{8abf1a06-4643-49d6-a546-b7473db10102}</Project> |
| 82 | + <Name>CodeJam.PerfTests.NUnit</Name> |
| 83 | + </ProjectReference> |
| 84 | + <ProjectReference Include="..\PerfTests\src-xUnit\CodeJam.PerfTests.xUnit.csproj"> |
| 85 | + <Project>{92c6e5f8-ffee-4269-92d7-bb9cfeb63d4b}</Project> |
| 86 | + <Name>CodeJam.PerfTests.xUnit</Name> |
| 87 | + </ProjectReference> |
| 88 | + <ProjectReference Include="..\PerfTests\src\CodeJam.PerfTests.csproj"> |
| 89 | + <Project>{1d650545-a151-4211-8c29-c38a939403a6}</Project> |
| 90 | + <Name>CodeJam.PerfTests</Name> |
| 91 | + </ProjectReference> |
70 | 92 | </ItemGroup>
|
71 | 93 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
72 | 94 | <Import Project="..\packages\docfx.console.2.23.1\build\docfx.console.targets" Condition="Exists('..\packages\docfx.console.2.23.1\build\docfx.console.targets')" />
|
|
0 commit comments