diff options
| author | Michael <[email protected]> | 2017-07-04 17:57:29 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-04 17:57:29 -0400 |
| commit | 2adb8859edb95921e8f6d3cbb41fdc349825d6f8 (patch) | |
| tree | aa1780fe7f8e2c7ab759429aa53717d7a14ca7ef /ShiftOS.Frontend/ShiftOS.Frontend.csproj | |
| parent | 5515881e922de087f4e0f5db51ae681bcd7f70d6 (diff) | |
| download | shiftos_thereturn-2adb8859edb95921e8f6d3cbb41fdc349825d6f8.tar.gz shiftos_thereturn-2adb8859edb95921e8f6d3cbb41fdc349825d6f8.tar.bz2 shiftos_thereturn-2adb8859edb95921e8f6d3cbb41fdc349825d6f8.zip | |
abandon system.drawing for anything other than text
Diffstat (limited to 'ShiftOS.Frontend/ShiftOS.Frontend.csproj')
| -rw-r--r-- | ShiftOS.Frontend/ShiftOS.Frontend.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.Frontend.csproj b/ShiftOS.Frontend/ShiftOS.Frontend.csproj index 6ef27e1..86eb736 100644 --- a/ShiftOS.Frontend/ShiftOS.Frontend.csproj +++ b/ShiftOS.Frontend/ShiftOS.Frontend.csproj @@ -46,6 +46,7 @@ <Compile Include="Commands.cs" /> <Compile Include="Desktop\Desktop.cs" /> <Compile Include="Desktop\WindowManager.cs" /> + <Compile Include="GraphicsSubsystem\GraphicsContext.cs" /> <Compile Include="GraphicsSubsystem\UIManager.cs" /> <Compile Include="GUI\Button.cs" /> <Compile Include="GUI\Control.cs" /> @@ -55,6 +56,7 @@ <Compile Include="GUI\TextControl.cs" /> <Compile Include="GUI\TextInput.cs" /> <Compile Include="Infobox.cs" /> + <Compile Include="MonoGameLanguageProvider.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> @@ -152,6 +154,15 @@ <ItemGroup> <None Include="Resources\justthes.png" /> </ItemGroup> + <ItemGroup> + <None Include="Resources\strings_en.txt" /> + </ItemGroup> + <ItemGroup> + <None Include="Resources\strings_fr.txt" /> + </ItemGroup> + <ItemGroup> + <None Include="Resources\strings_de.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. |
