Switch assemblies on the .NET Framework 4 Client Profile

This commit is contained in:
Andrey Taritsyn 2015-02-16 21:11:43 +03:00
Родитель c2200cbd6b
Коммит dc5de12412
3 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@
</SccAuxPath>
<SccProvider>
</SccProvider>
<TargetFrameworkProfile />
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>

Просмотреть файл

@ -13,6 +13,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{2D63EA35-BA9C-4E77-B5A4-4938DBBFEFA6}</ProjectGuid>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<Keyword>ManagedCProj</Keyword>
<RootNamespace>ClearScriptV832</RootNamespace>
</PropertyGroup>

Просмотреть файл

@ -13,6 +13,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{CDCF4EEA-1CA4-412E-8C77-78893A67A577}</ProjectGuid>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<Keyword>ManagedCProj</Keyword>
<RootNamespace>ClearScriptV864</RootNamespace>
</PropertyGroup>