Commit bc1dac15 authored by JoyJ's avatar JoyJ

Added a new rules.txt file that contains all card series rules in a structured format

parent 9c91dc00
...@@ -47,6 +47,9 @@ ...@@ -47,6 +47,9 @@
<setting name="MostOnly" serializeAs="String"> <setting name="MostOnly" serializeAs="String">
<value>True</value> <value>True</value>
</setting> </setting>
<setting name="IgnoreNum" serializeAs="String">
<value>False</value>
</setting>
</YGO_DeckAnalyzer.Properties.Settings> </YGO_DeckAnalyzer.Properties.Settings>
</userSettings> </userSettings>
<system.data> <system.data>
......
...@@ -12,7 +12,7 @@ namespace YGO_DeckAnalyzer.Properties { ...@@ -12,7 +12,7 @@ namespace YGO_DeckAnalyzer.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.2.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
...@@ -118,5 +118,17 @@ namespace YGO_DeckAnalyzer.Properties { ...@@ -118,5 +118,17 @@ namespace YGO_DeckAnalyzer.Properties {
this["MostOnly"] = value; this["MostOnly"] = value;
} }
} }
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool IgnoreNum {
get {
return ((bool)(this["IgnoreNum"]));
}
set {
this["IgnoreNum"] = value;
}
}
} }
} }
...@@ -26,5 +26,8 @@ ...@@ -26,5 +26,8 @@
<Setting Name="MostOnly" Type="System.Boolean" Scope="User"> <Setting Name="MostOnly" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value> <Value Profile="(Default)">True</Value>
</Setting> </Setting>
<Setting Name="IgnoreNum" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings> </Settings>
</SettingsFile> </SettingsFile>
\ No newline at end of file
This diff is collapsed.
...@@ -116,6 +116,11 @@ ...@@ -116,6 +116,11 @@
<ItemGroup> <ItemGroup>
<Folder Include="pics\" /> <Folder Include="pics\" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="rules.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup> <PropertyGroup>
......
...@@ -135,4 +135,10 @@ ...@@ -135,4 +135,10 @@
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>678, 17</value> <value>678, 17</value>
</metadata> </metadata>
<metadata name="ofdSelectFile.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>799, 17</value>
</metadata>
<metadata name="fbdSelect.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>926, 17</value>
</metadata>
</root> </root>
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment