diff --git a/src/.idea/.idea.PropertyValidator/.idea/.gitignore b/src/.idea/.idea.PropertyValidator/.idea/.gitignore
new file mode 100644
index 0000000..126a8d1
--- /dev/null
+++ b/src/.idea/.idea.PropertyValidator/.idea/.gitignore
@@ -0,0 +1,13 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Rider ignored files
+/.idea.PropertyValidator.iml
+/modules.xml
+/contentModel.xml
+/projectSettingsUpdater.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/src/.idea/.idea.PropertyValidator/.idea/.name b/src/.idea/.idea.PropertyValidator/.idea/.name
new file mode 100644
index 0000000..f317cf8
--- /dev/null
+++ b/src/.idea/.idea.PropertyValidator/.idea/.name
@@ -0,0 +1 @@
+PropertyValidator
\ No newline at end of file
diff --git a/src/.idea/.idea.PropertyValidator/.idea/indexLayout.xml b/src/.idea/.idea.PropertyValidator/.idea/indexLayout.xml
new file mode 100644
index 0000000..f5a863a
--- /dev/null
+++ b/src/.idea/.idea.PropertyValidator/.idea/indexLayout.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/.idea/.idea.PropertyValidator/.idea/vcs.xml b/src/.idea/.idea.PropertyValidator/.idea/vcs.xml
new file mode 100644
index 0000000..93d5b1e
--- /dev/null
+++ b/src/.idea/.idea.PropertyValidator/.idea/vcs.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/test/PropertyValidator.Test/FodyWeavers.xsd b/test/PropertyValidator.Test/FodyWeavers.xsd
deleted file mode 100644
index b1a47f9..0000000
--- a/test/PropertyValidator.Test/FodyWeavers.xsd
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- Used to control if the On_PropertyName_Changed feature is enabled.
-
-
-
-
- Used to control if the Dependent properties feature is enabled.
-
-
-
-
- Used to control if the IsChanged property feature is enabled.
-
-
-
-
- Used to change the name of the method that fires the notify event. This is a string that accepts multiple values in a comma separated form.
-
-
-
-
- Used to control if equality checks should be inserted. If false, equality checking will be disabled for the project.
-
-
-
-
- Used to control if equality checks should use the Equals method resolved from the base class.
-
-
-
-
- Used to control if equality checks should use the static Equals method resolved from the base class.
-
-
-
-
- Used to turn off build warnings from this weaver.
-
-
-
-
- Used to turn off build warnings about mismatched On_PropertyName_Changed methods.
-
-
-
-
-
-
-
- 'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.
-
-
-
-
- A comma-separated list of error codes that can be safely ignored in assembly verification.
-
-
-
-
- 'false' to turn off automatic generation of the XML Schema file.
-
-
-
-
-
\ No newline at end of file