summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--justtabs/justtabs_8.vcproj13
-rw-r--r--justtabs/justtabs_9.sln20
2 files changed, 26 insertions, 7 deletions
diff --git a/justtabs/justtabs_8.vcproj b/justtabs/justtabs_8.vcproj
index a9281c8..581c131 100644
--- a/justtabs/justtabs_8.vcproj
+++ b/justtabs/justtabs_8.vcproj
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="justtabs"
ProjectGUID="{3B858A66-7A23-4EB1-9440-605B96717F06}"
RootNamespace="justtabs"
Keyword="MFCProj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -81,6 +82,8 @@
LinkIncremental="1"
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/justtabs.pdb"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary=".\Release/justtabs.lib"
TargetMachine="1"
/>
@@ -105,9 +108,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -178,6 +178,8 @@
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/justtabs.pdb"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary=".\Debug/justtabs.lib"
TargetMachine="1"
/>
@@ -202,9 +204,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
diff --git a/justtabs/justtabs_9.sln b/justtabs/justtabs_9.sln
new file mode 100644
index 0000000..c25b964
--- /dev/null
+++ b/justtabs/justtabs_9.sln
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "justtabs", "justtabs_8.vcproj", "{3B858A66-7A23-4EB1-9440-605B96717F06}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {3B858A66-7A23-4EB1-9440-605B96717F06}.Debug|Win32.ActiveCfg = Debug|Win32
+ {3B858A66-7A23-4EB1-9440-605B96717F06}.Debug|Win32.Build.0 = Debug|Win32
+ {3B858A66-7A23-4EB1-9440-605B96717F06}.Release|Win32.ActiveCfg = Release|Win32
+ {3B858A66-7A23-4EB1-9440-605B96717F06}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal