Skip to content

Commit 0c47148

Browse files
committed
Working on docs
1 parent a5b7a36 commit 0c47148

File tree

452 files changed

+249781
-12792
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

452 files changed

+249781
-12792
lines changed

DocsProject/DocsProject.csproj

+24-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
<DebugType>full</DebugType>
2121
<Optimize>false</Optimize>
2222
<OutputPath>bin\Debug\</OutputPath>
23-
<DefineConstants>DEBUG;TRACE</DefineConstants>
23+
<DefineConstants>TRACE;DEBUG;DOCFX</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
2626
</PropertyGroup>
2727
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2828
<DebugType>pdbonly</DebugType>
2929
<Optimize>true</Optimize>
3030
<OutputPath>bin\Release\</OutputPath>
31-
<DefineConstants>TRACE</DefineConstants>
31+
<DefineConstants>TRACE;DOCFX</DefineConstants>
3232
<ErrorReport>prompt</ErrorReport>
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
@@ -48,9 +48,11 @@
4848
<ItemGroup>
4949
<None Include="api\blocks\index.md" />
5050
<None Include="api\main\index.md" />
51+
<None Include="api\perftests\index.md" />
5152
<None Include="articles\intro.md" />
5253
<None Include="articles\toc.md" />
5354
<None Include="docfx.json" />
55+
<None Include="filterconfig.yml" />
5456
<None Include="index.md" />
5557
<None Include="packages.config" />
5658
<None Include="toc.yml" />
@@ -67,6 +69,26 @@
6769
<Project>{2f2046cc-fb47-4318-b335-5a82b04b6c40}</Project>
6870
<Name>CodeJam.Main</Name>
6971
</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>
7092
</ItemGroup>
7193
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
7294
<Import Project="..\packages\docfx.console.2.23.1\build\docfx.console.targets" Condition="Exists('..\packages\docfx.console.2.23.1\build\docfx.console.targets')" />

DocsProject/api/main/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
# CodeJam library
2-
![CodeJam logo](../../images/CodeJam.Main.Icon.png)
1+
# CodeJam library

DocsProject/api/perftests/.manifest

+864
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)