diff --git a/ANX.Framework/ANX.Framework.csproj b/ANX.Framework/ANX.Framework.csproj
index d81ce120..c2bc431b 100644
--- a/ANX.Framework/ANX.Framework.csproj
+++ b/ANX.Framework/ANX.Framework.csproj
@@ -366,15 +366,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ANX.Framework/Net/AvailableNetworkSession.cs b/ANX.Framework/Net/AvailableNetworkSession.cs
new file mode 100644
index 00000000..1e9058f9
--- /dev/null
+++ b/ANX.Framework/Net/AvailableNetworkSession.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class AvailableNetworkSession
+ {
+ }
+}
diff --git a/ANX.Framework/Net/AvailableNetworkSessionCollection.cs b/ANX.Framework/Net/AvailableNetworkSessionCollection.cs
new file mode 100644
index 00000000..870f0ed8
--- /dev/null
+++ b/ANX.Framework/Net/AvailableNetworkSessionCollection.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class AvailableNetworkSessionCollection
+ {
+ }
+}
diff --git a/ANX.Framework/Net/GamerJoinedEventArgs.cs b/ANX.Framework/Net/GamerJoinedEventArgs.cs
new file mode 100644
index 00000000..7a9c8e66
--- /dev/null
+++ b/ANX.Framework/Net/GamerJoinedEventArgs.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class GamerJoinedEventArgs : EventArgs
+ {
+ }
+}
diff --git a/ANX.Framework/Net/GamerLeftEventArgs.cs b/ANX.Framework/Net/GamerLeftEventArgs.cs
new file mode 100644
index 00000000..28cb104e
--- /dev/null
+++ b/ANX.Framework/Net/GamerLeftEventArgs.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class GamerLeftEventArgs : EventArgs
+ {
+ }
+}
diff --git a/ANX.Framework/Net/HostChangedEventArgs.cs b/ANX.Framework/Net/HostChangedEventArgs.cs
new file mode 100644
index 00000000..24e0a38a
--- /dev/null
+++ b/ANX.Framework/Net/HostChangedEventArgs.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class HostChangedEventArgs : EventArgs
+ {
+ }
+}
diff --git a/ANX.Framework/Net/LocalNetworkGamer.cs b/ANX.Framework/Net/LocalNetworkGamer.cs
new file mode 100644
index 00000000..c1aef84e
--- /dev/null
+++ b/ANX.Framework/Net/LocalNetworkGamer.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class LocalNetworkGamer
+ {
+ }
+}
diff --git a/ANX.Framework/Net/NetworkGamer.cs b/ANX.Framework/Net/NetworkGamer.cs
new file mode 100644
index 00000000..5a2a49e0
--- /dev/null
+++ b/ANX.Framework/Net/NetworkGamer.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class NetworkGamer
+ {
+ }
+}
diff --git a/ANX.Framework/Net/NetworkMachine.cs b/ANX.Framework/Net/NetworkMachine.cs
new file mode 100644
index 00000000..962f8b6d
--- /dev/null
+++ b/ANX.Framework/Net/NetworkMachine.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class NetworkMachine
+ {
+ }
+}
diff --git a/ANX.Framework/Net/NetworkSession.cs b/ANX.Framework/Net/NetworkSession.cs
new file mode 100644
index 00000000..6b0b8c96
--- /dev/null
+++ b/ANX.Framework/Net/NetworkSession.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class NetworkSession
+ {
+ }
+}
diff --git a/ANX.Framework/Net/NetworkSessionJoinException.cs b/ANX.Framework/Net/NetworkSessionJoinException.cs
new file mode 100644
index 00000000..1f2a7ed0
--- /dev/null
+++ b/ANX.Framework/Net/NetworkSessionJoinException.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class NetworkSessionJoinException : Exception
+ {
+ }
+}
diff --git a/ANX.Framework/Net/NetworkSessionProperties.cs b/ANX.Framework/Net/NetworkSessionProperties.cs
new file mode 100644
index 00000000..e62f6610
--- /dev/null
+++ b/ANX.Framework/Net/NetworkSessionProperties.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class NetworkSessionProperties
+ {
+ }
+}
diff --git a/ANX.Framework/Net/PacketReader.cs b/ANX.Framework/Net/PacketReader.cs
new file mode 100644
index 00000000..4229436a
--- /dev/null
+++ b/ANX.Framework/Net/PacketReader.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class PacketReader
+ {
+ }
+}
diff --git a/ANX.Framework/Net/PacketWriter.cs b/ANX.Framework/Net/PacketWriter.cs
new file mode 100644
index 00000000..1b17ff51
--- /dev/null
+++ b/ANX.Framework/Net/PacketWriter.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class PacketWriter
+ {
+ }
+}
diff --git a/ANX.Framework/Net/QualityOfService.cs b/ANX.Framework/Net/QualityOfService.cs
new file mode 100644
index 00000000..138961aa
--- /dev/null
+++ b/ANX.Framework/Net/QualityOfService.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class QualityOfService
+ {
+ }
+}
diff --git a/ANX.Framework/Net/WriteLeaderboardsEventArgs.cs b/ANX.Framework/Net/WriteLeaderboardsEventArgs.cs
new file mode 100644
index 00000000..45abfd2f
--- /dev/null
+++ b/ANX.Framework/Net/WriteLeaderboardsEventArgs.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace ANX.Framework.Net
+{
+ public class WriteLeaderboardsEventArgs : EventArgs
+ {
+ }
+}