diff --git a/SMBLibrary/SMB1/Transaction2Subcommands/Structures/QueryInformation/Enums/CompressionFormat.cs b/SMBLibrary/Enums/FileInformation/CompressionFormat.cs
similarity index 84%
rename from SMBLibrary/SMB1/Transaction2Subcommands/Structures/QueryInformation/Enums/CompressionFormat.cs
rename to SMBLibrary/Enums/FileInformation/CompressionFormat.cs
index cb9fa27..8d783c2 100644
--- a/SMBLibrary/SMB1/Transaction2Subcommands/Structures/QueryInformation/Enums/CompressionFormat.cs
+++ b/SMBLibrary/Enums/FileInformation/CompressionFormat.cs
@@ -1,5 +1,5 @@
-namespace SMBLibrary.SMB1
+namespace SMBLibrary
{
public enum CompressionFormat : ushort
{
diff --git a/SMBLibrary/Enums/FileAttributes.cs b/SMBLibrary/Enums/FileInformation/FileAttributes.cs
similarity index 100%
rename from SMBLibrary/Enums/FileAttributes.cs
rename to SMBLibrary/Enums/FileInformation/FileAttributes.cs
diff --git a/SMBLibrary/Enums/FileInformationClass.cs b/SMBLibrary/Enums/FileInformation/FileInformationClass.cs
similarity index 100%
rename from SMBLibrary/Enums/FileInformationClass.cs
rename to SMBLibrary/Enums/FileInformation/FileInformationClass.cs
diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj
index 0b39e34..4b3b0a4 100644
--- a/SMBLibrary/SMBLibrary.csproj
+++ b/SMBLibrary/SMBLibrary.csproj
@@ -49,8 +49,9 @@
-
-
+
+
+
@@ -348,7 +349,6 @@
-