diff options
Diffstat (limited to 'ShiftOS.Frontend/ShiftOS.Frontend.csproj')
| -rw-r--r-- | ShiftOS.Frontend/ShiftOS.Frontend.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.Frontend.csproj b/ShiftOS.Frontend/ShiftOS.Frontend.csproj index 99f2081..6ef27e1 100644 --- a/ShiftOS.Frontend/ShiftOS.Frontend.csproj +++ b/ShiftOS.Frontend/ShiftOS.Frontend.csproj @@ -43,6 +43,7 @@ </PropertyGroup> <ItemGroup> <Compile Include="Apps\Terminal.cs" /> + <Compile Include="Commands.cs" /> <Compile Include="Desktop\Desktop.cs" /> <Compile Include="Desktop\WindowManager.cs" /> <Compile Include="GraphicsSubsystem\UIManager.cs" /> @@ -68,6 +69,10 @@ <Reference Include="MonoGame.Framework"> <HintPath>$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\DesktopGL\MonoGame.Framework.dll</HintPath> </Reference> + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> + <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> + <Private>True</Private> + </Reference> <Reference Include="System" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> @@ -127,6 +132,7 @@ <Link>MonoGame.Framework.dll.config</Link> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> + <None Include="app.config" /> <None Include="app.manifest" /> </ItemGroup> <ItemGroup> @@ -140,6 +146,7 @@ </ProjectReference> </ItemGroup> <ItemGroup> + <None Include="packages.config" /> <None Include="Resources\cursor_9x_pointer.png" /> </ItemGroup> <ItemGroup> |
