<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Sandbox.SolutionGenerator</name>
    </assembly>
    <members>
        <member name="M:Sandbox.SolutionGenerator.Generator.NormalizePath(System.String)">
            <summary>
            Normalize the path to use forward slashes
            </summary>
        </member>
        <member name="M:Sandbox.SolutionGenerator.Generator.AttemptAbsoluteToRelative(System.String,System.String)">
            <summary>
            Converts a path to be relative to a base path, always returning forward slashes.
            </summary>
        </member>
        <member name="T:Sandbox.SolutionGenerator.NativeFileSystem">
            <summary>
            Provides native file system operations with platform-specific implementations.
            </summary>
        </member>
        <member name="M:Sandbox.SolutionGenerator.NativeFileSystem.GetCanonicalPath(System.String)">
            <summary>
            Gets the canonical path with proper casing for the given path.
            On Windows, this resolves the true filesystem path including correct casing.
            On Linux, this returns the path unchanged since the filesystem is case-sensitive.
            </summary>
            <param name="path">The path to canonicalize.</param>
            <returns>The canonical path, or the original path if canonicalization fails.</returns>
        </member>
        <member name="T:Sandbox.SolutionGenerator.Project">
            <summary>
            Class to produce the template output
            </summary>
        </member>
        <member name="M:Sandbox.SolutionGenerator.Project.TransformText">
            <summary>
            Create the template output
            </summary>
        </member>
        <member name="F:Sandbox.SolutionGenerator.Project.ManagedRoot">
            <summary>
            Relative path to the game/bin/managed folder
            </summary>
        </member>
        <member name="F:Sandbox.SolutionGenerator.Project.GameRoot">
            <summary>
            Relative path to the game/ folder
            </summary>
        </member>
        <member name="T:Sandbox.SolutionGenerator.Solution">
            <summary>
            Writes a .slnx file for the project and its references
            </summary>
        </member>
    </members>
</doc>
