Enabled comment xmls export

This commit is contained in:
Justin Swanson 2020-06-26 12:23:50 -05:00
parent f01f81025f
commit 761f8aeb56
4 changed files with 15 additions and 0 deletions

6
.gitignore vendored
View File

@ -366,3 +366,9 @@ MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder # Ionide (cross platform F# VS Code tools) working folder
.ionide/ .ionide/
/.idea /.idea
Compression.BSA/Compression.BSA.xml
Wabbajack.Common/Wabbajack.Common.xml
Wabbajack.VirtualFileSystem/Wabbajack.VirtualFileSystem.xml

View File

@ -6,6 +6,9 @@
<Platforms>x64</Platforms> <Platforms>x64</Platforms>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier> <RuntimeIdentifier>win10-x64</RuntimeIdentifier>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DocumentationFile>Compression.BSA.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Genbox.AlphaFS" Version="2.2.2.1" /> <PackageReference Include="Genbox.AlphaFS" Version="2.2.2.1" />
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.2.2-beta" /> <PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.2.2-beta" />

View File

@ -15,6 +15,9 @@
<PackageIconUrl>https://www.wabbajack.org/favicon.ico</PackageIconUrl> <PackageIconUrl>https://www.wabbajack.org/favicon.ico</PackageIconUrl>
<RepositoryUrl>https://github.com/wabbajack-tools/wabbajack</RepositoryUrl> <RepositoryUrl>https://github.com/wabbajack-tools/wabbajack</RepositoryUrl>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DocumentationFile>Wabbajack.Common.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<None Remove="7z.dll.gz" /> <None Remove="7z.dll.gz" />
<None Remove="7z.exe.gz" /> <None Remove="7z.exe.gz" />

View File

@ -5,6 +5,9 @@
<Platforms>x64</Platforms> <Platforms>x64</Platforms>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier> <RuntimeIdentifier>win10-x64</RuntimeIdentifier>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DocumentationFile>Wabbajack.VirtualFileSystem.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Compression.BSA\Compression.BSA.csproj" /> <ProjectReference Include="..\Compression.BSA\Compression.BSA.csproj" />
<ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj" /> <ProjectReference Include="..\Wabbajack.Common\Wabbajack.Common.csproj" />