update studio files

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1061 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2009-11-21 10:44:43 +00:00
parent 059018191f
commit f4e3f63a8a
3 changed files with 22 additions and 14 deletions

View file

@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C++ Express 2005
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "foo", "foo.vcproj", "{42E13925-28CE-421B-993E-162510C90CD6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "main", "main.vcproj", "{237F4D1A-6301-4656-8F34-B0F6496E929F}"

View file

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Version="9,00"
Name="foo"
ProjectGUID="{42E13925-28CE-421B-993E-162510C90CD6}"
RootNamespace="Foo"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@ -183,10 +184,6 @@
RelativePath=".\foo.h"
>
</File>
<File
RelativePath="..\..\include\loki\Register.h"
>
</File>
</Files>
<Globals>
</Globals>

View file

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Version="9,00"
Name="main"
ProjectGUID="{237F4D1A-6301-4656-8F34-B0F6496E929F}"
RootNamespace="main"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@ -66,6 +67,8 @@
OutputFile="$(OutDir)\$(ProjectName).exe"
AdditionalLibraryDirectories="..\..\loki\lib"
GenerateDebugInformation="true"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@ -85,9 +88,6 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
@ -141,6 +141,8 @@
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@ -161,9 +163,6 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
@ -172,10 +171,22 @@
<References>
</References>
<Files>
<File
RelativePath="..\..\include\loki\ForEachType.h"
>
</File>
<File
RelativePath="..\..\include\loki\HierarchyGenerators.h"
>
</File>
<File
RelativePath=".\main.cpp"
>
</File>
<File
RelativePath="..\..\include\loki\Register.h"
>
</File>
<File
RelativePath="..\..\src\Singleton.cpp"
>