Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Belim authored May 24, 2021
1 parent 2f3b5de commit 95a0efd
Show file tree
Hide file tree
Showing 8 changed files with 1,936 additions and 314 deletions.
13 changes: 13 additions & 0 deletions src/Bloatbox/Bloatbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Locales\Locale.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Locale.resx</DependentUpon>
</Compile>
<Compile Include="MainWindow.cs">
<SubType>Form</SubType>
</Compile>
Expand All @@ -71,6 +76,14 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<EmbeddedResource Include="Locales\Locale.de.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Locale.de.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Locales\Locale.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Locale.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="MainWindow.resx">
<DependentUpon>MainWindow.cs</DependentUpon>
</EmbeddedResource>
Expand Down
Loading

0 comments on commit 95a0efd

Please sign in to comment.