comparison Implab.Test/Implab.Test.csproj @ 155:037df317f126 v2

minor fixes for vs2012
author cin
date Fri, 12 Feb 2016 16:24:24 +0300
parents 4439140706d0
children 3071220371f8
comparison
equal deleted inserted replaced
154:2dcdee4c0810 155:037df317f126
8 <ProjectGuid>{63F92C0C-61BF-48C0-A377-8D67C3C661D0}</ProjectGuid> 8 <ProjectGuid>{63F92C0C-61BF-48C0-A377-8D67C3C661D0}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Implab.Test</RootNamespace> 11 <RootNamespace>Implab.Test</RootNamespace>
12 <AssemblyName>Implab.Test</AssemblyName> 12 <AssemblyName>Implab.Test</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment> 14 <FileAlignment>512</FileAlignment>
15 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 15 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16 <TargetFrameworkProfile />
16 </PropertyGroup> 17 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols> 19 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType> 20 <DebugType>full</DebugType>
20 <Optimize>false</Optimize> 21 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath> 22 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants> 23 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport> 24 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel> 25 <WarningLevel>4</WarningLevel>
26 <Prefer32Bit>false</Prefer32Bit>
25 </PropertyGroup> 27 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType> 29 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize> 30 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath> 31 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants> 32 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport> 33 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel> 34 <WarningLevel>4</WarningLevel>
35 <Prefer32Bit>false</Prefer32Bit>
33 </PropertyGroup> 36 </PropertyGroup>
34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' "> 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' ">
35 <DebugSymbols>true</DebugSymbols> 38 <DebugSymbols>true</DebugSymbols>
36 <DebugType>full</DebugType> 39 <DebugType>full</DebugType>
37 <Optimize>false</Optimize> 40 <Optimize>false</Optimize>
38 <OutputPath>bin\Debug\</OutputPath> 41 <OutputPath>bin\Debug\</OutputPath>
39 <DefineConstants>DEBUG;TRACE</DefineConstants> 42 <DefineConstants>DEBUG;TRACE</DefineConstants>
40 <ErrorReport>prompt</ErrorReport> 43 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel> 44 <WarningLevel>4</WarningLevel>
45 <Prefer32Bit>false</Prefer32Bit>
42 </PropertyGroup> 46 </PropertyGroup>
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' "> 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' ">
44 <DebugType>pdbonly</DebugType> 48 <DebugType>pdbonly</DebugType>
45 <Optimize>true</Optimize> 49 <Optimize>true</Optimize>
46 <OutputPath>bin\Release\</OutputPath> 50 <OutputPath>bin\Release\</OutputPath>
47 <DefineConstants>TRACE</DefineConstants> 51 <DefineConstants>TRACE</DefineConstants>
48 <ErrorReport>prompt</ErrorReport> 52 <ErrorReport>prompt</ErrorReport>
49 <WarningLevel>4</WarningLevel> 53 <WarningLevel>4</WarningLevel>
54 <Prefer32Bit>false</Prefer32Bit>
50 </PropertyGroup> 55 </PropertyGroup>
51 <ItemGroup> 56 <ItemGroup>
52 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> 57 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
53 <Reference Include="System" /> 58 <Reference Include="System" />
54 <Reference Include="System.Core"> 59 <Reference Include="System.Core">