Skip to content

Commit

Permalink
Fix documentation generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsvgit committed Jul 19, 2016
1 parent d509644 commit ae5fd6c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/tools/generate.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ let binaries =
let conventionBased =
directoryInfo bin
|> subDirectories
|> Array.map (fun d -> d.FullName @@ (sprintf "%s.dll" d.Name))
|> Array.map (fun d -> d.FullName @@ (sprintf "YC.%s.dll" d.Name))
|> List.ofArray

conventionBased @ manuallyAdded
Expand Down
3 changes: 1 addition & 2 deletions src/QuickGraph.FSA/QuickGraph.FSA.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
<DocumentationFile>
</DocumentationFile>
<DocumentationFile>.\bin\Release\YC.QuickGraph.FSA.XML</DocumentationFile>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/QuickGraph.FST/QuickGraph.FST.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<PlatformTarget>AnyCPU</PlatformTarget>
<DocumentationFile>bin\Release\QuickGraph.FST_fix.XML</DocumentationFile>
<DocumentationFile>bin\Release\YC.QuickGraph.FST.XML</DocumentationFile>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/QuickGraph.Petri/QuickGraph.Petri.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
<CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
<Prefer32Bit>false</Prefer32Bit>
<NoWarn>1591</NoWarn>
<DocumentationFile>bin\Release\YC.QuickGraph.Petri.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release20|AnyCPU' ">
<OutputPath>bin\Release20\</OutputPath>
Expand Down
1 change: 1 addition & 0 deletions src/QuickGraph.Samples/QuickGraph.Samples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
<CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
<Prefer32Bit>false</Prefer32Bit>
<NoWarn>1591</NoWarn>
<DocumentationFile>bin\Release\YC.QuickGraph.Samples.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
Expand Down
2 changes: 1 addition & 1 deletion src/QuickGraphFS/QuickGraphFS.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<DocumentationFile>bin\Release\QuickGraphFS.XML</DocumentationFile>
<DocumentationFile>bin\Release\YC.QuickGraphFS.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down

0 comments on commit ae5fd6c

Please sign in to comment.