diff options
| author | Michael <[email protected]> | 2017-04-21 18:53:41 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-21 18:53:41 -0400 |
| commit | db563c54aedf5e9d96ca70eec08c560ccbc42d8d (patch) | |
| tree | 4f8b3ba5bb54ee68e217705876e2288075c1026f /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 25f83c8f191c0e451e2fc88b193d158517396f31 (diff) | |
| download | shiftos_thereturn-db563c54aedf5e9d96ca70eec08c560ccbc42d8d.tar.gz shiftos_thereturn-db563c54aedf5e9d96ca70eec08c560ccbc42d8d.tar.bz2 shiftos_thereturn-db563c54aedf5e9d96ca70eec08c560ccbc42d8d.zip | |
Add ShiftOS->Host Shared Persistence
ShiftOS can now write to the shared folder when saving files/deleting
files to the 1:/ drive.
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index b9e6910..9dc3593 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -295,6 +295,7 @@ <Compile Include="ScriptingTestFunctions.cs" /> <Compile Include="ShiftOSAudioProvider.cs" /> <Compile Include="ShiftOSConfigFile.cs" /> + <Compile Include="SkinCommands.cs" /> <Compile Include="Stories\LegionStory.cs" /> <Compile Include="Tools\ColorPickerDataBackend.cs" /> <Compile Include="Tools\ControlManager.cs" /> |
