diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-04-03 05:29:03 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-04-03 05:29:03 (GMT) |
commit | f5af2aac3805a7b6fc1d9b056b0662293bc0b274 (patch) | |
tree | 5572c6cb3d1852b5eb8c9a53cb8289a740a13326 /PCbuild/pythoncore.vcproj | |
parent | 84c95b94075f73e452539e71230537644a4932f8 (diff) | |
download | cpython-f5af2aac3805a7b6fc1d9b056b0662293bc0b274.zip cpython-f5af2aac3805a7b6fc1d9b056b0662293bc0b274.tar.gz cpython-f5af2aac3805a7b6fc1d9b056b0662293bc0b274.tar.bz2 |
Patch #1462700: Make _ctypes_test depend on _ctypes.
Use same GUID for pythoncore in project and solution.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index c4efe2c..2ead78a 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -3,7 +3,7 @@ ProjectType="Visual C++" Version="7.10" Name="pythoncore" - ProjectGUID="{7AFA1F0B-A8A1-455A-A832-BF263404BBEF}" + ProjectGUID="{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}" RootNamespace="pythoncore" SccProjectName="pythoncore" SccLocalPath=".."> |