what maybe cause the error?
i use VS2010, and convert the .rules to .targets
a console application worked fine, but the UI application cannot compile.
1>------ Build started: Project: ImageProcess, Configuration: Debug X64 ------
1>Build started 2009/11/11 13:06:46.
1>_PrepareForBuild:
1> Touching “X64\Debug\ImageProcess.unsuccessfulbuild”.
1>_CUDA_Build_Rule:
1> Compiling with CUDA Build Rule…
1>D:\CUDA\Cuda.targets(44,5): error MSB3686: Unable to create Xaml task. Compilation failed.
1>D:\CUDA\Cuda.targets(44,5): error MSB3686: Unrecognized escape sequence
1>D:\CUDA\Cuda.targets(44,5): error MSB3686: Unrecognized escape sequence
1>D:\CUDA\Cuda.targets(44,5): error MSB3686: Unrecognized escape sequence
1>D:\CUDA\Cuda.targets(44,5): error MSB3686: Unrecognized escape sequence
1>D:\CUDA\Cuda.targets(44,5): error MSB3686: Unrecognized escape sequence
1>D:\CUDA\Cuda.targets(44,5): error MSB3686:
1>D:\CUDA\Cuda.targets(44,5): error MSB4036: The “CUDA_Build_Rule” task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is “public” and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with in the project file, or in the *.tasks files located in the “D:\Windows\Microsoft.NET\Framework\v4.0.21006” directory.
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.04
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========