Skip to content

Commit d9506f6

Browse files
Merge pull request microsoft#25 from Taritsyn/master
Switch all project files to .NET Framework 4.5
2 parents 220de18 + b9c5809 commit d9506f6

File tree

6 files changed

+2
-11
lines changed

6 files changed

+2
-11
lines changed

ClearScript/ClearScript.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
</SccAuxPath>
2121
<SccProvider>
2222
</SccProvider>
23-
<TargetFrameworkProfile>
24-
</TargetFrameworkProfile>
2523
</PropertyGroup>
2624
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
2725
<PlatformTarget>AnyCPU</PlatformTarget>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
</ItemGroup>
1313
<PropertyGroup Label="Globals">
1414
<ProjectGuid>{2D63EA35-BA9C-4E77-B5A4-4938DBBFEFA6}</ProjectGuid>
15-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16-
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
15+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1716
<Keyword>ManagedCProj</Keyword>
1817
<RootNamespace>ClearScriptV832</RootNamespace>
1918
</PropertyGroup>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
</ItemGroup>
1313
<PropertyGroup Label="Globals">
1414
<ProjectGuid>{CDCF4EEA-1CA4-412E-8C77-78893A67A577}</ProjectGuid>
15-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16-
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
15+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1716
<Keyword>ManagedCProj</Keyword>
1817
<RootNamespace>ClearScriptV864</RootNamespace>
1918
</PropertyGroup>

ClearScriptBenchmarks/ClearScriptBenchmarks.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
<RootNamespace>Microsoft.ClearScript.Test</RootNamespace>
1212
<AssemblyName>ClearScriptBenchmarks</AssemblyName>
1313
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14-
<TargetFrameworkProfile>
15-
</TargetFrameworkProfile>
1614
<FileAlignment>512</FileAlignment>
1715
<SccProjectName>
1816
</SccProjectName>

ClearScriptConsole/ClearScriptConsole.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
<RootNamespace>Microsoft.ClearScript.Test</RootNamespace>
1212
<AssemblyName>ClearScriptConsole</AssemblyName>
1313
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14-
<TargetFrameworkProfile>
15-
</TargetFrameworkProfile>
1614
<FileAlignment>512</FileAlignment>
1715
<SccProjectName>
1816
</SccProjectName>

ClearScriptTest/ClearScriptTest.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1515
<FileAlignment>512</FileAlignment>
1616
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17-
<TargetFrameworkProfile />
1817
</PropertyGroup>
1918
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2019
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)