Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RonenNess committed Feb 24, 2017
1 parent a061cfd commit 65c1ab9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
Binary file modified Documentation.chm
Binary file not shown.
4 changes: 2 additions & 2 deletions GeonBit.UI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ It provide all the basic UI elements required to make a game / editor UI, and co
</metadata>
<files>
<file src="readme.txt" target="" />
<file src="GeonBit.UI\bin\DesktopGL\x86\Release\DataTypes.dll" target="lib\geonbitui\DataTypes.dll"/>
<file src="GeonBit.UI\bin\DesktopGL\x86\Release\GeonBit.UI.dll" target="lib\geonbitui\GeonBit.UI.dll"/>
<file src="GeonBit.UI\bin\Release\DataTypes.dll" target="lib\geonbitui\DataTypes.dll"/>
<file src="GeonBit.UI\bin\Release\GeonBit.UI.dll" target="lib\geonbitui\GeonBit.UI.dll"/>
<file src="Help\Documentation.chm" target="Documentation.chm"/>
<file src="GeonBit.UI\Content\GeonBit.UI\**\*.*" target="content\Content\GeonBit.UI" />
</files>
Expand Down
3 changes: 2 additions & 1 deletion GeonBit.UI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72642CDA-0678-43D0-A5C0-662B35381E62}.Debug|Any CPU.ActiveCfg = Debug|x86
{72642CDA-0678-43D0-A5C0-662B35381E62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72642CDA-0678-43D0-A5C0-662B35381E62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72642CDA-0678-43D0-A5C0-662B35381E62}.Debug|x64.ActiveCfg = Debug|x64
{72642CDA-0678-43D0-A5C0-662B35381E62}.Debug|x64.Build.0 = Debug|x64
{72642CDA-0678-43D0-A5C0-662B35381E62}.Debug|x86.ActiveCfg = Debug|x86
Expand Down
3 changes: 2 additions & 1 deletion GeonBit.UI/GeonBit.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{72642CDA-0678-43D0-A5C0-662B35381E62}</ProjectGuid>
<OutputType>WinExe</OutputType>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GeonBit.UI</RootNamespace>
<AssemblyName>GeonBit.UI</AssemblyName>
Expand Down Expand Up @@ -99,6 +99,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DocumentationFile>bin\Release\GeonBit.UI.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Include="GeonBit.UI\Entities\Label.cs" />
Expand Down
5 changes: 2 additions & 3 deletions geonbitui.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
<HtmlHelpName>Documentation</HtmlHelpName>
<Language>en-US</Language>
<DocumentationSources>
<DocumentationSource sourceFile="GeonBit.UI\bin\DesktopGL\x86\Debug\GeonBit.UI.XML" />
<DocumentationSource sourceFile="GeonBit.UI\bin\DesktopGL\x86\Debug\GeonBit.UI.exe" />
</DocumentationSources>
<DocumentationSource sourceFile="GeonBit.UI\bin\Debug\GeonBit.UI.XML" />
<DocumentationSource sourceFile="GeonBit.UI\bin\Debug\GeonBit.UI.dll" /></DocumentationSources>
<TocParentId>-1</TocParentId>
<TocParentVersion>100</TocParentVersion>
<TopicVersion>100</TopicVersion>
Expand Down

0 comments on commit 65c1ab9

Please sign in to comment.