Mercurial > pub > ImplabNet
diff Implab.Fx/Implab.Fx.csproj @ 155:037df317f126 v2
minor fixes for vs2012
author | cin |
---|---|
date | Fri, 12 Feb 2016 16:24:24 +0300 |
parents | ec91a6dfa5b3 |
children | 130781364799 |
line wrap: on
line diff
--- a/Implab.Fx/Implab.Fx.csproj Fri Feb 12 01:00:11 2016 +0300 +++ b/Implab.Fx/Implab.Fx.csproj Fri Feb 12 16:24:24 2016 +0300 @@ -10,9 +10,10 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>Implab.Fx</RootNamespace> <AssemblyName>Implab.Fx</AssemblyName> - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <ReleaseVersion>0.2</ReleaseVersion> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -22,6 +23,7 @@ <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> @@ -30,6 +32,7 @@ <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -39,6 +42,7 @@ <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' "> <DebugType>pdbonly</DebugType> @@ -47,6 +51,7 @@ <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <ItemGroup> <Reference Include="System" /> @@ -68,7 +73,7 @@ </ItemGroup> <ItemGroup> <ProjectReference Include="..\Implab\Implab.csproj"> - <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project> + <Project>{f550f1f8-8746-4ad0-9614-855f4c4b7f05}</Project> <Name>Implab</Name> </ProjectReference> </ItemGroup>