diff --git a/AssetStudioGUI/AssetStudioGUI.csproj b/AssetStudioGUI/AssetStudioGUI.csproj
index 7b5b023..83089fe 100644
--- a/AssetStudioGUI/AssetStudioGUI.csproj
+++ b/AssetStudioGUI/AssetStudioGUI.csproj
@@ -73,15 +73,11 @@
MinimumRecommendedRules.ruleset
-
- False
- ..\AssetStudio\Libraries\OpenTK.dll
- False
+
+ Libraries\OpenTK.dll
-
- False
- ..\AssetStudio\Libraries\OpenTK.GLControl.dll
- False
+
+ Libraries\OpenTK.GLControl.dll
@@ -183,8 +179,8 @@
- xcopy /y "$(SolutionDir)AssetStudio\Libraries" "$(TargetDir)"
-xcopy /y "$(SolutionDir)AssetStudio\Libraries\$(PlatformName)" "$(TargetDir)"
+ xcopy /y "$(ProjectDir)Libraries" "$(TargetDir)"
+xcopy /y "$(ProjectDir)Libraries\$(PlatformName)" "$(TargetDir)"