mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
AssetBundleCacher line endings
This commit is contained in:
+19
-19
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
This file defines some of the browsers that Microsoft's implementation provides in
|
This file defines some of the browsers that Microsoft's implementation provides in
|
||||||
<windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers\*.browser
|
<windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers\*.browser
|
||||||
|
|
||||||
It is not derived from any file distributed with Microsoft's implementation. Since
|
It is not derived from any file distributed with Microsoft's implementation. Since
|
||||||
@@ -7,36 +7,36 @@
|
|||||||
browser capabilities. Then, if and only if the application contains App_Browser/*.browser
|
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
|
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
|
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.
|
is provide browser definitions that might be referenced in App_Browser/*.browser files.
|
||||||
-->
|
-->
|
||||||
<browsers>
|
<browsers>
|
||||||
<defaultBrowser id="Default">
|
<defaultBrowser id="Default">
|
||||||
</defaultBrowser>
|
</defaultBrowser>
|
||||||
<browser id="Default">
|
<browser id="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<userAgent match="." />
|
<userAgent match="." />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
<browser id="IE6to9" parentID="Default">
|
<browser id="IE6to9" parentID="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<capability name="majorver" match="^[6-9]" />
|
<capability name="majorver" match="^[6-9]" />
|
||||||
<capability name="browser" match="^(IE|AOL)$" />
|
<capability name="browser" match="^(IE|AOL)$" />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
<browser id="Opera8to9" parentID="Default">
|
<browser id="Opera8to9" parentID="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<capability name="majorver" match="^[8-9]" />
|
<capability name="majorver" match="^[8-9]" />
|
||||||
<capability name="browser" match="^Opera$" />
|
<capability name="browser" match="^Opera$" />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
<browser id="Safari" parentID="Default">
|
<browser id="Safari" parentID="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<capability name="browser" match="^Safari$" />
|
<capability name="browser" match="^Safari$" />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
<browser id="Mozilla" parentID="Default">
|
<browser id="Mozilla" parentID="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<capability name="browser" match="^Mozilla" />
|
<capability name="browser" match="^Mozilla" />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
</browsers>
|
</browsers>
|
||||||
+19
-19
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
This file defines some of the browsers that Microsoft's implementation provides in
|
This file defines some of the browsers that Microsoft's implementation provides in
|
||||||
<windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers\*.browser
|
<windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers\*.browser
|
||||||
|
|
||||||
It is not derived from any file distributed with Microsoft's implementation. Since
|
It is not derived from any file distributed with Microsoft's implementation. Since
|
||||||
@@ -7,36 +7,36 @@
|
|||||||
browser capabilities. Then, if and only if the application contains App_Browser/*.browser
|
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
|
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
|
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.
|
is provide browser definitions that might be referenced in App_Browser/*.browser files.
|
||||||
-->
|
-->
|
||||||
<browsers>
|
<browsers>
|
||||||
<defaultBrowser id="Default">
|
<defaultBrowser id="Default">
|
||||||
</defaultBrowser>
|
</defaultBrowser>
|
||||||
<browser id="Default">
|
<browser id="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<userAgent match="." />
|
<userAgent match="." />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
<browser id="IE6to9" parentID="Default">
|
<browser id="IE6to9" parentID="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<capability name="majorver" match="^[6-9]" />
|
<capability name="majorver" match="^[6-9]" />
|
||||||
<capability name="browser" match="^(IE|AOL)$" />
|
<capability name="browser" match="^(IE|AOL)$" />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
<browser id="Opera8to9" parentID="Default">
|
<browser id="Opera8to9" parentID="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<capability name="majorver" match="^[8-9]" />
|
<capability name="majorver" match="^[8-9]" />
|
||||||
<capability name="browser" match="^Opera$" />
|
<capability name="browser" match="^Opera$" />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
<browser id="Safari" parentID="Default">
|
<browser id="Safari" parentID="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<capability name="browser" match="^Safari$" />
|
<capability name="browser" match="^Safari$" />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
<browser id="Mozilla" parentID="Default">
|
<browser id="Mozilla" parentID="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<capability name="browser" match="^Mozilla" />
|
<capability name="browser" match="^Mozilla" />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
</browsers>
|
</browsers>
|
||||||
+19
-19
@@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
This file defines some of the browsers that Microsoft's implementation provides in
|
This file defines some of the browsers that Microsoft's implementation provides in
|
||||||
<windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers\*.browser
|
<windir>\Microsoft.NET\Framework\<ver>\CONFIG\Browsers\*.browser
|
||||||
|
|
||||||
It is not derived from any file distributed with Microsoft's implementation. Since
|
It is not derived from any file distributed with Microsoft's implementation. Since
|
||||||
@@ -7,36 +7,36 @@
|
|||||||
browser capabilities. Then, if and only if the application contains App_Browser/*.browser
|
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
|
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
|
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.
|
is provide browser definitions that might be referenced in App_Browser/*.browser files.
|
||||||
-->
|
-->
|
||||||
<browsers>
|
<browsers>
|
||||||
<defaultBrowser id="Default">
|
<defaultBrowser id="Default">
|
||||||
</defaultBrowser>
|
</defaultBrowser>
|
||||||
<browser id="Default">
|
<browser id="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<userAgent match="." />
|
<userAgent match="." />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
<browser id="IE6to9" parentID="Default">
|
<browser id="IE6to9" parentID="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<capability name="majorver" match="^[6-9]" />
|
<capability name="majorver" match="^[6-9]" />
|
||||||
<capability name="browser" match="^(IE|AOL)$" />
|
<capability name="browser" match="^(IE|AOL)$" />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
<browser id="Opera8to9" parentID="Default">
|
<browser id="Opera8to9" parentID="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<capability name="majorver" match="^[8-9]" />
|
<capability name="majorver" match="^[8-9]" />
|
||||||
<capability name="browser" match="^Opera$" />
|
<capability name="browser" match="^Opera$" />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
<browser id="Safari" parentID="Default">
|
<browser id="Safari" parentID="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<capability name="browser" match="^Safari$" />
|
<capability name="browser" match="^Safari$" />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
<browser id="Mozilla" parentID="Default">
|
<browser id="Mozilla" parentID="Default">
|
||||||
<identification>
|
<identification>
|
||||||
<capability name="browser" match="^Mozilla" />
|
<capability name="browser" match="^Mozilla" />
|
||||||
</identification>
|
</identification>
|
||||||
</browser>
|
</browser>
|
||||||
</browsers>
|
</browsers>
|
||||||
Reference in New Issue
Block a user