Update MSVC 7.1 projects
This commit is contained in:
parent
eada914350
commit
4f071a9207
1 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,8 @@
|
|||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
OutputDirectory="$(ProjectName)_Debug"
|
||||
IntermediateDirectory="$(ProjectName)_Debug"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
|
@ -63,8 +63,8 @@
|
|||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
OutputDirectory="$(ProjectName)_Release"
|
||||
IntermediateDirectory="$(ProjectName)_Release"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2">
|
||||
<Tool
|
||||
|
|
Loading…
Add table
Reference in a new issue