diff options
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. |
