comparison 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
comparison
equal deleted inserted replaced
154:2dcdee4c0810 155:037df317f126
8 <ProjectGuid>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</ProjectGuid> 8 <ProjectGuid>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Implab.Fx</RootNamespace> 11 <RootNamespace>Implab.Fx</RootNamespace>
12 <AssemblyName>Implab.Fx</AssemblyName> 12 <AssemblyName>Implab.Fx</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment> 14 <FileAlignment>512</FileAlignment>
15 <ReleaseVersion>0.2</ReleaseVersion> 15 <ReleaseVersion>0.2</ReleaseVersion>
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="System" /> 57 <Reference Include="System" />
53 <Reference Include="System.Core" /> 58 <Reference Include="System.Core" />
54 <Reference Include="System.Drawing" /> 59 <Reference Include="System.Drawing" />
66 <Compile Include="Properties\AssemblyInfo.cs" /> 71 <Compile Include="Properties\AssemblyInfo.cs" />
67 <Compile Include="ControlBoundPromise.cs" /> 72 <Compile Include="ControlBoundPromise.cs" />
68 </ItemGroup> 73 </ItemGroup>
69 <ItemGroup> 74 <ItemGroup>
70 <ProjectReference Include="..\Implab\Implab.csproj"> 75 <ProjectReference Include="..\Implab\Implab.csproj">
71 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project> 76 <Project>{f550f1f8-8746-4ad0-9614-855f4c4b7f05}</Project>
72 <Name>Implab</Name> 77 <Name>Implab</Name>
73 </ProjectReference> 78 </ProjectReference>
74 </ItemGroup> 79 </ItemGroup>
75 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 80 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 81 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.