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 @@
<setting name="MostOnly" serializeAs="String">
<value>True</value>
</setting>
<setting name="IgnoreNum" serializeAs="String">
<value>False</value>
</setting>
</YGO_DeckAnalyzer.Properties.Settings>
</userSettings>
<system.data>
......
......@@ -12,7 +12,7 @@ namespace YGO_DeckAnalyzer.Properties {
[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 {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
......@@ -118,5 +118,17 @@ namespace YGO_DeckAnalyzer.Properties {
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 @@
<Setting Name="MostOnly" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="IgnoreNum" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>
\ No newline at end of file
This diff is collapsed.
......@@ -116,6 +116,11 @@
<ItemGroup>
<Folder Include="pics\" />
</ItemGroup>
<ItemGroup>
<Content Include="rules.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
......
......@@ -135,4 +135,10 @@
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>678, 17</value>
</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>
\ 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