diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2011-09-10 14:38:03 +0000 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2011-09-10 14:38:03 +0000 |
commit | 59b051cd32a0d7f429a897d0e1a43d6e1d0018a3 (patch) | |
tree | 418bb1d64c1431d3f1665fbcd34e6aa91434402a | |
parent | 7d28b2b4d742454d8c7769a50433b155ee0a047d (diff) | |
download | notepad2-mod-59b051cd32a0d7f429a897d0e1a43d6e1d0018a3.zip notepad2-mod-59b051cd32a0d7f429a897d0e1a43d6e1d0018a3.tar.gz notepad2-mod-59b051cd32a0d7f429a897d0e1a43d6e1d0018a3.tar.bz2 |
update ICL project
git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@570 28bd50df-7adb-d945-0439-6e466c6a13cc
-rw-r--r-- | src/Notepad2_icl12.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Notepad2_icl12.vcxproj b/src/Notepad2_icl12.vcxproj index b00db6d..56f59b1 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 Parallel Composer 2011</PlatformToolset>
+ <PlatformToolset>Intel C++ Compiler 12.1</PlatformToolset>
<InterproceduralOptimization>true</InterproceduralOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
- <PlatformToolset>Intel Parallel Composer 2011</PlatformToolset>
+ <PlatformToolset>Intel C++ Compiler 12.1</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>Intel Parallel Composer 2011</PlatformToolset>
+ <PlatformToolset>Intel C++ Compiler 12.1</PlatformToolset>
<InterproceduralOptimization>true</InterproceduralOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
- <PlatformToolset>Intel Parallel Composer 2011</PlatformToolset>
+ <PlatformToolset>Intel C++ Compiler 12.1</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|