Skip to content

Commit ef1433a

Browse files
committed
Update solution configurations
1 parent 9a0a18d commit ef1433a

File tree

34 files changed

+571
-2
lines changed

34 files changed

+571
-2
lines changed

DiscUtilsLibrary/DiscUtils.BootConfig/DiscUtils.BootConfig.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Description>DiscUtils BootConfig parser</Description>
66
<Authors>Kenneth Bell;LordMike</Authors>
77
<PackageTags>DiscUtils;BootConfig</PackageTags>
8+
<Platforms>AnyCPU;x64;x86</Platforms>
89
</PropertyGroup>
910

1011
<ItemGroup>

DiscUtilsLibrary/DiscUtils.Btrfs/DiscUtils.Btrfs.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Description>DiscUtils Btrfs</Description>
66
<Authors>Bianco Veigel</Authors>
77
<PackageTags>DiscUtils;Btrfs</PackageTags>
8+
<Platforms>AnyCPU;x64;x86</Platforms>
89
</PropertyGroup>
910

1011
<ItemGroup>

DiscUtilsLibrary/DiscUtils.Containers/DiscUtils.Containers.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Description>DiscUtils, meta-package with container formats such as WIM, DMG, VHD, VHDX, XVA, VMDK</Description>
66
<Authors>Kenneth Bell;LordMike</Authors>
77
<PackageTags>DiscUtils;VHD;VHDX;XVA;VMDK;DMG</PackageTags>
8+
<Platforms>AnyCPU;x64;x86</Platforms>
89
</PropertyGroup>
910

1011
<ItemGroup>

DiscUtilsLibrary/DiscUtils.Core/DiscUtils.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<AssemblyTitle>DiscUtils (for .NET and .NET Core), core library that supports parts of DiscUtils</AssemblyTitle>
77
<Authors>Kenneth Bell;Quamotion;LordMike</Authors>
88
<PackageTags>DiscUtils;VHD;VDI;XVA;VMDK;ISO;NTFS;EXT2FS</PackageTags>
9+
<Platforms>AnyCPU;x64;x86</Platforms>
910
</PropertyGroup>
1011

1112
<ItemGroup>

DiscUtilsLibrary/DiscUtils.Dmg/DiscUtils.Dmg.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Description>DiscUtils dmg parser. Works with apple disk (.dmg) files</Description>
66
<Authors>Kenneth Bell;LordMike</Authors>
77
<PackageTags>DiscUtils;dmg</PackageTags>
8+
<Platforms>AnyCPU;x64;x86</Platforms>
89
</PropertyGroup>
910

1011
<ItemGroup>

DiscUtilsLibrary/DiscUtils.Ext/DiscUtils.Ext.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Description>DiscUtils ext filesystem parser</Description>
66
<Authors>Kenneth Bell;LordMike</Authors>
77
<PackageTags>DiscUtils;Filesystem;ext</PackageTags>
8+
<Platforms>AnyCPU;x64;x86</Platforms>
89
</PropertyGroup>
910

1011
<ItemGroup>

DiscUtilsLibrary/DiscUtils.Fat/DiscUtils.Fat.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Description>DiscUtils FAT filesystem parser</Description>
66
<Authors>Kenneth Bell;LordMike</Authors>
77
<PackageTags>DiscUtils;Filesystem;FAT</PackageTags>
8+
<Platforms>AnyCPU;x64;x86</Platforms>
89
</PropertyGroup>
910

1011
<ItemGroup>

DiscUtilsLibrary/DiscUtils.FileSystems/DiscUtils.FileSystems.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Description>DiscUtils, meta-package with filesystems</Description>
66
<Authors>Kenneth Bell;LordMike</Authors>
77
<PackageTags>DiscUtils;Filesystem;NTFS;ext;Hfs+;HfsPlus;FAT</PackageTags>
8+
<Platforms>AnyCPU;x64;x86</Platforms>
89
</PropertyGroup>
910

1011
<ItemGroup>

DiscUtilsLibrary/DiscUtils.HfsPlus/DiscUtils.HfsPlus.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Description>DiscUtils Hfs+ filesystem parser</Description>
66
<Authors>Kenneth Bell;LordMike</Authors>
77
<PackageTags>DiscUtils;Filesystem;Hfs+;HfsPlus</PackageTags>
8+
<Platforms>AnyCPU;x64;x86</Platforms>
89
</PropertyGroup>
910

1011
<ItemGroup>

DiscUtilsLibrary/DiscUtils.Iscsi/DiscUtils.Iscsi.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<Description>DiscUtils iSCSI</Description>
66
<Authors>Kenneth Bell;LordMike</Authors>
77
<PackageTags>DiscUtils;iSCSI</PackageTags>
8+
<Platforms>AnyCPU;x64;x86</Platforms>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)