I‘m sorry,I has find the answer in readme.txt ,I should read more carefully before asking question, please delete this question..
```
Traditional Racket implementation's CGC variant can be built and
debugged using visual Studio solutions and project. (See
"..\racket\README.txt" for information on traditional Racket
variants.) Further steps using the command line can then build the 3m
variant and related executables.
The CGC implementation is split into several projects that are grouped
into a few solutions. To build the `X' solution with Visual Studio,
open the file racket\src\worksp\X\X.sln, but add `9' before ".sln" if
you're using Visual Studio 2008 (i.e., version 9.0). The solution
files without a number are for Visual Studio 2010, but they should
upgrade automatically for later versions.
[The .vcproj files are used by the ...9.sln solutions, while the
.vcxproj files are used by the other .sln solutions. The latter are
compatible with Visual Studio 2010. For Visual Studio versions later
than 2010, "build.bat" script auto-upgrades projects in a copy whose
file name ends with a literal "X" to match the current tool version,
but you can also just upgrade them within your version of Visual
Studio.]
```