Skip to content

Commit

Permalink
Update filename of webkit gui to differentiate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Collisionc committed Jan 13, 2015
1 parent 0d1d994 commit 952c87f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vs/simcqt_vs2013.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WebKit|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>PGUpdate</WholeProgramOptimization>
<WholeProgramOptimization>true</WholeProgramOptimization>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
Expand Down Expand Up @@ -127,7 +127,7 @@
<EnableManagedIncrementalBuild>false</EnableManagedIncrementalBuild>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WebKit|x64'">
<TargetName>SimulationCraft64</TargetName>
<TargetName>SimulationCraft64-Webkit</TargetName>
<IntDir>int_gui\$(Platform)\$(Configuration)\</IntDir>
<OutDir>$(SolutionDir)\</OutDir>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
Expand Down Expand Up @@ -161,7 +161,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='WebKit|Win32'">
<OutDir>$(SolutionDir)\$(PlatformShortName)\$(Configuration)\</OutDir>
<IntDir>int_gui\$(Platform)\$(Configuration)\</IntDir>
<TargetName>SimulationCraft</TargetName>
<TargetName>SimulationCraft-Webkit</TargetName>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<!-- Set Correct QT PATH -->
Expand Down Expand Up @@ -577,7 +577,7 @@
<ProgramDatabaseFile>
</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
<LinkTimeCodeGeneration>PGUpdate</LinkTimeCodeGeneration>
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
<LargeAddressAware>true</LargeAddressAware>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
Expand Down

0 comments on commit 952c87f

Please sign in to comment.