mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
2acfa34596
It uses a meta-language and a CSharpCodeProvider on startup. I will release a tutorial on the forums soon showing how to use it. This commit also adds an extremely basic loading screen which shows while Desktop is getting everything ready. Which can take a while if you have any Python mods. Thanks, IronPython.
10 lines
No EOL
595 B
XML
10 lines
No EOL
595 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="DynamicLanguageRuntime" version="1.1.2" targetFramework="net451" />
|
|
<package id="DynamicLua" version="1.1.2.0" targetFramework="net452" />
|
|
<package id="IronPython" version="2.7.7" targetFramework="net451" />
|
|
<package id="IronPython.Interpreter" version="2.7.4" targetFramework="net451" />
|
|
<package id="IronPython.StdLib" version="2.7.7" targetFramework="net451" />
|
|
<package id="NAudio" version="1.8.0" targetFramework="net451" />
|
|
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net451" />
|
|
</packages> |