diff options
| author | RogueAI42 <[email protected]> | 2017-06-13 20:06:38 +1000 |
|---|---|---|
| committer | RogueAI42 <[email protected]> | 2017-06-13 20:06:38 +1000 |
| commit | 2acfa34596061a9236bb6a9df1e3f3a0c01d6ff0 (patch) | |
| tree | 72954044f3dde5f9a17d12f99cd57a819f1b0f58 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | a2db5d39096cbf4d32412ad40168769ca63d9493 (diff) | |
| download | shiftos_thereturn-2acfa34596061a9236bb6a9df1e3f3a0c01d6ff0.tar.gz shiftos_thereturn-2acfa34596061a9236bb6a9df1e3f3a0c01d6ff0.tar.bz2 shiftos_thereturn-2acfa34596061a9236bb6a9df1e3f3a0c01d6ff0.zip | |
Python API
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.
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index e0a53ea..31de44e 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -37,6 +37,7 @@ <HintPath>..\packages\CommonMark.NET.0.15.0\lib\net45\CommonMark.dll</HintPath> <Private>True</Private> </Reference> + <Reference Include="Microsoft.Scripting, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1" /> <Reference Include="Microsoft.VisualBasic" /> <Reference Include="NAudio, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\packages\NAudio.1.8.0\lib\net35\NAudio.dll</HintPath> @@ -356,6 +357,12 @@ <Compile Include="HackerCommands.cs" /> <Compile Include="IDesktopWidget.cs" /> <Compile Include="JobTasks.cs" /> + <Compile Include="MainMenu\Loading.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="MainMenu\Loading.Designer.cs"> + <DependentUpon>Loading.cs</DependentUpon> + </Compile> <Compile Include="MainMenu\MainMenu.cs"> <SubType>Form</SubType> </Compile> @@ -609,6 +616,9 @@ <EmbeddedResource Include="GUILogin.resx"> <DependentUpon>GUILogin.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="MainMenu\Loading.resx"> + <DependentUpon>Loading.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="MainMenu\MainMenu.resx"> <DependentUpon>MainMenu.cs</DependentUpon> </EmbeddedResource> @@ -875,6 +885,7 @@ <None Include="Resources\notestate_connection_full.bmp" /> <None Include="Resources\iconSpeaker.bmp" /> <None Include="Resources\ShiftOSFull.png" /> + <Content Include="Resources\GuessTheNumber.py" /> <Content Include="SystemIcons\iconArtpad.png" /> <Content Include="SystemIcons\iconAudioPlayer.png" /> <Content Include="SystemIcons\iconBitnoteDigger.png" /> |
