annotate 2D_Action_Game/MiniGameSP.app/Contents/Data/Managed/etc/mono/config @ 2:fdab88fc2cb9

add game projects
author Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2015 23:14:45 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 <configuration>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 <dllmap dll="i:cygwin1.dll" target="libc.dylib" os="!windows" />
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 <dllmap dll="libc" target="libc.dylib" os="!windows"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 <dllmap dll="intl" target="libintl.dylib" os="!windows"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 <dllmap dll="intl" name="bind_textdomain_codeset" target="libc.dylib" os="solaris"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 <dllmap dll="libintl" name="bind_textdomain_codeset" target="libc.dylib" os="solaris"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 <dllmap dll="libintl" target="libintl.dylib" os="!windows"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 <dllmap dll="i:libxslt.dll" target="libxslt.dylib" os="!windows"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 <dllmap dll="i:odbc32.dll" target="libodbc.dylib" os="!windows"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 <dllmap dll="i:odbc32.dll" target="libiodbc.dylib" os="osx"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 <dllmap dll="oci" target="libclntsh.dylib" os="!windows"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 <dllmap dll="db2cli" target="libdb2_36.dylib" os="!windows"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 <dllmap dll="MonoPosixHelper" target="libMonoPosixHelper.dylib" os="!windows" />
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 <dllmap dll="i:msvcrt" target="libc.dylib" os="!windows"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 <dllmap dll="i:msvcrt.dll" target="libc.dylib" os="!windows"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
16 <dllmap dll="sqlite" target="libsqlite.0.dylib" os="!windows"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 <dllmap dll="sqlite3" target="libsqlite3.0.dylib" os="!windows"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 <dllmap dll="libX11" target="libX11.dylib" os="!windows" />
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
19 <dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 <dllmap dll="libcups" target="libcups.so.2" os="!windows"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
21 <dllmap dll="i:kernel32.dll">
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
22 <dllentry dll="__Internal" name="CopyMemory" target="mono_win32_compat_CopyMemory"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
23 <dllentry dll="__Internal" name="FillMemory" target="mono_win32_compat_FillMemory"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 <dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
25 <dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
26 </dllmap>
fdab88fc2cb9 add game projects
Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
parents:
diff changeset
27 </configuration>