Random is not Thirdparty anymore

but our own implementation
This commit is contained in:
Matthias Mailänder
2013-08-08 08:52:11 +02:00
parent 56ae309b3b
commit 00839cb77b
2 changed files with 1 additions and 1 deletions

View File

@@ -130,7 +130,7 @@
<Compile Include="Support\Log.cs" />
<Compile Include="Support\Stopwatch.cs" />
<Compile Include="Support\Timer.cs" />
<Compile Include="Thirdparty\Random.cs" />
<Compile Include="Random.cs" />
<Compile Include="TypeDictionary.cs" />
<Compile Include="WPos.cs" />
<Compile Include="WVec.cs" />