diff options
Diffstat (limited to 'PC/VS9.0/pythonw.vcproj')
-rw-r--r-- | PC/VS9.0/pythonw.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PC/VS9.0/pythonw.vcproj b/PC/VS9.0/pythonw.vcproj index 7ae562a..7f5c04b 100644 --- a/PC/VS9.0/pythonw.vcproj +++ b/PC/VS9.0/pythonw.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9,00"
+ Version="9.00"
Name="pythonw"
ProjectGUID="{F4229CC3-873C-49AE-9729-DD308ED4CD4A}"
TargetFrameworkVersion="131072"
@@ -600,7 +600,7 @@ Name="Resource Files"
>
<File
- RelativePath="..\PC\python_exe.rc"
+ RelativePath="..\..\PC\python_exe.rc"
>
</File>
</Filter>
@@ -608,7 +608,7 @@ Name="Source Files"
>
<File
- RelativePath="..\PC\WinMain.c"
+ RelativePath="..\..\PC\WinMain.c"
>
</File>
</Filter>
|