diff --git a/.gitignore b/.gitignore index 30b3c4ea..4f599afd 100644 --- a/.gitignore +++ b/.gitignore @@ -261,4 +261,5 @@ paket-files/ Dependencies/BoltBinaries/*.dll -Dependencies/UnityBinaries/*.dll \ No newline at end of file +Dependencies/UnityBinaries/*.dll +Output/ \ No newline at end of file diff --git a/src/Bolt.Addons.Community.Logic/Bolt.Addons.Community.Logic.csproj b/src/Bolt.Addons.Community.Logic/Bolt.Addons.Community.Logic.csproj index 3dfdf0ba..f007ee12 100644 --- a/src/Bolt.Addons.Community.Logic/Bolt.Addons.Community.Logic.csproj +++ b/src/Bolt.Addons.Community.Logic/Bolt.Addons.Community.Logic.csproj @@ -66,4 +66,11 @@ + + + + + + xCopy "$(TargetPath)" "$(SolutionDir)..\Output\" /y + \ No newline at end of file diff --git a/src/Bolt.Addons.Community.Math/Bolt.Addons.Community.Math.csproj b/src/Bolt.Addons.Community.Math/Bolt.Addons.Community.Math.csproj index 22cdc14b..05a005c9 100644 --- a/src/Bolt.Addons.Community.Math/Bolt.Addons.Community.Math.csproj +++ b/src/Bolt.Addons.Community.Math/Bolt.Addons.Community.Math.csproj @@ -84,4 +84,11 @@ + + + + + + xCopy "$(TargetPath)" "$(SolutionDir)..\Output\" /y + \ No newline at end of file diff --git a/src/Bolt.Addons.Community.Variables/Bolt.Addons.Community.Variables.csproj b/src/Bolt.Addons.Community.Variables/Bolt.Addons.Community.Variables.csproj index fe30e98b..931735e4 100644 --- a/src/Bolt.Addons.Community.Variables/Bolt.Addons.Community.Variables.csproj +++ b/src/Bolt.Addons.Community.Variables/Bolt.Addons.Community.Variables.csproj @@ -79,4 +79,11 @@ + + + + + + xCopy "$(TargetPath)" "$(SolutionDir)..\Output\" /y + \ No newline at end of file