Skip to content

Commit 1986b1b

Browse files
committed
Big Update
Added language support
1 parent 0e81736 commit 1986b1b

File tree

77 files changed

+4675
-16568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4675
-16568
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.vs/ShadesTweaker/v17/.suo

21.5 KB
Binary file not shown.

ShadesTweaker/App.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ namespace ShadesTweaker
1313
/// </summary>
1414
public partial class App : Application
1515
{
16+
1617
}
1718
}

ShadesTweaker/MainWindow.xaml

Lines changed: 276 additions & 209 deletions
Large diffs are not rendered by default.

ShadesTweaker/MainWindow.xaml.cs

Lines changed: 486 additions & 24 deletions
Large diffs are not rendered by default.

ShadesTweaker/Properties/Resources.Designer.cs renamed to ShadesTweaker/Properties/Resource.Designer.cs

Lines changed: 5 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ShadesTweaker/Properties/Resources.resx renamed to ShadesTweaker/Properties/Resource.resx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,4 @@
117117
<resheader name="writer">
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120-
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
121-
<data name="ClearMemory" type="System.Resources.ResXFileRef, System.Windows.Forms">
122-
<value>..\Resources\ClearMemory.bat;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;windows-1254</value>
123-
</data>
124-
<data name="ClearMemory1" type="System.Resources.ResXFileRef, System.Windows.Forms">
125-
<value>..\Resources\ClearMemory.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126-
</data>
127-
<data name="RAMMap" type="System.Resources.ResXFileRef, System.Windows.Forms">
128-
<value>..\Resources\RAMMap.exe;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
129-
</data>
130120
</root>

ShadesTweaker/Resources/ClearMemory.bat

Lines changed: 0 additions & 4 deletions
This file was deleted.
-90.9 KB
Binary file not shown.

ShadesTweaker/Resources/RAMMap.exe

-657 KB
Binary file not shown.

ShadesTweaker/ShadesTweaker.csproj

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
<Generator>MSBuild:Compile</Generator>
7171
<SubType>Designer</SubType>
7272
</ApplicationDefinition>
73+
<Compile Include="Properties\Resource.Designer.cs">
74+
<AutoGen>True</AutoGen>
75+
<DesignTime>True</DesignTime>
76+
<DependentUpon>Resource.resx</DependentUpon>
77+
</Compile>
7378
<Compile Include="RegHelper.cs" />
7479
<Page Include="MainWindow.xaml">
7580
<Generator>MSBuild:Compile</Generator>
@@ -88,27 +93,17 @@
8893
<Compile Include="Properties\AssemblyInfo.cs">
8994
<SubType>Code</SubType>
9095
</Compile>
91-
<Compile Include="Properties\Resources.Designer.cs">
92-
<AutoGen>True</AutoGen>
93-
<DesignTime>True</DesignTime>
94-
<DependentUpon>Resources.resx</DependentUpon>
95-
</Compile>
9696
<Compile Include="Properties\Settings.Designer.cs">
9797
<AutoGen>True</AutoGen>
9898
<DependentUpon>Settings.settings</DependentUpon>
9999
<DesignTimeSharedInput>True</DesignTimeSharedInput>
100100
</Compile>
101-
<EmbeddedResource Include="Properties\Resources.resx">
102-
<Generator>PublicResXFileCodeGenerator</Generator>
103-
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
104-
</EmbeddedResource>
105101
<None Include="app.manifest" />
106102
<None Include="packages.config" />
107103
<None Include="Properties\Settings.settings">
108104
<Generator>SettingsSingleFileGenerator</Generator>
109105
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
110106
</None>
111-
<None Include="Resources\ClearMemory.bat" />
112107
</ItemGroup>
113108
<ItemGroup>
114109
<None Include="App.config" />
@@ -120,12 +115,10 @@
120115
<Resource Include="icons8-gear-64.ico" />
121116
</ItemGroup>
122117
<ItemGroup>
123-
<Content Include="English.xml" />
124-
</ItemGroup>
125-
<ItemGroup>
126-
<None Include="Resources\ClearMemory.ico" />
127-
<None Include="Resources\RAMMap.exe" />
128-
<Content Include="Turkish.xml" />
118+
<EmbeddedResource Include="Properties\Resource.resx">
119+
<Generator>ResXFileCodeGenerator</Generator>
120+
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
121+
</EmbeddedResource>
129122
</ItemGroup>
130123
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131124
</Project>
-725 KB
Binary file not shown.
26 KB
Binary file not shown.

0 commit comments

Comments
 (0)