summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2011-09-23 08:32:54 +0000
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-09-23 08:32:54 +0000
commitab6ec83702436ef852a7a20d2ca227d0de7ca4e6 (patch)
tree1f16acb073b11f6537e7d8aa98f13a073fddb576
parentdba41d5c3f1f492f15a6d97862f84a6d7cb57964 (diff)
downloadnotepad2-mod-ab6ec83702436ef852a7a20d2ca227d0de7ca4e6.zip
notepad2-mod-ab6ec83702436ef852a7a20d2ca227d0de7ca4e6.tar.gz
notepad2-mod-ab6ec83702436ef852a7a20d2ca227d0de7ca4e6.tar.bz2
Reverse merged r570 from trunk:
update ICL project git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@573 28bd50df-7adb-d945-0439-6e466c6a13cc
-rw-r--r--src/Notepad2_icl12.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Notepad2_icl12.vcxproj b/src/Notepad2_icl12.vcxproj
index 56f59b1..b00db6d 100644
--- a/src/Notepad2_icl12.vcxproj
+++ b/src/Notepad2_icl12.vcxproj
@@ -28,25 +28,25 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>Intel C++ Compiler 12.1</PlatformToolset>
+ <PlatformToolset>Intel Parallel Composer 2011</PlatformToolset>
<InterproceduralOptimization>true</InterproceduralOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
- <PlatformToolset>Intel C++ Compiler 12.1</PlatformToolset>
+ <PlatformToolset>Intel Parallel Composer 2011</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>Intel C++ Compiler 12.1</PlatformToolset>
+ <PlatformToolset>Intel Parallel Composer 2011</PlatformToolset>
<InterproceduralOptimization>true</InterproceduralOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
- <PlatformToolset>Intel C++ Compiler 12.1</PlatformToolset>
+ <PlatformToolset>Intel Parallel Composer 2011</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />