mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Enabled comment xmls export
This commit is contained in:
parent
f01f81025f
commit
761f8aeb56
6
.gitignore
vendored
6
.gitignore
vendored
@ -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
|
||||||
|
@ -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" />
|
||||||
|
@ -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" />
|
||||||
|
@ -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" />
|
||||||
|
Loading…
Reference in New Issue
Block a user