Skip to content

Commit

Permalink
win exe
Browse files Browse the repository at this point in the history
  • Loading branch information
dywsjtu committed Feb 3, 2020
1 parent 75bbb85 commit 29f059a
Show file tree
Hide file tree
Showing 198 changed files with 26,895 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified Library/EditorUserBuildSettings.asset
Binary file not shown.
Binary file modified Library/LastBuild.buildreport
Binary file not shown.
Binary file modified Library/PlayerDataCache/Win64/Data/Managed/Assembly-CSharp.dll
Binary file not shown.
Binary file modified Library/PlayerDataCache/Win64/Data/Managed/Unity.TextMeshPro.dll
Binary file not shown.
Binary file modified Library/PlayerDataCache/Win64/Data/Managed/Unity.Timeline.dll
Binary file not shown.
Binary file modified Library/PlayerDataCache/Win64/Data/Managed/UnityEngine.UI.dll
Binary file not shown.
Binary file modified Library/PlayerDataCache/Win64/Data/globalgamemanagers
Binary file not shown.
Binary file modified Library/assetDatabase3
Binary file not shown.
1 change: 0 additions & 1 deletion ProjectSettings/GraphicsSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ GraphicsSettings:
- {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0}
- {fileID: 16002, guid: 0000000000000000f000000000000000, type: 0}
m_PreloadedShaders: []
m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000,
type: 0}
Expand Down
365 changes: 365 additions & 0 deletions Temp/UnityTempFile-45b77c79e961e46bc936646505df17b5

Large diffs are not rendered by default.

336 changes: 336 additions & 0 deletions Temp/UnityTempFile-6e0c24f535f1341bdbe9e382b503c564

Large diffs are not rendered by default.

334 changes: 334 additions & 0 deletions Temp/UnityTempFile-9eae008faf6444f678768b376fb1ee6d

Large diffs are not rendered by default.

324 changes: 324 additions & 0 deletions Temp/UnityTempFile-c1e4aca2dcb5d4968be5abff5975fadc

Large diffs are not rendered by default.

352 changes: 352 additions & 0 deletions Temp/UnityTempFile-daff3c53486294921a9acfd345a577c1

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
42 changes: 42 additions & 0 deletions p1_gold(win)/MonoBleedingEdge/etc/mono/2.0/Browsers/Compat.browser
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>
Loading

0 comments on commit 29f059a

Please sign in to comment.