app.config 553 B

123456789101112131415
  1. <?xml version="1.0"?>
  2. <configuration>
  3. <configSections>
  4. </configSections>
  5. <startup>
  6. <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
  7. </startup>
  8. <appSettings>
  9. <add key="data_root" value="../../../../XMDS/GameEditors/GameEditor" />
  10. <add key="data_plugin" value="XmdsCommonServer.dll" />
  11. <add key="edit_plugin" value="GameEditorUnity3D.dll" />
  12. <add key="u3d_runtime" value="./../../xmds.exe" />
  13. <add key="u3d_webplayer" value="/U3DXmdsScene/U3DEditor.exe" />
  14. </appSettings>
  15. </configuration>