Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasimir666 <casimir666@users.sourceforge.net>2010-02-06 15:40:57 +0300
committerCasimir666 <casimir666@users.sourceforge.net>2010-02-06 15:40:57 +0300
commit836f83707fd465386ab1e1e22c0dfee6e38f092f (patch)
tree5be2a9e5f94ec25bd098c55037ee71ca226c1dd0 /src/apps/MPCTestAPI
parent11fb292f3e37c0a441919be1600c3b8447d29714 (diff)
Added : support for SRM7500 remote control
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1614 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/apps/MPCTestAPI')
-rw-r--r--src/apps/MPCTestAPI/MPCTestAPI.vcproj13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/apps/MPCTestAPI/MPCTestAPI.vcproj b/src/apps/MPCTestAPI/MPCTestAPI.vcproj
index e9c5f15e0..cfb7ac5ae 100644
--- a/src/apps/MPCTestAPI/MPCTestAPI.vcproj
+++ b/src/apps/MPCTestAPI/MPCTestAPI.vcproj
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8,00"
+ Version="9,00"
Name="MPCTestAPI"
ProjectGUID="{A1F84246-B9A1-455F-97E4-D730AB089947}"
RootNamespace="MPCTestAPI"
Keyword="MFCProj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -82,6 +83,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/MPCTestAPI.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -105,9 +108,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -177,6 +177,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/MPCTestAPI.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -200,9 +202,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>