Skip to content

Commit dc5de12

Browse files
committed
Switch assemblies on the .NET Framework 4 Client Profile
1 parent c2200cb commit dc5de12

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

ClearScript/ClearScript.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</SccAuxPath>
2121
<SccProvider>
2222
</SccProvider>
23-
<TargetFrameworkProfile />
23+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
2424
</PropertyGroup>
2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
2626
<PlatformTarget>AnyCPU</PlatformTarget>

ClearScript/V8/ClearScriptV8/32/ClearScriptV8-32.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<PropertyGroup Label="Globals">
1414
<ProjectGuid>{2D63EA35-BA9C-4E77-B5A4-4938DBBFEFA6}</ProjectGuid>
1515
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
1617
<Keyword>ManagedCProj</Keyword>
1718
<RootNamespace>ClearScriptV832</RootNamespace>
1819
</PropertyGroup>

ClearScript/V8/ClearScriptV8/64/ClearScriptV8-64.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<PropertyGroup Label="Globals">
1414
<ProjectGuid>{CDCF4EEA-1CA4-412E-8C77-78893A67A577}</ProjectGuid>
1515
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
1617
<Keyword>ManagedCProj</Keyword>
1718
<RootNamespace>ClearScriptV864</RootNamespace>
1819
</PropertyGroup>

0 commit comments

Comments
 (0)