diff --git a/sdk/SDK.vcxproj b/sdk/SDK.vcxproj
index dc31391..2e67e0a 100644
--- a/sdk/SDK.vcxproj
+++ b/sdk/SDK.vcxproj
@@ -128,16 +128,12 @@
xcopy /y $(OutDir)sdk.dll $(OutDir)out\cpp
xcopy /y $(OutDir)sdk.dll $(OutDir)out\java\src\main\resources\win32-x86
-xcopy /y $(OutDir)sdk.dll $(OutDir)out\python\wcf
+xcopy /y $(OutDir)sdk.dll $(SolutionDir)python\wcferry
xcopy /y $(SolutionDir)TEQuant.jpeg $(OutDir)out\cpp
xcopy /y $(SolutionDir)TEQuant.jpeg $(OutDir)out\java
-xcopy /y $(SolutionDir)TEQuant.jpeg $(OutDir)out\python
xcopy /y /S $(SolutionDir)java\src\main\java $(OutDir)out\java\src\main\java
xcopy /y $(SolutionDir)java\pom.xml $(OutDir)out\java
-xcopy /y $(SolutionDir)java\README.MD $(OutDir)out\java
-xcopy /y $(SolutionDir)python\demo.py $(OutDir)out\python
-xcopy /y $(SolutionDir)python\README.MD $(OutDir)out\python
-xcopy /y $(SolutionDir)python\wcf\*.py $(OutDir)out\python\wcf
+xcopy /y $(SolutionDir)java\README.MD $(OutDir)out\java
Copy files
diff --git a/spy/Spy.vcxproj b/spy/Spy.vcxproj
index 39b9ceb..1ea8be9 100644
--- a/spy/Spy.vcxproj
+++ b/spy/Spy.vcxproj
@@ -135,11 +135,9 @@
md out\cpp
md out\java\src\main\java
md out\java\src\main\resources\win32-x86
-md out\python\wcf
xcopy /y $(OutDir)spy.dll $(OutDir)out\cpp
xcopy /y $(OutDir)spy.dll $(OutDir)out\java\src\main\resources\win32-x86
-xcopy /y $(OutDir)spy.dll $(OutDir)out\python\wcf
-xcopy /y $(SolutionDir)proto\wcf.proto $(OutDir)out\python
+xcopy /y $(OutDir)spy.dll $(SolutionDir)python\wcferry
Copy spy.dll