Skip to content

Commit

Permalink
Visual Studio 2008 build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Feb 18, 2015
1 parent 943f1e3 commit c370645
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions time_it.sln
Original file line number Diff line number Diff line change
@@ -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}") = "time_it", "time_it.vcproj", "{29DB73D3-D4F1-4864-A540-5171782822C8}"
EndProject
Global
Expand Down
13 changes: 6 additions & 7 deletions time_it.vcproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Version="9.00"
Name="time_it"
ProjectGUID="{29DB73D3-D4F1-4864-A540-5171782822C8}"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Expand Down Expand Up @@ -75,6 +76,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/time_it.pdb"
SubSystem="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
Expand All @@ -97,9 +100,6 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
Expand Down Expand Up @@ -168,6 +168,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/time_it.pdb"
SubSystem="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
Expand All @@ -190,9 +192,6 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
Expand Down

0 comments on commit c370645

Please sign in to comment.