-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
127 changed files
with
25,182 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+242 KB
Build/Dr. Ultraplex_Data/Managed/System.ComponentModel.Composition.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+22.5 KB
Build/Dr. Ultraplex_Data/Managed/System.IO.Compression.FileSystem.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+183 KB
Build/Dr. Ultraplex_Data/Managed/Unity.2D.Animation.Triangle.Runtime.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+10.5 KB
Build/Dr. Ultraplex_Data/Managed/UnityEngine.ImageConversionModule.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+9 KB
Build/Dr. Ultraplex_Data/Managed/UnityEngine.PerformanceReportingModule.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+8.5 KB
Build/Dr. Ultraplex_Data/Managed/UnityEngine.UnityTestProtocolModule.dll
Binary file not shown.
Binary file added
BIN
+11.5 KB
Build/Dr. Ultraplex_Data/Managed/UnityEngine.UnityWebRequestAssetBundleModule.dll
Binary file not shown.
Binary file added
BIN
+11 KB
Build/Dr. Ultraplex_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+10.5 KB
Build/Dr. Ultraplex_Data/Managed/UnityEngine.UnityWebRequestTextureModule.dll
Binary file not shown.
Binary file added
BIN
+19.5 KB
Build/Dr. Ultraplex_Data/Managed/UnityEngine.UnityWebRequestWWWModule.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Ciracu feat. Cipenky | ||
Dr. Ultraplex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
wait-for-native-debugger=0 | ||
vr-enabled=0 | ||
hdr-display-enabled=0 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
42 changes: 42 additions & 0 deletions
42
Build/MonoBleedingEdge/etc/mono/2.0/Browsers/Compat.browser
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!-- | ||
This file defines some of the browsers that Microsoft's implementation provides in | ||
<windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers\*.browser | ||
|
||
It is not derived from any file distributed with Microsoft's implementation. Since | ||
we can't distribute MS's browser files, we use browscap.ini to determine | ||
browser capabilities. Then, if and only if the application contains App_Browser/*.browser | ||
files and we are using .NET 2.0 or higher, we supplement the capabilities with the | ||
information in those files and the files in this directory. The primary goal of this file | ||
is provide browser definitions that might be referenced in App_Browser/*.browser files. | ||
--> | ||
<browsers> | ||
<defaultBrowser id="Default"> | ||
</defaultBrowser> | ||
<browser id="Default"> | ||
<identification> | ||
<userAgent match="." /> | ||
</identification> | ||
</browser> | ||
<browser id="IE6to9" parentID="Default"> | ||
<identification> | ||
<capability name="majorver" match="^[6-9]" /> | ||
<capability name="browser" match="^(IE|AOL)$" /> | ||
</identification> | ||
</browser> | ||
<browser id="Opera8to9" parentID="Default"> | ||
<identification> | ||
<capability name="majorver" match="^[8-9]" /> | ||
<capability name="browser" match="^Opera$" /> | ||
</identification> | ||
</browser> | ||
<browser id="Safari" parentID="Default"> | ||
<identification> | ||
<capability name="browser" match="^Safari$" /> | ||
</identification> | ||
</browser> | ||
<browser id="Mozilla" parentID="Default"> | ||
<identification> | ||
<capability name="browser" match="^Mozilla" /> | ||
</identification> | ||
</browser> | ||
</browsers> |
Oops, something went wrong.