add msvc8 project files
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@432 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
a53275bb8f
commit
70fdd98598
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="CompareSmallObj"
|
||||
Name="SmallObjCompare"
|
||||
ProjectGUID="{0A98B714-818C-4DD3-A07C-BDD16399F362}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
|
@ -34,7 +34,7 @@
|
|||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/CompareSmallObj.exe"
|
||||
OutputFile="$(OutDir)/SmallObjCompare.exe"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="$(OutDir)/test.pdb"
|
||||
|
@ -82,7 +82,7 @@
|
|||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/CompareSmallObj.exe"
|
||||
OutputFile="$(OutDir)/SmallObjCompare.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Name="SmallSingleton"
|
||||
Name="SmallObjSingleton"
|
||||
ProjectGUID="{78536B46-8307-4AE5-933E-0CADE2887AFB}"
|
||||
Keyword="Win32Proj">
|
||||
<Platforms>
|
||||
|
@ -34,7 +34,7 @@
|
|||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/SmallSingleton.exe"
|
||||
OutputFile="$(OutDir)/SmallObjSingleton.exe"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile="$(OutDir)/test.pdb"
|
||||
|
@ -82,7 +82,7 @@
|
|||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/SmallSingleton.exe"
|
||||
OutputFile="$(OutDir)/SmallObjSingleton.exe"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="1"
|
||||
|
@ -149,7 +149,7 @@
|
|||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\SmallSingleton.cpp">
|
||||
RelativePath=".\SmallObjSingleton.cpp">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
|
|
Loading…
Add table
Reference in a new issue