From 00839cb77b3dba87370fe410d7cade48f1be83b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Thu, 8 Aug 2013 08:52:11 +0200 Subject: [PATCH] Random is not Thirdparty anymore but our own implementation --- OpenRA.FileFormats/OpenRA.FileFormats.csproj | 2 +- OpenRA.FileFormats/{Thirdparty => }/Random.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename OpenRA.FileFormats/{Thirdparty => }/Random.cs (100%) diff --git a/OpenRA.FileFormats/OpenRA.FileFormats.csproj b/OpenRA.FileFormats/OpenRA.FileFormats.csproj index cc3d2264c1..af9f037962 100644 --- a/OpenRA.FileFormats/OpenRA.FileFormats.csproj +++ b/OpenRA.FileFormats/OpenRA.FileFormats.csproj @@ -130,7 +130,7 @@ - + diff --git a/OpenRA.FileFormats/Thirdparty/Random.cs b/OpenRA.FileFormats/Random.cs similarity index 100% rename from OpenRA.FileFormats/Thirdparty/Random.cs rename to OpenRA.FileFormats/Random.cs