aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/ShiftOS.Frontend.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Frontend/ShiftOS.Frontend.csproj')
-rw-r--r--ShiftOS.Frontend/ShiftOS.Frontend.csproj10
1 files changed, 7 insertions, 3 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.Frontend.csproj b/ShiftOS.Frontend/ShiftOS.Frontend.csproj
index 5d05320..5f3d18a 100644
--- a/ShiftOS.Frontend/ShiftOS.Frontend.csproj
+++ b/ShiftOS.Frontend/ShiftOS.Frontend.csproj
@@ -64,8 +64,8 @@
<Compile Include="GUI\ProgressBar.cs" />
<Compile Include="GUI\TextControl.cs" />
<Compile Include="GUI\TextInput.cs" />
- <Compile Include="HackableProvider.cs" />
- <Compile Include="HackerTestCommands.cs" />
+ <Compile Include="Hacking\HackableProvider.cs" />
+ <Compile Include="Hacking\HackerTestCommands.cs" />
<Compile Include="Infobox.cs" />
<Compile Include="MainMenu.cs" />
<Compile Include="MonoGameLanguageProvider.cs" />
@@ -101,7 +101,7 @@
<EmbeddedResource Include="Icon.ico" />
<EmbeddedResource Include="Icon.bmp" />
<EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
+ <Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
@@ -189,6 +189,10 @@
<ItemGroup>
<None Include="Resources\LootInfo.txt" />
</ItemGroup>
+ <ItemGroup>
+ <Content Include="Resources\Payloads.txt" />
+ <Content Include="Resources\Exploits.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.