diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a4d6d9c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vs/ \ No newline at end of file diff --git a/Core/ComponentType.cs b/Core/ComponentType.cs index 1dce235..ed1cfb0 100644 --- a/Core/ComponentType.cs +++ b/Core/ComponentType.cs @@ -5,11 +5,12 @@ using System.Text; namespace Core { - enum ComponentType + public enum ComponentType { EQ_ADD, EQ_SUB, EQ_DIV, - EQ_MUL + EQ_MUL, + QZ_VAR } } diff --git a/Core/Core.csproj b/Core/Core.csproj index da17790..70dcc65 100644 --- a/Core/Core.csproj +++ b/Core/Core.csproj @@ -1,17 +1,18 @@  - + Debug AnyCPU 8.0.30703 2.0 - b198255b-c87f-4484-9511-56c8143cad52 + {B198255B-C87F-4484-9511-56C8143CAD52} Library Properties Core Core - v4.0 + v4.8 512 + true @@ -21,6 +22,7 @@ DEBUG;TRACE prompt 4 + false pdbonly @@ -29,6 +31,7 @@ TRACE prompt 4 + false @@ -40,8 +43,11 @@ - + + + +