diff options
| author | Michael <[email protected]> | 2017-07-05 08:43:35 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-05 08:43:35 -0400 |
| commit | 4f41f51267e04d752d3d438f70f06a7a37975f5d (patch) | |
| tree | 22036cb834d9915d44c527da55adfdab58a3d529 /ShiftOS.Frontend/ShiftOS.Frontend.csproj | |
| parent | 2adb8859edb95921e8f6d3cbb41fdc349825d6f8 (diff) | |
| download | shiftos_thereturn-4f41f51267e04d752d3d438f70f06a7a37975f5d.tar.gz shiftos_thereturn-4f41f51267e04d752d3d438f70f06a7a37975f5d.tar.bz2 shiftos_thereturn-4f41f51267e04d752d3d438f70f06a7a37975f5d.zip | |
HEAVILY optimize skins
Diffstat (limited to 'ShiftOS.Frontend/ShiftOS.Frontend.csproj')
| -rw-r--r-- | ShiftOS.Frontend/ShiftOS.Frontend.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.Frontend.csproj b/ShiftOS.Frontend/ShiftOS.Frontend.csproj index 86eb736..17c497e 100644 --- a/ShiftOS.Frontend/ShiftOS.Frontend.csproj +++ b/ShiftOS.Frontend/ShiftOS.Frontend.csproj @@ -42,6 +42,7 @@ <ApplicationManifest>app.manifest</ApplicationManifest> </PropertyGroup> <ItemGroup> + <Compile Include="Apps\Pong.cs" /> <Compile Include="Apps\Terminal.cs" /> <Compile Include="Commands.cs" /> <Compile Include="Desktop\Desktop.cs" /> @@ -163,6 +164,9 @@ <ItemGroup> <None Include="Resources\strings_de.txt" /> </ItemGroup> + <ItemGroup> + <None Include="Resources\Shiftorium.txt" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
